/* general */
.essay-component *{
    box-sizing: border-box;
}
.essay-component {
    box-sizing: border-box;
    padding: 60px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Open Sans', Arial;
    font-size: 14px;
}
.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    position: absolute;
    z-index: 999;
    will-change: width,height;
}
.page-content-block .essay-component ul li {
    padding-left: 0;
}

.sidebar-logged .user-area-wrapper .info-list {
    padding: 15px 30px;
}

.sidebar-logged .user-area-wrapper .info-list li {
    width: 100%;
    font-size: 16px;
}

.sidebar-logged .user-area-wrapper .menu-list li {
    width: 100%;
}

.sidebar-logged .user-area-wrapper .menu-list li a {
    padding: 15px 0 15px 30px;
}

.sidebar-logged .user-area-wrapper .menu-list li a i {
    margin-top: 3px;
}

.essay-component .orange-b:focus,
.essay-component .orange-b:hover{
    transition: all .3s linear;
    background: linear-gradient( -90deg, rgb(239,102,19) 0%, rgb(255,137,65) 100%);
    background: -webkit-linear-gradient( -90deg, rgb(239,102,19) 0%, rgb(255,137,65) 100%);
    background: -moz-linear-gradient( -90deg, rgb(239,102,19) 0%, rgb(255,137,65) 100%);
    background: -o-linear-gradient( -90deg, rgb(239,102,19) 0%, rgb(255,137,65) 100%);
    color: #fff;
    border: none;
}
.essay-component .currency.select-wrapper{
    line-height: 1;
}
.essay-component .submit-b
.essay-component .orange-b {
    background: linear-gradient( -90deg, rgb(255,137,65) 0%, rgb(239,102,19) 100%);
    background: -webkit-linear-gradient( -90deg, rgb(255,137,65) 0%, rgb(239,102,19) 100%);
    background: -moz-linear-gradient( -90deg, rgb(255,137,65) 0%, rgb(239,102,19) 100%);
    background: -o-linear-gradient( -90deg, rgb(255,137,65) 0%, rgb(239,102,19) 100%);
    box-shadow: 0 7px 13px 0 rgba(235, 68, 29, 0.25);
    -webkit-box-shadow: 0 7px 13px 0 rgba(235, 68, 29, 0.25);
    -moz-box-shadow: 0 7px 13px 0 rgba(235, 68, 29, 0.25);
    -o-box-shadow: 0 7px 13px 0 rgba(235, 68, 29, 0.25);
    border: none;
    display: inline-block;
}
.essay-component .submit-b:focus,
.essay-component .submit-b:hover{
    color: #001921;
    background: white;
}
.mini-wrapper .links-list li a{
    font-size: 15px;
    color: #15161c;
    font-weight: 400;
    font-family: 'NunitoRegular', sans-serif;
    border-bottom: none;
}
.essay-component .submit-b{
    font-family: 'NunitoRegular', sans-serif;
    height: 40px;
    box-sizing: border-box;
    margin: 0;
    line-height: 40px;
    outline: 0;
    color: white;
    background: #ee6060;
    border: 2px solid #ee6060;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    padding: 0 20px;
    min-width: 180px;
    display: inline-block;
    text-align: center;
}
.mini-wrapper .top-dd-wrapper .drop-down-content .messages {
     margin-top: 0;
}
.essay-component .flat-button {
    padding: 6px 60px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: 'NunitoRegular';
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
}

.essay-component input[type="text"], .essay-component input[type="password"], .essay-component input[type="file"], .essay-component textarea, .essay-component select, .essay-component .pm-input input, .essay-component .multiinput {
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #cacacd;
    height: 40px;
    box-sizing: border-box;
    margin: 0;
    line-height: 40px;
    outline: 0;
    padding: 0 9px 0 9px;
    background: #fbfbfb;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    border-radius: 2px;
    color: #322d3a;
}

.essay-component label {
    margin-bottom: 0;
    display: inline-block;
    font-family: 'NunitoRegular';
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    color: #9e9e9e;
}

.top-login-wrapper .links-list li {
    background: white;
}

.essay-component input[type="text"], .essay-component input[type="password"], .essay-component input[type="file"], .essay-component textarea, .essay-component select, .essay-component .pm-input input, .essay-component .multiinput {
    margin-bottom: 0 !important;
}

.essay-component label {
    margin-top: 10px;
}

.essay-component label.error {
    margin-top: 5px;
}

/* top login */
.affiliate-program-wrapper .receive-table .flat-button {
    padding: 8px 10px;
}

.affiliate-program-wrapper .receive-table td input[type="text"] {
    padding: 17px 14px 17px 40px;
}

.mini-wrapper .top-dd-wrapper .top-label {
    padding: 0;
    overflow: hidden;
}

.mini-wrapper.top-login-wrapper, .mini-wrapper.top-password-wrapper, .mini-wrapper.top-user-area-wrapper, .mini-wrapper.top-login-wrapper-horizontal {
    margin-left: 0;
}

.mini-wrapper .top-dd-wrapper .top-label a {
    margin-top: 3px;
}

.popover {
    border: 1px solid #59383b;
    border-radius: 0;
    -webkit-box-shadow: 2px 4px 7px rgba(66, 36, 39, 0.75);
    box-shadow: 2px 4px 7px rgba(66, 36, 39, 0.75);
}
.essay-login-form .row .m12.l6 {
    width: 50% !important;
}
.page-content .essay-component ul li:before{
    display: none;
}
.essay-component.login-component .buttons-panel .col{
    margin-bottom: 0;
}
.login-component .buttons-panel ul{
    margin-bottom: 0;
}
.popover-title {
    background-color: #59383b;
    border-bottom: 1px solid #59383b;
    border-radius: 0;
    color: #fff;
    font-family: 'NunitoRegular';
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    margin: -1px;
}

.essay-component.essay-password-form.login-component .header,
.essay-component.essay-login-form.login-component .header {
    display: none;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #59383b;
}

.login-component .buttons-panel li a {
    text-decoration: none;
    border-bottom: none;
    color: #000000;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.login-component .buttons-panel li {
    background: none;
    padding: 0;
}

a.close-popover {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 34px;
    right: 17px;
}

a.close-popover:hover {
    cursor: pointer;
}

/* miniorder */
.essay-component.essay-miniorder-form.miniorder-component table tr,
.essay-component.essay-miniorder-form.miniorder-component table tr td {
    display: block;
    padding: 0;
}

.essay-component.essay-miniorder-form.miniorder-component table tr:nth-child(2) td:nth-child(1), .essay-component.essay-miniorder-form.miniorder-component table tr:nth-child(2) td:nth-child(3) {
    display: none;
}

.essay-component.essay-miniorder-form.miniorder-component table tr td {
    width: 32.333%;
    float: left;
}

.essay-component.essay-miniorder-form.miniorder-component .header {
    display: none;
}

.essay-miniorder-form form {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.essay-component.essay-miniorder-form.miniorder-component {
    border: none;
    box-shadow: none;
    background: transparent;
}

.essay-component .hint div p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'NunitoRegular';
    font-size: 14px;
    line-height: 15px;
}

.essay-miniorder-form form label {
    color: #ffffff;
    font-family: 'NunitoRegular';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}

.essay-miniorder-form .sidebar-total {
    text-align: center;
    margin: 27px auto 0;
    vertical-align: bottom;
    color: #ffffff;
    font-family: 'NunitoRegular';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.essay-miniorder-form .mini-order-total-price {
    color: #ffffff;
    font-family: 'NunitoRegular';
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 40px;
}

.essay-miniorder-form form input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-family: 'NunitoRegular';
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    margin: 25px auto 0;
    display: block;
    box-shadow: 2px 4px 7px rgba(66, 36, 39, 0.75);
    text-align: center;
    padding: 4px 0;
    position: relative;
    margin-bottom: 0;
    background-color: #dd0000;
    transition: 1.1s;
    border: none;
}

.essay-miniorder-form form input[type="submit"]:hover {
    background: #9a0101;
    text-decoration: none;
    transition: 1.1s;
}
.essay-component.essay-miniorder-form.miniorder-component table tr:last-child td:nth-child(1),
.essay-component.essay-miniorder-form.miniorder-component table tr:first-child td:nth-child(2) {
    padding: 0 17px;
}

/*Order page*/
.order-form-data table tr td {
    display: block;
    padding: 0 !important;
    width: 100%;
}

.order-form-wrapper.essay-component {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.order-form-data table tbody,
.order-form-data table tr {
    width: 100%;
    display: block;
}

.order-form-data table {
    margin-bottom: 30px;
    box-shadow: 2px 4px 7px rgba(167, 192, 200, 0.75);
    background-color: #ffffff;
    padding: 20px;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.essay-component .t-body > tr > td:first-child {
    text-align: left;
    width: 80%;
    font-family: 'NunitoRegular';
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    color: #001921;
    float: left;
}

.essay-component .t-body > tr > td:nth-child(2) {
    float: right;
}

.essay-order-form .t-body > tr > td:nth-child(3) {
    background-color: transparent;
}

.essay-component .checkbox-input {
    font-style: normal;
    color: #001921;
    font-family: 'NunitoRegular';
    font-size: 14px;
    font-weight: 400;
}
.order-form-wrapper .bookmark-row .wrapper p {
    margin: 0;
    color: #55565a;
    display: inline-block;
    line-height: 2em;
    font-size: 17px;
}
body .essay-component.order-form-wrapper .ws-writing-quality [type="radio"] {
    z-index: 1;
}
tr.ws-paper-requirements-tr td:nth-child(1), tr.ws-paper-requirements-tr td:nth-child(2),
tr.ws-personal-information-tr td:nth-child(1), tr.ws-personal-information-tr td:nth-child(2) {
    display: none;
}

.order-form-data table table {
    box-shadow: none;
    padding: 0;
    overflow: hidden;
}

.essay-order-form .phone-tr table td:nth-child(2) {
    display: none;
}

.essay-order-form .phone-tr table td:first-child {
    width: 180px;
    vertical-align: top;
    float: left;
}

.essay-order-form .phone-tr table td:nth-child(3) {
    float: right;
    width: 83%;
}

.essay-component .t-body > tr.ws-attachments-tr > td:first-child,
.essay-component .t-body > tr.ws-language-tr > td:first-child,
.essay-component .t-body > tr.service-wrapper > td:first-child {
    width: 93%;
}

.essay-component .t-body > tr.ws-cost-per-page-tr > td:first-child {
    float: none;
}

.essay-component .pm-input input {
    width: 70%;
}

.essay-component .pm-input input {
    width: 70%;
    height: 38px;
    border: none;
    box-shadow: none;
}

.essay-component .ws-sources-tr .notice-wrapper,
.essay-component .pages-tr .notice-wrapper {
    height: auto;
}

.essay-component .file-button input {
    left: -10000px;
}

.essay-order-form .apply-discount-input input[type="text"], .essay-order-form .add-writer-input input[type="text"] {
    padding-right: 9px;
    width: calc(100% - 130px);
}
.order-form-wrapper.essay-component table tbody.t-body tr.ws-vip-services-tr tr,
.order-form-wrapper.essay-component table tbody.t-body tr.ws-vip-services-tr {
    background-color: #59383b;
    padding-bottom: 10px;
}
.bg-color-1.bg-lighten-3 {
    background-color: #fdefef;
    border: 1px solid transparent;
}
.bg-color-1 {
    background-color: #ee6060;
    border: 1px solid transparent;
}
.essay-orders h4 {
    padding: 0 28px 20px;
    margin: 0;
}
.essay-component .ws-vip-services .new-vip:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 3px;
    border: 20px solid transparent;
    border-top: 20px solid #00aeef;
    border-right: 20px solid #00aeef;
    margin-right: 0.75rem;
    border-top-right-radius: 4px;
    display: inline;
    width: auto;
    height: auto;
    left: auto;
    border-radius: 0;
    background: none;
}
.page-content ul.vip-services-list li:before{
    display: none;
}
body .order-form-wrapper .vip-client {
    margin: 20px 0 10px;
    display: block;
    text-align: center;
    background: 0 0;
    color: #666;
    padding: 30px 0 0;
    border-top: 1px solid #e5e6e8;
    border-radius: 0;
}
body .order-form-wrapper .vip-client a {
    margin-left: 1px;
    color: #0fb3f0;
}
body .order-form-wrapper .vip-client .vip-client-icon::after {
    content: "Vip";
    font-size: 14px;
    margin: 0;
}
body .order-form-wrapper .vip-client span::before {
    content: "★ ";
    color: #ffc759;
}
body .order-form-wrapper .vip-client span::after {
    content: " ★";
    color: #ffc759;
}
body .order-form-wrapper .vip-client .vip-client-icon {
    display: inline;
    float: none;
    color: #4b5969;
    background: 0 0;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 10px;
}
body .order-form-wrapper .vip-client span {
    display: inline-block;
    font-weight: 700;
}
body .order-form-wrapper .vip-client::before {
    content: "or";
    display: inline-block;
    background: #fff;
    font-weight: 700;
    padding: 0 20px;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 17px;
    margin: -30px;
}
.essay-component .ws-vip-services .vip-services-list label.checkbox-label:after, .essay-component .ws-vip-services .vip-services-list label.checkbox-label:before {
    left: calc(50% - 6px);
    top: 20px;
}
body .essay-component [type="radio"] + label:before, body .essay-component [type="radio"] + label:after, body .essay-component [type="checkbox"].filled-in + label:after {
    width: 12px;
    height: 12px;
    vertical-align: top;
    margin: 0;
}
.essay-component .ws-vip-services .new-vip .wrapper:before{
    top: -3px;
    right: 2px;
}
.essay-component .ws-vip-services .wrapper{
    border: 1px solid transparent;
}
.essay-component .ws-vip-services .vip-services-list label.checkbox-label:after, .essay-component .ws-vip-services .vip-services-list label.checkbox-label:before {
    left: calc(50% - 6px);
    top: 20px;
}
.order-form-wrapper .vip-services-td .hdr {
    background: none;
    padding: 3px 0;
    display: block;
    margin: 0;
    font-family: 'NunitoRegular';
    font-size: 22px;
    font-weight: 500;
    color: #fdf9f1;
    text-transform: uppercase;
    text-align: center;
}
.bg-color-3.bg-lighten-3 {
    background-color: #eeebeb;
    border: 1px solid transparent;
}
.text-color-2 {
    color: #ff9c27;
}
.bg-color-2.bg-lighten-3.checked {
    background-color: #fff5e9;
    border: 1px solid transparent;
}
.order-form-wrapper .vip-services-td .vip-services-list {
    padding: 0;;
    list-style: none;
    background: #fff;
    width: 75%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding-left: 150px;
}

.order-form-wrapper.essay-component table tbody.t-body tr.ws-vip-services-tr .vip-services-list tr,
.order-form-wrapper .vip-services-td {
    background: #fff;
}

.order-form-data table tr.ws-vip-services-tr ul td {
    width: 90%;
    float: left;
}

.order-form-wrapper .vip-services-td .hint-td {
    width: 10px;
    float: right;
    margin-top: 11px;
    margin-right: 50px;
}

.order-form-data table tr.ws-vip-services-tr ul td {
    padding-top: 0 !important;
}

.order-form-data table tr.ws-vip-services-tr ul table {
    margin-bottom: 0;
}

.order-form-wrapper .vip-services-td .services-package label, .order-form-wrapper .vip-services-td .vip-services-list li label {
    margin: 0;
    color: #001921;
    font-family: 'NunitoRegular';
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    font-style: normal;
    display: block;
    border: none;
    background: white;
    padding: 10px 20px 10px 10px;
    overflow: hidden;
    border-radius: 0;
}

.order-form-wrapper .vip-services-td .offer-label {
    margin: 30px auto;
    display: block;
    font-weight: 600;
    background: #fff;
    text-align: center;
    width: 89%;
    padding: 10px 0;
}

.order-form-data .services-package table tr td {
    background: #fff;
    padding-top: 0 !important;
}

.order-form-wrapper.essay-component table tbody.t-body tr.ws-vip-services-tr tr .services-package {
    background: #fff;
}

.order-form-wrapper .vip-services-td .services-package label .discount {
    background: none;
}

.essay-component .t-body > tr.ws-terms-tr > td:first-child {
    width: auto;
    padding-top: 17px !important;
    margin-right: 10px;
}

.order-form-wrapper .wrap-order-submit {
    float: none;
    text-align: center;
}

.order-form-wrapper .wrap-order-submit .on-disabled-button-click-text {
    position: relative;
    margin-top: 0;
}

.essay-order-form .total-price {
    float: none;
    display: block;
    text-align: center;
}

.order-form-wrapper .wrap-order-submit .on-disabled-button-click-text {
    display: block;
    text-align: center;
}

.essay-order-form .order-submit {
    position: relative;
}

.essay-component .wrap-order-submit .flat-button {
    width: auto;
}
.essay-order-form .paper-requirements-table .price-disclaimer {
    text-align: center;
}
.essay-component .form-button {
    color: #fff;
    background: #59383b;
    border: none;
    border-radius: 0px;
}
.essay-component .inactive-button {
    color: #59383b;
    background: #e9f7fe;
}
.essay-component .hint > i {

    background-position: 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.essay-component .hint:hover > i {

}
.essay-component .hint.discounts-hint div .h{
    margin: 0 0 10px 0;
}
.essay-component .hint div > span {
    display: none;
}
.essay-component .hint.discounts-hint div ul li{
    padding: 0 0 0 22px;
}
.hint.w-level-hint {
    /* display: none;*/
}

.hint.w-level-hint div {
    width: 410px;
}

.hint.w-level-hint table tr td {
    display: table-cell;
}

.hint.w-level-hint table tr {
    display: table-row;
}

.essay-component .hint table tr th, .essay-component .hint table tr td {
    padding: 5px !important;
    background: #caddea;
    border: solid 1px #000;
    text-align: center;
}

.essay-calculator-wrapper {
    border: none;
    padding: 0px;
    margin: 30px 0;
    box-shadow: 2px 4px 7px rgba(155, 182, 190, 0.75);
    background-color: #ffffff;
    border-radius: 0;
}

.essay-calculator-wrapper .number-of-pages, .essay-calculator-wrapper .select-currency,
.essay-calculator-wrapper.essay-component form {
    background-color: #59383b;
}

.essay-calculator-wrapper form span {
    display: inline-block;
    margin-left: 0;
    width: auto;
    color: #ffffff;
    font-family: 'NunitoRegular';
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.login-component input[type="text"], .login-component input[type="password"] {
    margin-bottom: 0;
}

.essay-calculator-wrapper .number-of-pages {
    float: left;
    width: 15%;
    padding: 10px;
}

.featherlight-content .essay-component.essay-login-form.login-component {
    width: 100%;
    border: none;
    box-shadow: none;
}

.essay-calculator-wrapper .select-currency {
    float: right;
    width: 30%;
    padding-top: 35px;
    position: relative;
}

.essay-calculator-wrapper .select-currency:before {
    position: absolute;
    content: 'CURRENCY';
    color: #ffffff;
    font-family: 'NunitoRegular';
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    top: 11px;
}

.essay-calculator-wrapper form select {
    height: auto;
    margin-left: 0;
    border: none;
    padding: 9px;
    background-color: #e9f7fe;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    color: #001921;
    font-family: 'NunitoRegular';
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
}

.essay-calculator-wrapper .select-currency span.currency input[type="button"] {
    height: 38px;
    border: none;
    padding: 0 7px;
    background-color: #e9f7fe;
    border-radius: 0;
    box-sizing: border-box;
    color: #001921;
    font-family: 'NunitoRegular';
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
}

.essay-calculator-wrapper .select-currency span.currency input[type="button"].active {
    background: #fff;
    color: #59383b;
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 5px;
}

div#essay-calculator {
    width: 90%;
    margin: 10px auto;
}

#essay-calculator table tr td {
    border: none;
    text-align: center;
    vertical-align: middle;
    color: #59383b;
    font-family: 'NunitoRegular';
    font-size: 15px;
    font-weight: 400;
}

div#essay-calculator table tr:first-child td {
    color: #001921;
    font-family: 'NunitoRegular';
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

#essay-calculator table tr td strong {
    line-height: 33px;
    color: #001921;
    font-family: 'NunitoRegular';
    font-size: 15px;
    font-weight: 700;
}

#essay-calculator table tr td {
    border: none;
}

#essay-calculator table tr td {
    padding: 0px;
    height: 35px;
    border-bottom: 1px solid #caddea;
    background: transparent;
}

#essay-calculator table tr:nth-child(1n),
#essay-calculator table tr:nth-child(2n) {
    background-color: transparent;
}

.essay-calculator-wrapper form {
    padding: 0px 50px;
}

.featherlight p {
    font-family: 'NunitoRegular';
}

.featherlight h2 {
    color: #59383b;
    font-family: 'NunitoRegular';
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0;
}

.featherlight .featherlight-close-icon {
    background: transparent;
    color: #59383b;
    font-weight: 700;
}

.featherlight .featherlight-content {
    border-radius: 0;
    border: 4px double #59383b;
}

.order-form-wrapper.essay-component .essay-order-preview {
    padding: 0;
}

.essay-order-preview .header {
    color: #ffffff;
    font-family: 'NunitoRegular';
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #59383b;
    text-align: center;
    padding: 10px 0;
}

.essay-component .essay-order-preview .t-body > tr > td:first-child {
    width: 50%;
}

.essay-component .essay-order-preview .t-body > tr {
    border-bottom: 1px solid #001921;
}

.essay-component .essay-order-preview .t-body > tr > td:nth-child(2) {
    width: 44%;
}

.essay-order-preview .t-body > tr:nth-child(2n+1) > td:nth-child(2) {
    background: transparent;
}

.essay-order-preview .buttons-panel {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.essay-order-preview .buttons-panel input {
    width: 22%;
}

.essay-order-preview .buttons-panel .back-b {
    color: #001921;
    border: 1px solid #001921;
}

.mini-wrapper .top-dd-wrapper .drop-down-content {
    display: none;
    position: fixed;
    right: 20px;
    z-index: 1000;
    box-sizing: border-box;
    left: auto;
    padding: 0;
    border: 1px solid #cfe2f3;
    border-radius: 3px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
    line-height: 18px;
    background: white;
    max-height: 70vh;
    overflow: auto;
}

.user-area-block h3 {
    color: #fff;
    background: #59383b;
    text-align: center;
    font-family: 'NunitoRegular';
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0;
}
.button-primary-1-o {
    background: 0 0;
    border: 1px solid #ee6060;
    line-height: 48px;
    font-size: 14px;
    color: #ee6060;
    font-weight: 700;
    font-family: 'NunitoRegular';
}
.essay-component .button {
    box-sizing: border-box;
    margin: 0;
    text-decoration: none;
}

.user-area-block .ae-top-logged, .user-area-block .mini-wrapper.user-area-wrapper.top-user-area-wrapper.essay-component, .user-area-block .top-dd-wrapper {
    width: 100%;
    box-sizing: border-box;
}

.mini-wrapper .top-dd-wrapper .top-label a span {
    padding-right: 0;
    background: none;
    color: #59383b;
    font-family: 'NunitoRegular';
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    padding: 10px 0;
    position: relative;
}

.mini-wrapper .top-dd-wrapper .top-label .ava {
    background: none;
    display: none;
}

.ae-orders {
    margin-top: 30px;
}

/*orders*/
.component-tab-content table thead {
    display: none;
}

.component-tab-content table tr td {
    display: block;
    width: calc(25% - 8px);
    float: left;
    border: 1px solid #caddea;
    margin: 4px;
    text-align: center !important;
    padding: 10px 0 !important;
    position: relative;
    box-sizing: border-box;
}

.component-tab-content table tr td:before {
    color: #001921;
    font-family: 'Circular-Medium';;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: -30px;
    left: 0;
}

.essay-component.essay-orders.tabs-component {
    background: transparent;
}

.component-tab-content table.files-dt tr td:nth-child(1):before {
    display: none;
}

.component-tab-content table.files-dt tr td:nth-child(2):before {
    content: 'Date';
}

.component-tab-content table.files-dt tr td:nth-child(3):before {
    content: 'From';
}

.component-tab-content table.files-dt tr td:nth-child(4):before {
    content: 'Files';
}

.component-tab-content table.messages-dt tr td:nth-child(1):before {
    display: none;
}

.component-tab-content table.messages-dt tr td:nth-child(2):before {
    content: 'Date;
}

.component-tab-content table.messages-dt tr td:nth-child(3):before {
    content: 'From';
}

.component-tab-content table.messages-dt tr td:nth-child(4):before {
    content: 'To';
}

.component-tab-content table.messages-dt tr td:last-child:before {
    content: 'Massage';
}

.component-tab-content table tr td:nth-child(1):before {
    content: 'Date';
}

.component-tab-content table tr td:nth-child(2):before {
    content: 'ID';
}

.component-tab-content table tr td:nth-child(3):before {
    content: 'Topic';
}

.component-tab-content table tr td:nth-child(4):before {
    content: 'Status';
}

/*.component-tab-content table tr td:nth-child(6),*/
.component-tab-content table tr td:nth-child(5) {
    display: none;
}

.component-tab-content table tr td:last-child {
    width: 75%;
    margin: 4px 0;
    float: right;
    border: none;
    padding: 0 0px !important;
    box-sizing: border-box;
    line-height: 1;
}

.data-table .actions .drop-down > div {
    display: block;
    position: relative;
    background: transparent;
    border: none;
    border-radius: 4px;
    padding: 0px;
    width: 100%;
    margin: 0;
    box-shadow: none;
    box-sizing: border-box;
    z-index: 0;
}

.data-table .actions .drop-down span,
.essay-orders .data-table .actions li:first-child .material-icons,
td.orders-details a.order-id {
    display: none;
}

td.orders-details ul li,
td.orders-details .drop-down {
    width: 100%;
}

td.orders-details ul.actions li .drop-down ul li a {
    font-size: 13px;
    padding: 10px 0 !important;
    border: 1px solid #caddea;
    text-align: center !important;
    margin: 1px 4px;
    color: #0074c4;
    display: block;
    line-height: 1.5;
    background: #caddea;
    box-sizing: border-box;
    font-family: 'Open Sans', Arial;
}

td.orders-details ul.actions li .drop-down ul li {
    display: block;
    padding: 0;
    width: 33.33%;
    float: left;
}

.data-table .actions .drop-down li.separate {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.essay-orders .data-table .actions li .material-icons.delete-b {
    display: none;
}

.essay-component .data-table tbody tr:hover {
    background: transparent;
    cursor: initial;
}

.data-table .actions .drop-down li a {
    text-decoration: none;
    color: #001921;
    font-family: 'Circular-Medium';;
    font-size: 20px;
    font-weight: 400;
}
.order-form-wrapper.essay-component form .data-table tbody tr:nth-child(1n){
    display: flex;
    overflow: hidden;
    transition: .3s;
}
.order-form-wrapper.essay-component form .data-table tbody tr:nth-child(1n):hover {
    transition: .3s;
    background: #edf7fe;
}
.order-form-wrapper.essay-component .data-table tbody tr td:first-child {
    min-width: 215px;
}
.order-form-data table tbody > tr:first-child {
    justify-content: center;
    border-bottom: solid #004270 2px;
}
.order-form-wrapper .w-level-hint .dropdown-content td {
    white-space: nowrap;
    width: 80px;
}
.essay-component .data-table tbody tr td:last-child {
    width: fit-content;
}
@media all and (max-width: 992px) {
    #order-form > .essay-order-form > .order-form-data.steps .paper-requirements-table.data-table > div:nth-child(3) > .ws-writer-level > div .dropdown-content.dropdown-menu{
        margin-left: -450px!important;
    }
}
@media all and (max-width: 892px) {
    #order-form > .essay-order-form > .order-form-data.steps .paper-requirements-table.data-table > div:nth-child(3) > .ws-writer-level > div .dropdown-content.dropdown-menu{
        margin-left: -367px!important;
    }
}
@media all and (max-width: 767px) {
    #order-form > .essay-order-form > .order-form-data.steps .paper-requirements-table.data-table > div:nth-child(3) > .ws-writer-level > div .dropdown-content.dropdown-menu {
        margin-left: -45px!important;
        max-width: 690px!important;
    }
}
@media all and (max-width: 700px) {
    #order-form > .essay-order-form > .order-form-data.steps .paper-requirements-table.data-table > div:nth-child(3) > .ws-writer-level > div .dropdown-content.dropdown-menu {
        margin-left: 0!important;
    }
}
.essay-component .data-table th {
    border-bottom: none;
}
body .essay-component .data-table tbody tr.vip span.crown {
    left: 20px;
    top: -18px;
}
.essay-orders .header {
    color: #59383b;
    font-family: 'NunitoRegular';
    font-size: 28px;
    margin: 0;
}
.essay-component .ws-discount .hint.discounts-hint > div {
    width: 300px;
}
.essay-component .ws-discount .hint.discounts-hint div .h {
 white-space: nowrap;
}
.essay-component .hint.discounts-hint div ul li {
    line-height: 1.5;
}
@media all and (max-width: 435px) {
    .essay-component .ws-discount .hint.discounts-hint > div {
        left: 0;
        right: 0;
        margin: auto;
    }
}
@media all and (max-width: 385px) {
    .essay-component .ws-discount .hint.discounts-hint > div {
        left: -38px;
    }
}
@media all and (max-width: 345px) {
    .essay-component .ws-discount .hint.discounts-hint > div {
        left: -65px;
    }
}
.data-table .actions .drop-down ul {
    text-align: center;
}
.essay-component .goto.back-b {
    text-decoration: none;
    color: #59383b;
    font-family: 'NunitoRegular';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.component-tab-content table.cols-table tr td:before {
    display: none;
}

.essay-order-view-details .cols-table td:first-child {
    border-left: none;
    border: none;
    width: 50%;
    text-align: right !important;
    padding-right: 20px !important;
}

.component-tab-content table.cols-table tr td:last-child {
    width: 45%;
    float: right;
    text-align: left !important;
    padding-top: 10px !important;
}

.essay-order-details .order-details-head .toolbar .actions-list li a {
    border: 1px solid #0074c4;
    margin-right: 0;
}

.essay-order-details .order-details-head .toolbar .nav-list a {
    border: solid #0074c4 1px;
    color: #0074c4;
}

.essay-order-details .order-details-head .toolbar .nav-list li.selected a {
    background: #0074c4;
    color: white;
    border: solid #0074c4 1px;
}

.essay-order-details .order-details-head .toolbar .nav-list,
.essay-order-details .order-details-head .toolbar .actions-list {
    float: none;
    text-align: center;
}

.essay-order-details .order-details-head .toolbar .nav-list li,
.essay-order-details .order-details-head .toolbar ul li {
    width: 30%;
    text-align: center;
    padding: 0;
    margin: 1px 2px;
}

.essay-component .green-label,
.essay-component .red-label {
    display: block;
}

.apply-discount-input i .hint {
    position: relative;
}

.apply-discount-input i .hint div {
    width: 280px;
}

.essay-order-details .order-details-head .toolbar .actions-list li:last-child a {
    border: solid #dd0000 1px;
    background: #dd0000;
    color: #fff;
}

.essay-order-details .order-details-head .toolbar .nav-list li:first-child a {
    border-left: solid #0074c4 1px;
}

.extend-deadline-form-wrapper.popup-component.essay-component.featherlight-inner .pm-input div > span + span + input {
    width: 68%;
}

.extend-deadline-form-wrapper.popup-component.essay-component.featherlight-inner .pm-input div > span + span + input + i {
    display: none;
}

.profile-wrapper.essay-component {
    padding: 10px;
}

.profile-wrapper .header {
    color: #fff;
    font-family: 'NunitoRegular';
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin: -10px -10px 10px -10px;
    background: #59383b;
    text-align: center;
    padding: 10px 0;
}

.profile-wrapper.essay-component a.flat-button {
    width: 283px;
    margin: 0 auto;
    display: block;
}

.profile-wrapper.essay-component .buttons a.flat-button,
.profile-form-wrapper .buttons .cancel-b, .profile-form-wrapper .buttons input[type="submit"] {
    width: 282px;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
}

.profile-form-wrapper .buttons .cancel-b {
    color: #59383b;
}

.profile-form-wrapper .buttons {
    margin-top: 0;
    text-align: center;
}

.profile-form-wrapper table tr.phone-tr td:first-child {
    padding-right: 0;
}

ul.menu-list li, .user-area-wrapper .info-list li {
    padding: 0;
}

.essay-component .hint.discounts-hint div ul li {
    text-align: left;
}

.essay-component .hint.discounts-hint div ul li {
    width: 100%;
}

/*messages*/
.component-tab-content table.messages-dt thead {
    display: table-header-group;
}

.component-tab-content table.messages-dt tr {
    display: table-row !important;
}

.component-tab-content table.messages-dt tr td:before {
    display: none !important;
}

.calculator-articles .essay-miniorder-form form label {
    color: #59383b;
    font-weight: 700;
}


.essay-order-details .order-details-head .details-list li {
    font-size: 16px;
}
.essay-order-details .order-details-head .toolbar .nav-list a {
    font-size: 16px;
}

.essay-order-details .order-details-head .toolbar .actions-list a {
    font-size: 16px;
    text-transform: uppercase;
}

.user-area-wrapper .menu-list li a {
    font-size: 15px;
    color: #15161c;
    font-weight: 400;
}
.essay-vip-account .vip-levels-wrapper .level{
    border: 1px solid #ee6060!important;
    border-radius: 0!important;
}
.essay-vip-account .vip-levels-wrapper .level.active{
    background-color: #ee6060;
    color: white;
    border: 1px solid #ee6060!important;
    border-radius: 0;
}
@keyframes discount-b {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

/* end calc */
.essay-component .check-list li {
    background: none;
}

.essay-orders .data-table .actions li:first-child .rating-star .material-icons {
    display: inline-block;
}

.featherlight-content .essay-component.essay-password-form.login-component {
    border: none;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
}

.essay-component .t-body > tr.service-tr > td:first-child,
.essay-component .t-body > tr.ws-types-tr > td:first-child {
    width: 100%;
    text-align: center;
}

.order-form-wrapper .resume-services-td label {
    padding: 25px;
    width: 32%;
    display: inline-block;
    box-sizing: border-box;
}

.order-form-wrapper .resume-additional-services-td label {
    padding: 25px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    min-height: 100px;
}

.essay-component .container {
    width: 100%;
}

body .payment.container {
    width: 100%;
}

.ae-orders .essay-order-view-details .cols-table td {
    width: 50%;
    float: left;
    margin: 0;
    border: none;
    text-align: left !important;
    padding: 10px !important;
}

.component-tab-content table.cols-table tr td:last-child {
    float: left;
}

body .page-content-block .contact-form-title h3 {
    color: #fff;
}

.essay-component.essay-contact-form input, .essay-component.essay-contact-form textarea {
    border: 1px solid #59383b;
}

.featherlight .featherlight-content .essay-component {
    margin: 25px !important;
    width: calc(100% - 50px) !important;
}

.featherlight .featherlight-content {
    padding: 0 !important;
    border: none !important;
    border-bottom: none !important;
}

.featherlight .essay-discount-popup-form.discount-popup-component .name:before {
    content: "Free  advice: how to avoid three biggest mistakes you can make when buying custom writing essay";
    color: #1b1b1b;
    font-family: 'NunitoRegular';
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    display: block;
}

.featherlight .essay-discount-popup-form.discount-popup-component {
    padding: 0;
    margin: 0;
    width: 100%;
}

.featherlight .essay-discount-popup-form.discount-popup-component .submit input {
    color: #ffffff;
    font-family: 'NunitoRegular';
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #d80016;
    line-height: 44px;
    text-align: center;
    padding: 0 10px;
    border: none;
    margin-bottom: 35px;
    width: 100%;
    box-sizing: border-box;
}

.featherlight .essay-discount-popup-form.discount-popup-component .submit {
    width: 25%;
    float: right;
}

.featherlight .essay-discount-popup-form.discount-popup-component .email input {
    background-color: white;
    color: #1b1b1b;
    font-family: 'NunitoRegular';
    font-size: 14px;
    font-weight: 300;
    padding: 0 10px;
    line-height: 44px;
    margin-bottom: 35px;
}

.featherlight .essay-discount-popup-form.discount-popup-component .form-fields:after {
    content: "You will get a discount code for 20%  for your first order together with FREE advice.";
    color: #1b1b1b;
    font-family: 'NunitoRegular';
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    display: block;
    width: 60%;
}

.featherlight .essay-discount-popup-form.discount-popup-component .form-fields {
    padding: 20px 40px;
    background-position: 100% 100%;
}

.featherlight .essay-discount-popup-form.discount-popup-component:before {
    content: "Attention!";
    color: #ffffff;
    font-family: 'NunitoRegular';
    font-size: 32px;
    font-weight: 700;
    background: #1a5da0;
    padding: 20px 40px;
    display: block;
}

.featherlight .essay-discount-popup-form.discount-popup-component .email {
    width: 75%;
    float: left;
}

.featherlight .essay-discount-popup-form.discount-popup-component .featherlight-close-icon.featherlight-close {
    border: 1px solid #5f8ebd;
    background: none;
    color: white;
    right: 10px;
    top: 17px;
}

body .lifetime-wrapper.lifetime-view-wrapper .lifetime {
    padding: 20px;
}

body .lifetime-wrapper.lifetime-view-wrapper .header {
    font-family: 'NunitoRegular';
    line-height: 34px;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-size: 24px;
    display: block;
    font-weight: normal;
    padding: 0;
    background: none;
    float: none;
    transition: none;
}
.affiliate-program-wrapper .referral-banner .row-1.center:after, .affiliate-program-wrapper .referral-banner .row-1.left:after {
    background: url(/wp-content/themes/writer-elite/style/images/arrow.svg) no-repeat;
    width: 20px!important;
    height: 20px!important;
    border: none!important;
    top: 22px!important;
    right: -26px!important;
    left: auto;
}
.contacts-custom input.button{
    display: inline-block;
}
.contacts-custom input[type="submit"] {
    min-height: 50px;
}
body .lifetime-wrapper .lifetime .lifetime-line .lifetime-line-status {
    background: #dd0000;
}

body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover {
    border-color: #dd0000;
}

body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover span.pages,
body .lifetime-wrapper .lifetime .lifetime-line,
body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover span.percent,
body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section span.percent:hover {
    color: #FA9B2B;
}

.lifetime-wrapper .left-pages-to-get b,
.lifetime-wrapper .left-pages-to-get {
    color: #004270;
    font-family: 'Circular-Medium';;
}
.affiliate-program-short-wrapper .side.side-full .case.case-box .case-content:last-child {
    padding-top: 15px;
}
.affiliate-program-wrapper .referral-banner {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 32px;
    padding-top: 10px;
    border-top: 1px solid #ececec;
}
.affiliate-program-wrapper .affiliate-status{
    margin-bottom: 10px;
}
.essay-orders .component-tab-content .orders-pay .pay-now-b {
    padding: 2px 25px;
}

.essay-orders .component-tab-content .orders-pay {
    padding: 0 !important;
}

.essay-orders .data-table .actions li .material-icons.delete-b:before {
    content: "\f014   Delete order";
    font-family: FontAwesome;
    padding: 2px 5px 2px 4px;
    color: #dd0000;
    font-size: 12px;
    border: 1px solid #dd0000;
}

.essay-orders .data-table .actions li .material-icons.delete-b {
    font-size: 0;
    display: block;
    float: right;
    margin: 7px 3px;
}

.essay-component .files-list > li, .essay-component .people-list > li, .essay-component .check-list > li {
    padding-left: 20px !important;
}

.essay-component .pm-input > div > input {
    width: calc(100% - 76px) !important;
}

.essay-component.tip-the-writer-form-wrapper .pm-input > div {
    background: #e9f7fe;
    box-shadow: none;
}

.essay-component.tip-the-writer-form-wrapper .pm-input > div > input {
    width: calc(100% - 115px) !important;
}

.affiliate-program-wrapper .information-list ul, .affiliate-program-wrapper .information-list ol {
    padding-left: 15px;
}

.essay-order-details .order-details-head .toolbar .nav-list a,
.essay-order-details .order-details-head .toolbar .actions-list li a {
    padding: 10px 5px;
    font-size: 16px;
}

.request-revision-form-wrapper .wrap-order-submit .link-submit {
    background: #0074c4;
    color: white;
}

.request-revision-form-wrapper .wrap-order-submit .link-submit.disabled {
    background: none;
    color: #0074c4;
}

.essay-orders .component-tab-content .data-table .orders-details .rating-star a {
    display: inline-block;

}

.essay-orders .component-tab-content .data-table .orders-details {
    display: block;
    width: 100%;
}

.data-table .actions .drop-down > div {
    background: #caddea;
    overflow: hidden;
}

.featherlight-content-custom .essay-discount-popup-form.discount-popup-component {
    margin: 0 !important;
    width: 100% !important;
}

body .ae-miniorder-custom.home-custom-order.text-custom-order .full-cell {
    width: 100%;
    float: none;
}

body .ae-miniorder-custom.home-custom-order.text-custom-order .full-cell input {
    text-align: left;
}

body .feedback-point {
    bottom: 132px;
    right: 28px;
}
body .feedback-button {
    box-shadow: 0 0 0 0 rgba(221, 0, 0, 0.7);
}
body .featherlight .essay-component.essay-feedback-form .triangle {
    border-top: 100px solid #001921;
}
.essay-component.login-component .submit-b {
    min-height: 40px;
}
.essay-component .currency input[type="button"].active{
    background: #ee6060;
    color: white;
}
.essay-component .currency input[type="button"]:hover,
.essay-component .currency input[type="button"]:focus{
    background: #f5a0a0;
}
.essay-component .currency input[type="button"]{
    background: white;
    border: 1px solid #ee6060;
    line-height: 38px;
    color: #ee6060;
    font-weight: 700;
    font-family: 'NunitoRegular';
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 13px;
    padding: 0;
    outline: none;
    justify-content: center;
    display: inline-block;
    min-height: 40px;
}
body .featherlight .essay-feedback-form .header {
    font-size: 28px;
    color: #59383b;
    font-family: 'NunitoRegular';
    text-align: center;
}

body .featherlight .essay-feedback-form .advice .note .callback-hint {
    color: #dd0000;
}

body .featherlight .essay-feedback-form form .phone-panel input[type='submit'] {
    background-color: #dd0000;
}

body .featherlight .essay-feedback-form .advice .icon {
    background-size: contain;
}

body .featherlight .essay-feedback-form form .operators-info {
    display: none;
}
.essay-custom-calculator-wrapper .price-list .price-item .time{
    margin-top: 10px;
}
.essay-custom-calculator-wrapper .price-list .price-item .circles{
    margin-top: 14px;
}
.essay-calculator .price-list .price-date .price.text-color-1{
    display: inline-block;
    margin-top: 10px;
    color: #ee6060;
}
.essay-calculator .price-list .col-sm-3.col-md-3.valign-wrapper > span{
    display: inline-block;
    margin-top: 11px;
}
.essay-custom-calculator-wrapper input[type="submit"]{
    height: 60px;
    width: 100%;
    display: inline-block;
}
.button-primary-1 {
    background: #ee6060;
}
.button-info-o:focus, .button-info-o:hover, .button-primary-1 {
    border: none;
    color: #fff;
    font-weight: 700;
    font-family: 'NunitoRegular';
    font-size: 14px;
}
.button {
    border-radius: 30px;
    margin: 5px;
    padding: 0 20px;
    min-width: 180px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}
.essay-custom-calculator-wrapper .order-total-label{
    margin-top: 14px;
    display: inline-block;
}
.text-color-1 {
    color: #ee6060;
}
.essay-custom-calculator-wrapper .price-list{
    padding: 0;
}
.contacts-custom textarea{
    margin-bottom: 0;
    border-radius: 3px;
    border: 1px solid #cacacd;
    background-color: #FFF;
    font-size: 14px;
    color: #292c37;
    font-weight: 300;
    font-family: 'NunitoRegular';
    padding: 0 20px;
    line-height: 48px;
    width: 100%;
    height: initial;
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
    margin-bottom: 15px;
    display: block;
}
.contacts-custom .btn_box{
    margin: 20px 0;
    text-align: center;
}
.contacts-custom.essay-component input[type="text"]{
    border-radius: 3px;
    border: 1px solid #cacacd;
    background-color: #FFF;
    font-size: 14px;
    color: #292c37;
    font-weight: 300;
    font-family: 'NunitoRegular';
    padding: 0 20px;
    line-height: 48px;
    width: 100%;
    height: initial;
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
    margin-bottom: 15px!important;
    display: block!important;
}
.essay-component .header {
    /* color: #0074c4; */
    font-size: 24px;
    margin: 0 0 30px 0;
    display: block;
    font-weight: normal;
    padding: 0;
    background: none;
    float: none;
    transition: none;
}
.button-primary-2 {
    background: #ff9c27;
}
.button-primary-3-o:focus, .button-primary-3-o:hover {
    line-height: 50px;
    background: #9b8889;
}
.button-primary-3-o:focus, .button-primary-3-o:hover, .button-primary-4 {
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.button-primary-3-o {
    background: 0 0;
    border: 1px solid #59383b;
    line-height: 48px;
    font-size: 14px;
    color: #59383b;
    font-weight: 700;
}
.button-primary-1-o:focus, .button-primary-1-o:hover, .button-primary-2 {
    border: none;
    color: #fff;
    font-weight: 700;
    font-family: 'NunitoRegular';
    font-size: 14px;
}
.button-primary-2:focus, .button-primary-2:hover {
    background: #ffc47d;
}
.order-form-wrapper .material-hint > i:after, .order-form-wrapper .material-hint > b:after{
    line-height: 15px;
}
.essay-component .input-button span {
    margin-top: 0;
    padding: 5px 7px;
    width: 130px;
}
[type=checkbox].filled-in+label:after {
    border-radius: 2px;
}
[type=checkbox]+label:before, [type=checkbox]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 2px;
    margin-top: 2px;
    transition: .2s;
}
body .essay-component .checkbox-label, body .essay-component [type="radio"] + label.radio-label{
    position: relative;
}
[type=checkbox].filled-in:checked+label:before {
    top: 1px;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    z-index: 2;
}
.essay-component .checkbox-input input{
    left: -1000%;
}
body .essay-component [type="checkbox"].filled-in + label:after {
    top: 1px;
}
[type=checkbox].filled-in+label:after, [type=checkbox].filled-in+label:before {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    z-index: 1;
}
[type=checkbox].filled-in+label:after, [type=checkbox].filled-in+label:before {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    z-index: 1;
}
.filled-in[type=checkbox]:checked+label::after {
    border: 2px solid #59383b;
    background-color: #59383b;
}
body .essay-component [type="radio"] + label:before, body .essay-component [type="radio"] + label:after, body .essay-component [type="checkbox"].filled-in + label:after {
    width: 12px;
    height: 12px;
    vertical-align: top;
    margin: 0;
}
.essay-component .top-dd-wrapper .top-label a:before {
    content: 'Login';
    font-size: 14px;
    left: 0;
    right: 0;
    height: 40px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    background: #fff;
    position: relative;
    border: 1px solid #dfd9da;
    cursor: pointer;
    border-radius: 50px;
    padding: 0 37px 0 37px;
    line-height: 35px;
    color: #000;
    font-family: 'NunitoBold', sans-serif;
    margin: 0 6px 0 0;
    transition: all .3s linear;
    box-sizing: border-box;
}
 .essay-component.user-area-wrapper .top-dd-wrapper .top-label a:before {
    content: 'Account';
}
 .essay-component .top-dd-wrapper .top-label a span {
    display: none;
}

.mini-wrapper .top-dd-wrapper .top-label a:hover{
    color: #ff9c27;
    border-color: #ff9c27;
    transition: all .3s linear;
}
.affiliate-program-wrapper .referral-banner .row-1 .icon-remind-friends {
    background-color: #ff9c27!important;
    background-image: url(/wp-content/themes/writer-elite/style/images/aff_step1.svg)!important;
    position: absolute;
}
.affiliate-program-wrapper .referral-banner .row-1 .icon-place-order {
    background-color: #ff9c27!important;
    background-image: url(/wp-content/themes/writer-elite/style/images/aff_step2.svg)!important;
    position: absolute;
}
.affiliate-program-wrapper .referral-banner .row-1 .icon-earn-money {
    background-color: #ff9c27!important;
    background-image: url(/wp-content/themes/writer-elite/style/images/aff_step3.svg)!important;
    position: absolute;
}
.affiliate-program-wrapper .referral-banner .row-1.center .title, .affiliate-program-wrapper .referral-banner .row-1.left .title, .affiliate-program-wrapper .referral-banner .row-1.right .title {
    padding: 10px 10px 10px 78px;
    font-weight: 400;
}
.affiliate-program-wrapper .referral-banner .row-1 .title {
    text-transform: lowercase!important;
    font-size: 14px!important;
    color: #292c37!important;
}
.affiliate-program-wrapper .referral-banner .row-1.center, .affiliate-program-wrapper .referral-banner .row-1.left, .affiliate-program-wrapper .referral-banner .row-1.right {
    width: 31%;
    text-align: left;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    margin: 0!important;
    display: inline-block;
    vertical-align: top;
    min-height: 65px!important;
}
.affiliate-program-wrapper .referral-banner .row-1 {
    background-color: #f6f4f0!important;
}
.affiliate-program-wrapper .referral-banner .row-1.center {
    margin: 0 2.5% 0 3.5%!important;
}
.affiliate-program-wrapper .side .case .case-title div {
    color: #000!important;
}
.affiliate-program-wrapper .side .case .case-title {
    background-color: #ff9c27!important;
}
.affiliate-program-wrapper.affiliate-program-short-wrapper .side .case.open .case-title::before {
    padding: 0px;
    margin: 12px 0px 12px 25px;
    border: none;
    width: 0px;
    color: #0074c4;
    left: 0;
}
.affiliate-program-wrapper .affiliate-button.center, .affiliate-program-wrapper .affiliate-button.copy, .affiliate-program-wrapper .affiliate-button.nomargin, .affiliate-program-wrapper .save-button.print-button {
    background-color: #ff9c27!important;
    border-color: #ff9c27!important;
}
.affiliate-program-wrapper .referral-banner .row-1 .icon {
    width: 65px!important;
    height: 65px!important;
}
.bg-color-1.bg-lighten-2 {
    background-color: #fbd7d7;
    border: 1px solid transparent;
}
.tabs-component .component-tabs-controls li {
    padding: 0;
    margin: 0;
    width: 50%;
    border: 1px solid #fbd7d7;
}
.tabs-component .component-tabs-controls li span, .tabs-component .component-tabs-controls li a, .tabs-component .component-tabs-controls li a:hover{
    text-align: center;
}
.essay-component .component-tabs-controls li a{
    box-sizing: border-box;
    background: white;
    color: black;
    border-radius: 0;
}
.tabs-component .component-tabs-controls li a:hover,
.essay-component .component-tabs-controls li.selected a, .essay-component .component-tabs-controls li.selected a:hover{
    background-color: #fbd7d7;
    border-radius: 0;
    color: black;
}
.tabs-component .component-tabs-controls{
    padding: 0;
    margin: 0;
}
.essay-orders .header{
    color: #ee6060;
    font-weight: 700;
    border-bottom: 2px solid #ee6060;
    padding: 15px 0;
}
.essay-orders .component-tab-content .orders .orders-header-row .s6{
    width: 50% !important;
}
.page-content ul li{
    padding-left: 15px;
}
.essay-order-view-details .component-tab-content .nav-list .s4{
    width: 33%;
    border: none!important;
    box-sizing: border-box;
}
.essay-order-details .list > li a{
    line-height: 18px;
}
.essay-order-details .nav-list > li i:before {
    margin: 0 5px 5px 0;
    line-height: 1;
    position: static;
    display: inline-block;
    vertical-align: middle;
}
.essay-order-details .nav-list > li.bg-color-1{
    background-color: inherit;
}
.essay-order-details .actions-list > li i:before {
    margin: 0 5px 5px 0;
    line-height: 1;
    position: static;
    display: inline-block;
    vertical-align: middle;
}
.essay-order-details .nav-list > li a {
    border-left: solid #d8ebf9 2px;
}
.essay-order-details .nav-list > li.selected a{
    background:  #ee6060;
    margin: 0;
}
.essay-order-details .nav-list > li a > span{
    line-height: 1;
    display: inline-block;
}
.essay-order-details .list > li a.pay-now-b{
    border: 2px solid #ff9c27;
}
.essay-order-details .grid-row .col > span, .essay-order-details .grid .col > span{
    line-height: 1;
}
.essay-order-details .grid .col {
    padding: 5px 20px;
}
.essay-order-details .description{
    border-top: 0;
}
.mini-wrapper.essay-login-form .top-dd-wrapper .drop-down-content{
    padding: 20px;
}
.header-login{
    vertical-align: middle;
    line-height: 1;
}
.header-login .mini-wrapper .top-dd-wrapper .top-label a{
    margin-top: 3px;
}
.payments-wrapper .payment-icons img{
    width: 35px;
}
.payments-wrapper .payment-icons{
    display: block;
}
.essay-order-details .details-list li .vip-label{
    height: 26px;
    line-height: 24px;
    font-size: 13px;
}
.essay-vip-account ul.vip-account-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
}
.essay-vip-account .vip-account-list > li {
    border: 1px solid #e9eff5;
    display: inline-block;
    width: calc((100%/3) - 25px);
    min-width: 150px;
    height: 360px;
    vertical-align: top;
    border-radius: 5px;
    margin: 10px;
    padding-left: 0;
    text-align: center;
}
.essay-vip-account .vip-account-list > li .vip-package-select {
    margin: 15px 33px 0;
    box-sizing: border-box;
}
body .essay-vip-account .vip-account-list>li .vip-select-button {
    color: #59383b;
    background: #fbfbfb;
    border: 1px solid #e0d9da;
    border-radius: 20px;
}
body .essay-vip-account .vip-account-list>li .vip-select-button::after {
    color: #f46262;
}
body .essay-vip-account ul.vip-select-list .vip-account-pay {
    color: #5b5e68;
}
body .essay-vip-account ul.vip-select-list .vip-account-pay {
    color: #5b5e68;
}
body .essay-vip-account ul.vip-select-list .vip-account-pay .price-title {
    color: #f46262;
    font-weight: 700;
}
body .essay-vip-account ul.vip-select-list .vip-account-pay .buy {
    border: 1px solid #6cca7d;
    background: 0 0;
    border-radius: 10px;
}
body .essay-vip-account ul.vip-select-list {
    left: calc(50% - 95px);
}
body .essay-vip-account .vip-account-list>li .vip-package-item .price-per-month .best-price, body .essay-vip-account .vip-account-list>li .vip-package-item .price-per-month .currency-of-price {
    color: #292c37;
}
body .essay-vip-account .vip-account-list>li .vip-package-item .title-of-period {
    background-color: #ff9c27;
    color: #fff;
    font-weight: 400;
    z-index: 1;
}
body .essay-vip-account .vip-account-list>li .vip-package-item .title-of-period .rhex {
    width: 52px;
    height: 52px;
    border: 4px solid #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -22px;
    background-color: #f46262;
}
body .essay-vip-account .vip-account-list>li .vip-package-item .title-of-period .rhex .vip-mark {
    font-size: 0;
    line-height: 0;
    background-color: #f46262;
    color: #f46262;
}
body .essay-vip-account .vip-account-list>li .vip-package-item .title-of-period .rhex .vip-mark::before {
    background: 0 0;
    content: '';
}
body .essay-vip-account .vip-account-list>li .vip-package-item .title-of-period .rhex .vip-mark::after {
    content: "%";
    font-size: 18px;
    color: #fff;
    display: block;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    top: 22px;
    background: 0 0;
    left: 13px;
    font-weight: 700;
}
body .essay-vip-account ul.vip-select-list .vip-account-pay .vip-offer {
    color: #f46262;
}
.essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .rhex:before, .rhex:after{
    background: none;
}
body .essay-vip-account ul.vip-select-list.open {
    border-radius: 20px;
    border: 1px solid #e0d9da;
    background: #fbfbfb;
}
body .essay-vip-account ul.vip-select-list .vip-account-pay {
    color: #5b5e68;
}
body .essay-vip-account ul.vip-select-list .vip-account-pay .price-title {
    color: #f46262;
    font-weight: 700;
}
body .essay-vip-account ul.vip-select-list .vip-account-pay .buy {
    border: 1px solid #6cca7d;
    background: 0 0;
    border-radius: 10px;
}
body .essay-vip-account .vip-account-list>li .vip-package-item .label-vip-package {
    color: #6cca7d;
}
body .essay-vip-account .vip-account-list>li .vip-package-item .price-per-month .per-month {
    color: #9d9ea4;
}
.page-content .essay-vip-account ul li{
    font-size: 14px;
    line-height: 1.5;
}
.essay-vip-account{
    padding: 20px;
}
.global-cookie .cookie-policy-block {
    right: inherit;
    bottom: 105px;
}
main .order-form-wrapper .wrap-order-submit .col{
    width: 100%!important;
    text-align: center;
    padding: 0 0 20px 0;
}
.essay-order-details .nav-list > li.col{
    width: 25%;
    padding: 5px;
}

/* OVERRIDE MATERIAL ICONS BY FONTAWESSOME*/
body .material-icons {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .material-icons:after {
    font-size: 14px;
    display: inline-block;
}
body .essay-order-details .data-table td .material-icons {
    font-size: 0;
    font-size: 0 !important;
}
body .essay-order-details .data-table.messages-dt td .material-icons:after {
    content: '\f0e0';
    font-size: 16px;
}
body .essay-order-details .data-table.messages-dt td .material-icons.smoke-i:after {
    content: '\f2b6';
    font-size: 16px;
}
body .essay-order-details .data-table.files-dt td .material-icons:after {
    content: '\f15c';
    font-size: 16px;
}
.essay-orders .data-table .actions li:first-child .material-icons {
    font-size: 0 !important;
}
.essay-orders .data-table .actions li:first-child .material-icons:after {
    font-size: 20px;
    content: "\f013";
}

body .knowledge-skills-abilities .checkbox-input .hint > div {
    margin-left: -250px;
}

body .knowledge-skills-abilities .checkbox-input .hint > div > span {
    margin-left: 250px;
}

.success-message .material-icons,
.error-message .material-icons,
.info-message .material-icons {
    font-size: 0 !important;
}
.success-message .material-icons:after,
.error-message .material-icons:after,
.info-message .material-icons:after {
    content: '\f00d';
    font-size: 16px;
}
.essay-component .data-table tbody tr:hover, .essay-component .data-table .tbody .row:hover{
    background: none;
}
.order-form-wrapper .w-level-hint .dropdown-content i:after{
    content: "\f00c";
    font-family: FontAwesome;
}
.mini-wrapper .menu-list .order-li .icon:after{
    content: '\f291';
    font-family: FontAwesome;
}
.mini-wrapper .menu-list .orders-li .icon:after {
    content: '\f233';
    font-family: FontAwesome;
}
.mini-wrapper .menu-list .affiliate-li .icon:after {
    content: '\f1e1';
    font-family: FontAwesome;
}
.mini-wrapper .menu-list .discounts-li .icon:after {
    content: '\f012';
    font-family: FontAwesome;
}
.mini-wrapper .menu-list .profile-li .icon:after {
    content: '\f007';
    font-family: FontAwesome;
}
.mini-wrapper .menu-list .logout-li .icon:after {
    content: '\f08b';
    font-family: FontAwesome;
}
.essay-orders .links-list .pay-li > a:after {
    content: '\f07a';
    font-family: FontAwesome;
}
.essay-orders .links-list .pay-li > a:after {
    content: '\f07a';
    font-family: FontAwesome;
}
.essay-orders .links-list .delete-li > a:after{
    content: '\f1f8';
    font-family: FontAwesome;
}
.essay-order-details .actions-list > li.additional-order-item i:before,
.essay-orders .links-list .additional-li form > a:after {
    content: '\f0fe';
    font-family: FontAwesome;
}
.essay-order-details .actions-list > li.send-message-item i:before,
.essay-order-details .nav-list > li.messages-item i:before,
.essay-orders .links-list .messages-li > a:after {
    content: '\f0e0';
    font-family: FontAwesome;
}
.essay-order-details .actions-list > li.extend-deadline-item i:before{
    content: '\f017';
    font-family: FontAwesome;
}
.essay-order-details .nav-list > li.files-item i:before {
    content: '\f15b';
    font-family: FontAwesome;
}
.essay-order-details .nav-list > li.details-item i:before {
    content: '\f05a';
    font-family: FontAwesome;
}
.essay-order-details .nav-list > li.invoices-item i:before {
    content: '\f0ce';
    font-family: FontAwesome;
}
/* END OVERRIDE MATERIAL ICONS BY FONTAWESSOME*/
body .essay-component .back-b:before {
    content: "\f104"!important;
    font-family: FontAwesome!important;
    line-height: 26px;
    margin-right: 5px;
    font-size: 16px;
}
.essay-component .goto.back-b {
    text-decoration: none;
    color: #0074c4;
    font-family: 'NunitoRegular';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #0074c4;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 14px;
}
@media all and (max-width: 1100px) {
    .global-cookie .cookie-policy-block {
        bottom: 205px;
    }
}
@media (max-width: 1200px) {
    .essay-order-details .order-details-head .toolbar .actions-list li a,
    .essay-order-details .order-details-head .toolbar .nav-list a {
        padding: 7px;
        font-size: 13px;
    }
    .essay-component.essay-miniorder-form.miniorder-component table tr td {
        width: 31.333%;
    }
    .essay-calculator-wrapper .number-of-pages {
        width: 24%;
    }

    .essay-order-form .phone-tr table td:nth-child(3) {
        width: 78%;
    }


    .essay-miniorder-form.essay-miniorder-form {
        padding: 0%;
    }

    .essay-component.essay-miniorder-form.miniorder-component table tr:last-child td:nth-child(1), .essay-component.essay-miniorder-form.miniorder-component table tr:first-child td:nth-child(2) {
        padding: 0 28px;
    }

}
@media (max-width: 992px) {
    main .order-form-wrapper .wrap-order-submit .col{
        padding: 0;
    }
    .affiliate-program-wrapper .side .case {
         margin: 0 10px 14px;
    }
    .essay-component .flat-button {
        padding: 6px 10px;
        text-align: center;
        font-size: 20px;
    }

    .essay-component.essay-miniorder-form.miniorder-component table tr td {
        width: 49%;
    }

    .essay-component.essay-miniorder-form.miniorder-component table tr:nth-child(2) td:nth-child(2),
    .essay-component.essay-miniorder-form.miniorder-component table tr:first-child td:nth-child(2) {
        padding: 0 6px;
    }

    .essay-component.essay-miniorder-form.miniorder-component table tr:last-child td:nth-child(1) {
        padding: 0;
    }

    .essay-miniorder-form.essay-miniorder-form {
        padding: 0;
    }

    .index-page-content h2 {
        padding: 15px;
    }

    .index-page-content h2:after {
        left: 0;
    }

    .home-page-cols .hp-features {
        min-height: 500px;
    }

    .essay-calculator-wrapper form {
        padding: 0px 12px 0 0;
    }

    .essay-order-form .phone-tr table td:nth-child(3) {
        width: 72%;
    }
}

@media (max-width: 991px) {

    .ae-top-login {
        line-height: 1;
    }

    .mini-wrapper.top-login-wrapper, .mini-wrapper.top-password-wrapper, .mini-wrapper.top-user-area-wrapper, .mini-wrapper.top-login-wrapper-horizontal {
        line-height: 1;
    }
}

@media (max-width: 768px) {
    .featherlight .featherlight-content{
        max-width: 90%;
    }
    .affiliate-program-wrapper .referral-banner .row-1.center {
        margin: 0 3.5% 0 3.5%!important;
    }
    .affiliate-program-wrapper .referral-banner .row-1.center, .affiliate-program-wrapper .referral-banner .row-1.left, .affiliate-program-wrapper .referral-banner .row-1.right{
        width: 30.5%;
        min-height: 55px!important;
    }
    .affiliate-program-wrapper .referral-banner .row-1 .icon {
        width: 55px!important;
        height: 55px!important;
    }
    .affiliate-program-wrapper .referral-banner .row-1.center .title, .affiliate-program-wrapper .referral-banner .row-1.left .title, .affiliate-program-wrapper .referral-banner .row-1.right .title {
        padding: 10px 5px 10px 62px;
    }
    .essay-custom-calculator-wrapper .price-list .price-item .col-md-1.valign-wrapper{
        width: 50px!important;
    }
    .essay-custom-calculator-wrapper .price-list .price-item .time{
        padding-left: 0!important;
        width: calc(41% - 50px)!important;
    }

    .essay-order-view-details .description {
        margin: 0 10px;
    }

    .affiliate-program-wrapper .separator {
        display: none;
    }

    .essay-orders .component-tab-content .orders-pay .pay-now-b {
        padding: 2px 0;
    }

    .essay-orders .component-tab-content .orders-pay {
        width: calc(25% - 8px);
        margin: 4px;
    }

    .payment-social-block .payment-block span {
        width: 60px;
    }

    .hint table {
        display: none;
    }

    .user-area-wrapper .menu-list li a {
        font-size: 14px;
    }
    .login-component .messages-row .col{
        margin-bottom: 0;
    }

    .essay-component.essay-password-form.login-component,
    .essay-component.essay-login-form.login-component {
        width: 100%;
        padding: 10px 10px 0 10px;
    }

    .essay-order-view-details .cols-table td:first-child {
        width: 50%;
    }

    div#essay-calculator {
        width: 100%;
    }

    div#essay-calculator table tr td:first-child {
        width: 30% !important;
    }

    .order-form-data table tr.ws-vip-services-tr ul td {
        width: 86%;
    }

    .essay-order-form .apply-discount-input input[type="text"], .essay-order-form .add-writer-input input[type="text"] {
        width: 70%;
    }

    .essay-order-preview .buttons-panel input {
        padding: 10px 0;
        text-align: center;
    }
    .essay-order-details .order-details-head .toolbar .nav-list a,
    .essay-order-details .order-details-head .toolbar .actions-list li a {
        font-size: 12px !important;
    }
    .essay-order-view-details .order-details-head .toolbar .actions-list li i{
        font-size: 16px;
    }
}

@media (max-width: 750px) {
    .order-form-wrapper .resume-services-td label {
        padding: 10px;
        width: 100%;
    }
}

@media (max-width: 720px) {
    .affiliate-program-wrapper .referral-banner .row-1.center,
    .affiliate-program-wrapper .referral-banner .row-1.left,
    .affiliate-program-wrapper .referral-banner .row-1.right{
        margin: 10px auto!important;
        width: 250px!important;
        display: block;
    }
    .affiliate-program-wrapper .referral-banner .row-1.center:after, .affiliate-program-wrapper .referral-banner .row-1.left:after{
        display: none;
    }
    .essay-calculator-wrapper .number-of-pages, .type-document, .essay-calculator-wrapper .select-currency {
        width: 100%;
        padding: 10px;
        float: none;
        box-sizing: border-box;
    }

    .essay-calculator-wrapper form {
        padding: 0;
    }

    .essay-calculator-wrapper .select-currency {
        padding-top: 35px;
    }

    .essay-order-details .order-details-head .toolbar ul a i {
        margin-right: 0;
    }
}

@media (max-width: 640px) {
    .essay-order-details .nav-list > li.col{
        width: 50%!important;
    }
    .essay-vip-account .vip-levels-wrapper .level:last-child,
    .essay-vip-account .vip-levels-wrapper .level{
        display: inline-block;
    }
    .essay-vip-account .vip-account-list > li .vip-package-select {
        margin: 15px 15px 0;
    }
    .essay-login-form .row .m12.l6 {
        width: 100% !important;
    }
    .affiliate-program-wrapper .information-list p {
        word-break: break-all;
    }

    #essay-calculator table tr td strong {
        margin-top: 7px;
        display: inline-block;
    }

    .featherlight .essay-discount-popup-form.discount-popup-component .form-fields:after {
        margin-bottom: 83px;
        width: 100%;
    }

    .featherlight .essay-discount-popup-form.discount-popup-component .submit {
        width: 40%;
    }

    .featherlight .essay-discount-popup-form.discount-popup-component:before,
    .featherlight .essay-discount-popup-form.discount-popup-component .form-fields {
        padding: 15px;
    }

    .featherlight .essay-discount-popup-form.discount-popup-component .email {
        width: 60%;
    }

    .essay-component.essay-miniorder-form.miniorder-component table tr td {
        width: 100%;
        padding: 0 !important;
        float: none;
        box-sizing: border-box;
    }

    .essay-order-form .apply-discount-input input[type="text"], .essay-order-form .add-writer-input input[type="text"] {
        width: 65%;
    }

    .order-form-wrapper .vip-services-td .vip-services-list {
        background-image: none;
        width: 100%;
        padding-left: 0;
    }

    .order-form-data table tr.ws-vip-services-tr ul td {
        width: 90%;
    }

    .order-form-wrapper .vip-services-td .hint-td {
        margin-right: 15px;
    }

    .essay-component .input-button span {
        float: none;
    }

    .essay-calculator-wrapper form {
        padding: 0;
    }

    .essay-calculator-wrapper .select-currency,
    .essay-calculator-wrapper .number-of-pages,
    .type-document {
        width: 100%;
        padding: 10px;
        float: none;
        box-sizing: border-box;
    }

    .essay-calculator-wrapper .select-currency span.currency {
        width: 100%;
        text-align: center;
    }

    .essay-calculator-wrapper .select-currency:before {
        display: none;
    }
}

@media (max-width: 600px) {
    .essay-orders .orders .order-item {
        padding: 10px 20px 10px 20px;
    }
    .essay-order-details .info-block .row:first-child .col{
        width: 100%;
    }
    .essay-component .goto.back-b{
        font-size: 0;
    }
    .essay-orders .component-tab-content .orders .orders-header-row .s6{
        width: 100% !important;
    }
    .essay-custom-calculator-wrapper .price-list .price-item .time{
        margin-top: 0;
        width: 60%!important;
    }
    .essay-custom-calculator-wrapper .col-sm-3.col-md-3.valign-wrapper{
        width: 40%!important;
    }
    .essay-custom-calculator-wrapper .price-list .price-item .date{
        display: block;
        line-height: 1.5;
    }
    body .essay-order-details .order-details-head .toolbar .nav-list a,
    body .essay-order-details .order-details-head .toolbar .actions-list li a {
        font-size: 11px !important;
    }
}
@media all and (max-width: 592px) {
    .lightbox.essay-component.featherlight-inner {
        padding: 60px 15px;
    }
    #progressiveDelivery > button.button.button-primary-1.yes {
        float: left;
    }
    #progressiveDelivery > button.button.button-primary-1.no {
        float: right;
    }
}
@media all and (max-width: 495px) {
    .essay-vip-account .vip-levels-wrapper .level{
        padding: 6px 8px;
    }
    #progressiveDelivery > button.button.button-primary-1.yes {
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
    #progressiveDelivery > button.button.button-primary-1.no {
        float: none;
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 568px) {
    .mobile-menu .header-phone a{
        padding-left: 0;
    }
    .mini-wrapper{
        text-align: left;
    }
    .essay-component .top-dd-wrapper .top-label a:before{
        padding: 0 20px 0 20px;
        line-height: 26px;
        height: 32px;
    }
    .essay-custom-calculator-wrapper .total-price-wrapper .col-md-6{
        width: 100%!important;
        text-align: center;
    }
    .essay-custom-calculator-wrapper .total-price-wrapper {
        padding-top: 0px;
    }
    .essay-custom-calculator-wrapper .total-price {
        height: 50px;
    }
    .profile-wrapper.profile-form-wrapper.essay-component table tr td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .profile-wrapper.essay-component .buttons a.flat-button, .profile-form-wrapper .buttons .cancel-b, .profile-form-wrapper .buttons input[type="submit"] {
        margin: 5px;
    }

    .essay-order-details .order-details-head .info-block .price {
        width: 100%;
        text-align: left;
    }

    .essay-order-details .order-details-head .info-block .price, .essay-order-details .order-details-head .info-block .title {
        display: block;
    }

    .profile-wrapper.profile-view-wrapper.essay-component table tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .essay-calculator-wrapper .select-currency {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding-bottom: 10px;
    }

    .essay-calculator-wrapper .select-currency span.currency {
        width: auto;
    }

    div#essay-calculator table tr td:first-child {
        width: 50% !important;
    }

    .component-tab-content table.messages-dt tr td:before {
        display: block !important;
    }

    .component-tab-content table.messages-dt thead {
        display: none;
    }

    .component-tab-content table.messages-dt tr {
        display: block !important;
    }

    .essay-order-form .phone-tr table td:nth-child(3),
    .essay-order-form .phone-tr table td:first-child {
        width: 100%;
        float: none;
    }

    .essay-component .hint div {
        right: 15px;
    }

    .essay-order-form .apply-discount-input input[type="text"], .essay-order-form .add-writer-input input[type="text"] {
        width: 100%;
    }

    .essay-component .input-button span {
        margin-top: 6px;
        float: none;
    }

    .order-form-wrapper .vip-services-td .vip-services-list {
        background-image: none;
        width: 100%;
        padding-left: 0;
    }

    .order-form-data table tr.ws-vip-services-tr ul td {
        width: 90%;
    }

    .order-form-wrapper .vip-services-td .hint-td {
        margin-right: 15px;
    }

    .essay-component .t-body > tr.ws-terms-tr > td:first-child {
        width: 100%;
    }

    ul.menu-list li,
    .user-area-wrapper .info-list li {
        width: 100%;
    }

    .tabs-component .component-tabs-controls li span, .tabs-component .component-tabs-controls li a, .tabs-component .component-tabs-controls li a:hover {
        padding: 20px 10px;
    }

    .component-tab-content table tr td:last-child,
    .component-tab-content table tr td {
        width: 97%;
        box-sizing: border-box;
        margin-top: 30px;
        text-align: left !important;
        padding: 5px 10px !important;
    }

    td.orders-details ul.actions li .drop-down ul li {
        padding-right: 0;
    }

    .tabs-component .component-tab-content {
        padding: 10px;
    }

    .essay-order-details .order-details-head .details-list li:last-child {
        float: left;
    }

    .essay-order-details .order-details-head .toolbar .nav-list li, .essay-order-details .order-details-head .toolbar ul li {
        width: 99%;
    }

    .essay-order-view-details .cols-table td:first-child {
        border-left: none;
        border: none;
        width: 100%;
        text-align: left !important;
        padding-right: 0px !important;
        margin-top: 0px;
    }

    .component-tab-content table.cols-table tr td:last-child {
        width: 100%;
        float: right;
        text-align: left !important;
        padding-top: 0 !important;
        margin-top: 0;
        padding-left: 10px !important;
    }

    .upload-deadline-form-wrapper, .send-message-form-wrapper, .view-message-wrapper, .request-revision-form-wrapper {
        width: 280px;
    }

    .featherlight-content table tr td {
        display: block;
        padding-right: 0 !important;
    }

    .page-content-block .contact-info-text p {
        text-align: center;
    }

    .contact-info-block {
        width: 100%;
    }

    .essay-component.essay-contact-form {
        width: 100%;
        margin-bottom: 45px;
        padding: 25px 20px;
    }

    .contact-form-title {
        width: 100%;
    }

    .contact-form-title h3 {
        color: #fff;
        text-align: center;
        padding: 0;
    }

    .essay-component .essay-order-preview .t-body > tr > td:first-child {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }

    .essay-component .essay-order-preview .t-body > tr > td:nth-child(2) {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }

    .essay-order-preview .buttons-panel .back-b {
        margin-right: 0;
    }

    .essay-order-preview .buttons-panel input {
        width: 90%;
        margin: 5px 0;
    }

    .payments-wrapper.essay-component {
        padding: 20px;
    }

    .payments-wrapper.essay-component table tr td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .payments-wrapper .total-price .info-block div {
        font-size: 15px;
        margin-bottom: 5px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .header-links a {
        width: 100%;
        margin: 0;
    }

    .essay-component .vip-services-list .hint div {
        right: -20px;
    }

    .hb-banner.hide-hb a.order-n, .hb-banner a.order-n, .hb-banner.show-hb a.order-n {
        transition: 1.1s;
        border: none;
        bottom: 6%;
        left: auto;
        right: 30%;
        font-size: 20px;
        padding: 12px 5px;
        line-height: 10px;
    }

    body div#progressiveDelivery.essay-component {
        width: 100%;
    }

    body div#progressiveDelivery.essay-component .blue-b {
        padding: 0;
    }

}

@media (max-width: 480px) {
    .essay-vip-account .vip-account-list > li{
        width: 200px;
    }
    .essay-order-view-details .component-tab-content .nav-list .s4{
        width: 100%!important;
        margin-bottom: 10px;
    }
    .essay-order-details .nav-list.list{
        margin-bottom: 0;
    }
    .affiliate-program-wrapper{
        padding: 0;
    }
    .affiliate-program-short-wrapper .side.side-full .case.case-box .case-content:last-child {
        padding-left: 0px;
    }
    .affiliate-program-wrapper .side .case .case-content .share-your-discount .from-line input.affiliate-button{
        margin: 10px auto;
    }
    .affiliate-program-wrapper .affiliate-status .earnings,
    .affiliate-program-wrapper .to-earning{
        float: none!important;
        text-align: center;
    }
    .affiliate-program-wrapper .affiliate-status{
        height: auto;
    }
    body .data-table .actions .drop-down > div ul li {
        display: block !important;
        width: 100% !important;
    }

    .order-form-wrapper .essay-order-form .t-body .ws-discount-tr .hint > div {
        width: 265px;
        left: 0;
    }

    td.orders-details ul.actions li .drop-down > ul > li {
        display: block;
        width: 100%;
    }

    .ae-orders .essay-order-view-details .cols-table td {
        width: 100%;
    }

    .error-btn {
        margin: 15px auto 0 auto;
    }

    .essay-component .data-table tbody tr:nth-child(1n) {
        padding-top: 20px;
    }

    td.orders-details ul.actions li .drop-down ul li a {
        padding: 5px !important;
    }

    .component-tab-content table tr td:last-child,
    .essay-orders .component-tab-content .orders-pay {
        width: 97%;
    }

    .profile-wrapper.essay-component a.flat-button {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 0;
        text-align: center;
        font-size: 18px;
    }

    .profile-wrapper.essay-component .buttons a.flat-button, .profile-form-wrapper .buttons .cancel-b, .profile-form-wrapper .buttons input[type="submit"] {
        margin: 5px;
        width: 100%;
        padding: 0;
        font-size: 18px;
    }

    .essay-component.essay-password-form.login-component .buttons-panel input {
        width: 100%;
        padding: 0;
        font-size: 18px;
    }

    div#essay-calculator table tr td:first-child {
        width: 30% !important;
    }

    .essay-component.essay-miniorder-form.miniorder-component table tr td {
        width: 100%;
        padding: 0 !important;
    }

    .essay-component .hint div {
        width: 280px;
    }

    .essay-component .pm-input input {
        width: 66%;
    }

    .order-form-wrapper .vip-services-td .services-package label, .order-form-wrapper .vip-services-td .vip-services-list li label {
        font-size: 15px;
    }

    .page-content-block ul li, .page-content-block ol li, .page-content-block p {
        text-align: left;
    }

    .order-form-wrapper .resume-services-td label.package .discount, .order-form-wrapper .vip-services-td .services-package label .discount {
        margin: -5px 0px 0;
    }

    .essay-order-details .data-table.messages-dt th:nth-child(3), .essay-order-details .data-table.messages-dt td:nth-child(3), .essay-order-details .data-table.messages-dt th:nth-child(4), .essay-order-details .data-table.messages-dt td:nth-child(4) {
        display: none !important;
    }
}

@media (max-width: 425px) {
    .affiliate-program-wrapper .separator {
        display: none;
    }

    .affiliate-program-wrapper .information-list li,
    .affiliate-program-wrapper .information-list p {
        word-break: break-all;
    }

    body .essay-component .data-table tbody tr.vip span.crown {
        left: 90%;
        top: -41px;
    }
}
@media (max-width: 414px) {
    .essay-calculator-wrapper .number-of-pages,
    .type-document {
        width: 100%;
        box-sizing: border-box;
        float: none;
    }

    .essay-calculator-wrapper form {
        padding: 0;
    }

    .essay-calculator-wrapper .select-currency {
        float: none;
        width: 100%;
        padding-bottom: 10px;
        text-align: center;
    }

    .essay-calculator-wrapper .select-currency span.currency {
        width: auto;
    }
}
@media (max-width: 380px) {
    .payments-wrapper .total-price .info-block .blue.additional-currency {
        margin-left: 44px;
    }
}
.left-align {
    text-align: left
}
.right-align {
    text-align: right
}
.center,
.center-align {
    text-align: center
}
.left {
    float: left !important
}
.right {
    float: right !important
}

.ae-miniorder-custom .hide,
.essay-component .hide{
    display: none!important;
}
.payments-wrapper .payments-list > li{
    padding-left: 0;
}

@media only screen and (max-width: 600px) {
    .essay-component .hide-on-small-only,
    .essay-component .hide-on-small-and-down {
        display: none !important
    }
}
@media only screen and (max-width: 992px) {
    .essay-component .hide-on-med-and-down {
        display: none !important
    }
}
@media only screen and (min-width: 601px) {
    .essay-component .hide-on-med-and-up {
        display: none !important
    }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
    .essay-component .hide-on-med-only {
        display: none !important
    }
}
@media only screen and (min-width: 993px) {
    .essay-component .hide-on-large-only {
        display: none !important
    }
}
@media only screen and (min-width: 993px) {
    .essay-component .show-on-large {
        display: block !important
    }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
    .essay-component .show-on-medium {
        display: block !important
    }
}
@media only screen and (max-width: 600px) {
    .essay-component .show-on-small {
        display: block !important
    }
}
@media only screen and (min-width: 601px) {
    .essay-component .show-on-medium-and-up {
        display: block !important
    }
}
@media only screen and (max-width: 992px) {
    .essay-component .show-on-medium-and-down {
        display: block !important
    }
    .essay-component.payments-wrapper .show-on-medium-and-down.content-logo {
        display: none !important
    }
}
@media only screen and (max-width: 768px) {
    .essay-component.payments-wrapper .show-on-medium-and-down.content-logo {
        display: block !important;
    }
}
.affiliate-program-wrapper.essay-component {
    padding: 0;
}
.affiliate-program-wrapper .side .case .case-content .top-seven tr td {
    line-height: 1.5;
    font-weight: 400;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #a9a6a6;
    box-sizing: content-box;
    height: 16px;
    color: #6c6c6c;
    font-size: 11px;
}

@media all and (min-width: 1200px) {
    .affiliate-program-wrapper .side .case .case-content .top-seven {
        overflow-x: scroll;
        display: block;
    }
    .affiliate-program-wrapper .side .case .case-content .top-seven::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    .affiliate-program-wrapper .side .case .case-content .top-seven::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }
    .affiliate-program-wrapper .side .case .case-content .top-seven::-webkit-scrollbar-thumb {
        background: #59383b;
        border-radius: 10px;
    }
    .affiliate-program-wrapper .side .case .case-content .top-seven::-webkit-scrollbar-thumb:hover {
        background: #592e2b;
    }
}
@media all and (max-width: 480px) {
    .affiliate-program-wrapper .about .top-seven tr {
        display: flex;
        flex-direction: column;
        width: 49%;
        min-width: 49%;
    }
    .affiliate-program-wrapper .side .case .case-content .top-seven tbody {
        display: flex;
    }
    .affiliate-program-wrapper .side .case .case-content .top-seven tr td {
        text-align: center;
    }
}
.profile-form-wrapper form > .row.buttons > div {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.profile-form-wrapper form > .row.buttons > div input {
    line-height: 1;
}
.profile-form-wrapper form > .row.buttons > div a {
    height: 40px;
    line-height: 1.5;
}
@media all and (max-width: 625px) {
    .profile-form-wrapper form > .row.buttons > div a, .profile-form-wrapper form > .row.buttons > div input {
        width: 45%;
    }
}
@media all and (max-width: 480px) {
    .profile-form-wrapper form > .row.buttons > div a {
        line-height: 2.3;
    }
}
@media all and (max-width: 400px) {
    .profile-form-wrapper form > .row.buttons > div {
        flex-direction: column;
        align-items: center;
    }
}
@media all and (max-width: 991px) {
    .essay-component .ws-vip-services .vip-services-list label p.price-wrapper {
        margin-top: 50px!important;
    }
}
.essay-component .ws-vip-services .vip-services-list .we-recommend-it .description,
.essay-component .ws-vip-services .vip-services-list .we-recommend-it .title{
    font-size: 12px;
    line-height: 1.6;
}
@media all and (max-width:437px) {
    .essay-component .ws-vip-services .vip-services-list .we-recommend-it .title {
        padding-left: 19px;
        white-space: nowrap;
    }
    .essay-component .ws-vip-services .vip-services-list .we-recommend-it .go-it {
        width: 50px;
        padding: 0;
    }
    .essay-component .ws-vip-services .offer-label b {
        display: block;
    }
}
body .favourite-writers-component ul.writers li .action a.hire {
    background: #f89c26;
    border: 1px solid #f89c26;
    transition: all .3s linear;
    color: #fff;
    font-family: NunitoBold,sans-serif;
}
body .favourite-writers-component ul.writers li .action a.hire:hover {
    transition: all .3s linear;
    background: #fff;
    border-color: #f89c26;
    color: #f89c26;
    transform: scale(1.04);
    box-shadow:  0 0 10px rgba(248, 156, 38, .42);
}
body .favourite-writers-component ul.writers li .statistics .item {
    flex-direction: column;
    margin-top: 7px;
}
body .favourite-writers-component ul.writers li .statistics .item span.count {
    padding-left: 5px;
    line-height: inherit;
    font-family: Circular-Bold,sans-serif;
    font-weight: normal;
    color: #001921;
}
body .favourite-writers-component ul.writers .slick-arrow:hover {
    transition: .3s;
    transform: scale(1.08);
    display: inline-block!important;
}
body .favourite-writers-component ul.writers li .action a.reviews {
    border-color: #dfd9da;
    color: #000;
    font-family: 'NunitoBold', sans-serif;
}
body .favourite-writers-component ul.writers li .action a.reviews:hover {
    transition: .3s;
    transform: scale(1.04);
    box-shadow:  0 0 10px #dfd9da;
}
body .favourite-writers-component ul.writers li .kind-of-paper span,
body .favourite-writers-component ul.writers li .type-of-work{
    color: #000;
    font-family: 'NunitoBold', sans-serif;
}
body .favourite-writers-component ul.customers .slick-prev{
    left: 0;
}
body .favourite-writers-component ul.customers .slick-next{
    right: 0;
}
body .favourite-writers-component ul.customers .slick-arrow {
    bottom: 11px;
    top: inherit;
    height: 40px;
    background-color: transparent;
}
body .favourite-writers-component ul.customers .slick-arrow:hover {
    transition: .3s;
    transform: scale(1.08);
    display: block;
    cursor: pointer;
}
body .favourite-writers-component.featherlight-inner {
    overflow-x: hidden;
}
body .favourite-writers-component ul.customers li .text-writer .rating-stars {
    padding-top: 0;
    margin-bottom: 10px;
}
body .favourite-writers-component .customer-reviews-count {
    margin-bottom: 0;
}
body .favourite-writers-component ul.customers li .text-writer .short-text{
    line-height: 1.4;
}

body .featherlight .featherlight-content.featherlight-top-writers {
    max-width: 800px;
    border-radius: 25px;
}
body .featherlight .featherlight-content.featherlight-top-writers .featherlight-close-icon {
    color: #FF0000;
    font-weight: 900;
}
body .favourite-writers-component ul.customers li .personal-data .customer-name {
    color: #373737;
    font-family: Circular-Bold,sans-serif;
}
body .favourite-writers-component ul.customers li .text-writer .short-text {
    font-family: NunitoRegular,sans-serif;
    color: #5b5e68;
}
body .favourite-writers-component ul.customers li .personal-data .date-post {
    color: #b9b9b9;
}
body .favourite-writers-component .customer-reviews-count {
    color: #001921;
    font-family: Circular-Bold,sans-serif;
}
body .favourite-writers-component ul.customers .slick-prev,
body .favourite-writers-component ul.customers .slick-next {
    background: none;
}
body .favourite-writers-component ul.customers .slick-prev:before {
    display: block;
    content: '\f053';
    font: normal normal normal 17px FontAwesome;
    color: #0a2c3b;
    text-align: center;
}
body .favourite-writers-component ul.customers .slick-next:before {
    display: block;
    content: '\f054';
    font: normal normal normal 17px FontAwesome;
    color: #0a2c3b;
    text-align: center;
}
@media all and (max-width: 900px) {
    body .featherlight .featherlight-content.featherlight-top-writers {
        max-width: 300px;
        border-radius: 25px;
    }
    body .favourite-writers-component ul.customers .slick-arrow {
        z-index: 9999;
    }
    body .favourite-writers-component ul.customers li .customers-wrapper {
        padding: 0 40px;
    }
    body .favourite-writers-component ul.customers .slick-prev {
        left: -12px;
    }
    body .favourite-writers-component ul.customers .slick-next {
        right: -12px;
    }
    body .favourite-writers-component ul.writers li .statistics .item {
        margin-bottom: 5px;
    }
    body .favourite-writers-component .customer-reviews-count {
        padding-left: 40px;
    }
    body .featherlight .featherlight-content.featherlight-top-writers {
        max-width: 300px;
    }
}
@media all and (max-width: 460px) {
    body .essay-component.favourite-writers-component {
        padding: 15px;
    }
    body .favourite-writers-component ul.writers .slick-arrow.slick-prev {
        left: -12px;
        z-index: 999;
    }
    body .favourite-writers-component ul.writers .slick-arrow.slick-next {
        right: -12px;
        z-index: 999;
    }
    body .favourite-writers-component ul.writers, .slick-slider .slick-track {
        margin: 0;
    }
    body .favourite-writers-component ul.writers li {
        padding: 20px 10px;
    }
    body .favourite-writers-component ul.writers li .action a {
        font-size: 15px;
    }
    body .favourite-writers-component ul.writers li .statistics .item span.name {
        text-align: center;
    }
    body .favourite-writers-component ul.writers li .statistics .item {
        margin-bottom: 5px;
    }
    body .favourite-writers-component ul.writers li .action {
        position: static;
        align-items: center;
        width: 100%;
    }
    body .favourite-writers-component ul.writers li .personal-data {
        padding-left: 85px;
    }
}
/* snackbar */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #eaf6ed;
    color: #002e5e;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    left: 50%;
    bottom: 130px;
    height: 60px;
    z-index: 99999;
    border: 2px solid #3dbc5f
}
#snackbar i {
    color: #3dbc5f;
    margin-right: 10px;
    font-size: 26px
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 2.5s;
    animation: fadein .5s, fadeout .5s 2.5s;
    display: flex !important;
    justify-content: start;
    align-items: center
}
.link-event:hover {
    cursor: pointer;
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }
    to {
        bottom: 130px;
        opacity: 1
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }
    to {
        bottom: 130px;
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 130px;
        opacity: 1
    }
    to {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        bottom: 130px;
        opacity: 1
    }
    to {
        bottom: 0;
        opacity: 0
    }
}
/* END snackbar */
body .essay-orders .links-list .the-same-writer-li form > a:after {
    font-family: FontAwesome;
    content: '\f2c1';
}