.essay-component * {
    box-sizing: content-box;
}

.essay-component a {
    text-decoration: underline;
}

.essay-component label {
    margin-bottom: 10px;
    display: inline-block;
}

.essay-component {
    box-sizing: border-box;
    padding: 60px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Open Sans', Arial;
    font-size: 14px;
}

.featherlight .featherlight-content,
.essay-component {
    border: solid #dce0e3 1px;
    border-radius: 3px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
}

body .featherlight .featherlight-content{
    padding: 25px;
    border-bottom: 1px solid transparent;
}

.essay-component table {
    width: 100%;
    border-collapse: collapse;
}

.essay-component .t-body > tr > td {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.essay-order-form .t-body > tr > td:nth-child(2) {
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 22px;
    vertical-align: top;
    width: 16px;
}

.essay-component .header {
    /*color: #0074c4;*/
    font-size: 24px;
    font-family: Verdana;
    margin: 0 0 30px 0;
    display: block;
    font-weight: normal;
    padding: 0;
    background: none;
    float: none;
    transition: none;
}

.essay-component .header.center {
    text-align: center;
}

.essay-component.tabs-component {
    padding: 0;
    box-shadow: none;
    border: none;
}

.tabs-component .component-tabs-controls {
    list-style: none;
    padding: 10px 10px 0 10px;
    margin: 0 0 -1px -10px;
    overflow: hidden;
    font-size: 0;
}

.tabs-component .component-tabs-controls li {
    display: inline-block;
    margin-right: 8px;
}

.tabs-component .component-tabs-controls li span,
.tabs-component .component-tabs-controls li a,
.tabs-component .component-tabs-controls li a:hover {
    background: #0074c4;
    border: solid #0074c4 1px;
    border-radius: 4px 4px 0 0;
    font-size: 15px;
    color: white;
    text-decoration: none;
    padding: 20px 35px;
    display: block;
}

.tabs-component .component-tabs-controls li.selected *,
.tabs-component .component-tabs-controls li.selected *:hover {
    background: white;
    color: black;
    border-color: white;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
    border: 1px solid #dce0e3;
    border-bottom-color: white;
}

.tabs-component .component-tab-content {
    border: 1px solid #dce0e3;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
    border-radius: 0 3px 3px 3px;
    box-sizing: border-box;
    padding: 50px 35px;
}

.essay-component .hint div > span {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 8px;
    background: url("https://bestwritingservice.ae/ws/images/hint-arrow.png");
    left: 0;
    top: 0;
    margin: -8px 0 0 50px;
    padding: 0;
}

.essay-component .hint > i {
    background-image: url("https://bestwritingservice.ae/ws/images/question.png");
    background-position: 0 -16px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.essay-component .hint:hover i {
    background-position: 0 0;
}

.essay-component .hint div {
    background: white;
    border-radius: 4px;
    border: solid #cfe2f3 1px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    display: none;
    font-size: 13px;
    margin: 4px 0 0 -50px;
    padding: 20px 20px 10px 20px;
    position: absolute;
    width: 250px;
    color: #272f48;
    font-family: 'Open Sans', Arial;
    z-index: 102;
}

.essay-component .hint div p {
    padding: 0;
    margin: 0 0 10px 0;
}

.essay-component .hint:hover div {
    display: block;
}

.essay-component .hint table {
    margin-bottom: 10px;
}

.essay-component .hint table tr {
    background: none;
}

.essay-component .hint table tr th,
.essay-component .hint table tr td {
    padding: 5px;
    background: none;
    text-align: left;
    border: solid 1px #dce0e3;
}

.essay-component input[type="text"],
.essay-component input[type="email"],
.essay-component input[type="password"],
.essay-component input[type="file"],
.essay-component textarea,
.essay-component select,
.essay-component .pm-input input,
.essay-component .multiinput,
.essay-component .select2-container {
    border-style: solid;
    border-width: 1px;
    border-top-color: #cecece;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    border-bottom-color: #ebebeb;
    padding: 9px;
    background: #ffffff;
    border-radius: 2px;
    width: 100%;
    color: #322d3a;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
    outline: none!important;
}

.select2-container .select2-dropdown.select2-dropdown--below {
    z-index: 10;
}

.essay-component .select2-container {
    padding: 0px;
    width: 100% !important;
}

.essay-component .row .select2-container {
    padding: 3px;
    width: 100% !important;
}

.essay-component .select2-container--default .select2-selection--single {
    border: none;
    background: #ffffff;
}

.essay-component .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}

.essay-component .select2-container .select2-selection--single {
    height: 37px;
}

.essay-component .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}

.select2-container .select2-results .select2-results__options .select2-results__option {
    cursor: pointer;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #37a2e0 !important;
    border-radius: 2px;
}

.essay-component .select2-container .select2-selection--single:active,
.essay-component .select2-container .select2-selection--single:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:active,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:active,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none!important;
}

.select2-results .select2-results__options .select2-results__message {
    color: #f3480c;
}

.essay-component textarea {
    height: 100px;
}

.essay-component input[type="text"].error,
.essay-component input[type="email"].error,
.essay-component input[type="password"].error,
.essay-component input[type="file"].error,
.essay-component textarea.error,
.essay-component select.error {
    background-color: #fff3f3;
    border: 1px solid #ffd3d3;
}

.essay-component input[type="text"].success,
.essay-component input[type="password"].success,
.essay-component input[type="file"].success,
.essay-component textarea.success,
.essay-component select.success {
    color: #40651c;
    background: #f1ffde;
    border: solid #c2ceb3 1px;
}

.essay-component .notice {
    font-family: 'Noto Serif', serif;
    font-size: 13px;
    color: #3e4d5e;
    font-weight: 400;
    font-style: italic;
    vertical-align: middle;
}

.essay-component .notice-wrapper {
    height: 38px;
}

.essay-component .red-label,
.essay-component .blue-label,
.essay-component .grey-label,
.essay-component .green-label {
    font-size: 15px;
    font-weight: 600;
}

.essay-component .blue-label {
    color: #0074c4;
}

.essay-component .red-label {
    color: #de1500;
}

.essay-component .grey-label {
    color: #8c8c8c;
}

.essay-component .green-label {
    color: #419900;
}

.essay-component .pm-input {
    display: inline-block;
    /*background: url("https://bestwritingservice.ae/ws/images/pm-input-bg.png") no-repeat;*/
    border-color: #cecece #e1e1e1 #ebebeb;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
    user-select: none;
}

.essay-component .pm-input div,
.essay-component .pm-input input {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.12) inset;
    background: #fbfbfb;
}

.essay-component .pm-input input {
    border: none;
    position: relative;
    width: 56px;
    text-align: center;
    font-size: 13px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    border-radius: 0;
    padding-top: 11px;
    margin: 0;
    height: 38px;
}

.essay-component .pm-input span {
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: linear-gradient(0deg, #F1F2F2, white);
    color: #8C8C8C;
    box-sizing: border-box;
    text-align: center;
    padding-top: 9px;
}

.essay-component .pm-input i {
    font-style: normal;
    color: #8c8c8c;
    font-size: 14px;
}

.essay-component .pm-input span i {
    font-size: 22px;
}

.essay-component .pm-input .p {
    float: right;
    border-left: solid #cecece 1px;
}

.essay-component .pm-input .m {
    float: left;
    border-right: solid #cecece 1px;
}

.essay-component .radio-input {
    vertical-align: middle;
    cursor: pointer;
    font-weight: 600;
}

.essay-component .radio-input i {
    background-image: url("https://bestwritingservice.ae/ws/images/radio.png");
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    margin: 0 3px -3px 0;
}

.essay-component .radio-input.checked i {
    background-position: 0 -16px;
}

.essay-component .radio-input input {
    left: -10000px;
    position: absolute;
}

.essay-component .checkbox-input {
    cursor: pointer;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    color: #3e4d5e;
    font-weight: normal;
}

.essay-component .checkbox-input > i {
    background-image: url("https://bestwritingservice.ae/ws/images/checkbox.png");
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 3px;
    margin: 0 3px -3px 0;
}

.essay-component .checkbox-input.checked i {
    background-position: 0 -17px;
}

.essay-component .checkbox-input input {
    left: -10000px;
    position: absolute;
}

.essay-component .form-button {
    color: black;
    font-size: 13px;
    font-weight: 600;
    color: black;
    text-decoration: none;
    border: solid #d3d3d3 1px;
    border-radius: 2px;
    padding: 10px 25px;
    display: inline-block;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-align: center;
}

.essay-component .form-list {
    margin: 0;
    padding: 0;
    clear: both;
    list-style: none;
}

.essay-component .form-list li {
    font-size: 13px;
}

.essay-component .form-list li i {
    display: inline-block;
    background: url("https://bestwritingservice.ae/ws/images/close-icon.png");
    width: 9px;
    height: 9px;
    margin-left: 15px;
    cursor: pointer;
}

.essay-component .files-list > li,
.essay-component .people-list > li,
.essay-component .check-list > li {
    padding: 3px 0 3px 20px;
}

.essay-component .files-list > li {
    background-image: url("https://bestwritingservice.ae/ws/images/blue-sheet.png");
    background-position: 0 center;
    background-repeat: no-repeat;
}

.essay-component .files-list > li.error {
    background-color: #fff3f3;
    border: 1px solid #ffd3d3;
}

.essay-component .people-list > li {
    background: url("https://bestwritingservice.ae/ws/images/blue-man-icon.png") 0 center no-repeat;
}

.essay-component .check-list > li {
    background: url("https://bestwritingservice.ae/ws/images/blue-check.png") 0 center no-repeat;
}

.essay-component .file-button input {
    position: absolute;
    width: 20px;
    left: -1000px;
}

.essay-component .add-file .files {
    display: none;
}

.essay-component .input-button span {
    float: right;
    margin-top: -40px;
    position: relative;
}

.essay-component .flat-button {
    font-size: 17px;
    padding: 20px 60px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans', Arial, sans-serif;
}

.essay-component .orange-b {
    background: #ffc34f;
    border: solid #ffc34f 1px;
}

.essay-component .blue-b {
    color: white;
    background: #0074c4;
    border: solid #0074c4 1px;
}

.essay-component .blue-outline-b {
    background: white;
    border: solid #d8ebf9 1px;
    color: #0074c4;
}

.essay-component .disabled-b {
    background: white;
    border: 1px solid #d1d2d3;
    color: #d1d2d3;
    cursor: no-drop;
}

.essay-component .success-message ul,
.essay-component .error-message ul,
.essay-component .info-message ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.essay-component .success-message,
.essay-component .error-message,
.essay-component .info-message {
    padding: 30px 30px 30px 70px;
    background-position: 26px 28px;
    background-repeat: no-repeat;
    line-height: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.2);
}

.essay-component .messages .error-message,
.essay-component .messages .success-message,
.essay-component .messages .info-message {
    margin-bottom: 30px;
}

.essay-component .success-message > ul > li,
.essay-component .error-message > ul > li {
    padding-left: 15px;
    margin-bottom: 7px;
}

.essay-component .success-message > ul > li {
    background: url("https://bestwritingservice.ae/ws/images/green-dot.png") 0 8px no-repeat;
}

.essay-component .error-message > ul > li {
    background: url("https://bestwritingservice.ae/ws/images/red-dot.png") 0 8px no-repeat;
}

.essay-component .success-message ul ul li,
.essay-component .error-message ul ul li {
    margin-left: 10px;
}

.essay-component .success-message {
    background-image: url("https://bestwritingservice.ae/ws/images/success-icon.png");
    background-color: #f1ffde;
    border: solid #d7eeb8 1px;
    color: #40651c;
}

.essay-component .error-message {
    background-image: url("https://bestwritingservice.ae/ws/images/error-icon.png");
    background-color: #fff3f3;
    border: solid #ffd3d3 1px;
    color: #b82222;
}

.essay-component .info-message {
    background-image: url("https://bestwritingservice.ae/ws/images/info-icon.png");
    background-color: #f6fcfe;
    border: 1px solid #c0e2fa;
    color: #0074c4;
}

.essay-component .messages > div > i {
    float: right;
    margin: -20px -20px 0 0;
    cursor: pointer;
    font-size: 14px;
}

.essay-component .ws-paging {
    list-style: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.essay-component .ws-paging li:first-child {
    border-left: solid #cfe2f3 1px;
    border-radius: 2px 0 0 2px;
}

.essay-component .ws-paging li:last-child {
    border-radius: 0 2px 2px 0;
}

.essay-component .ws-paging li {
    display: inline-block;
    border: solid #cfe2f3 1px;
    border-left: none;
}

.essay-component .ws-paging li span,
.essay-component .ws-paging li a {
    padding: 12px 18px;
    text-decoration: none;
    color: #004270;
    display: block;
    font-size: 14px;
}

.essay-component .ws-paging li.selected span {
    color: #0074c4;
    background: #edf7fe;
    box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.15) inset;
}

.essay-component .ws-paging li a:hover {
    color: #0074c4;
}

.essay-component .data-table {
    margin-bottom: 40px;
}

.essay-component .data-table tr,
.essay-component .data-table .row {
    background: none;
    margin-bottom: 0;
}

.essay-component .data-table td,
.essay-component .data-table th,
.essay-component .data-table .td,
.essay-component .data-table .th {
    text-align: left;
    font-size: 13px;
    background: none;
}

.essay-component .data-table td,
.essay-component .data-table .td {
    padding: 15px;
    color: #57687e;
}

.essay-component .data-table th,
.essay-component .data-table .th {
    font-size: 15px;
    font-weight: 600;
    border-bottom: solid #004270 2px;
    padding: 20px 15px;
    white-space: nowrap;
}

.essay-component .data-table tbody tr,
.essay-component .data-table .tbody .row {
    border-bottom: solid #d3e8f6 1px;
}

.essay-component .data-table tbody tr td:first-child,
.essay-component .data-table .tbody .row .td:first-child {
    padding-left: 25px;
}

.essay-component .data-table tbody tr td:last-child,
.essay-component .data-table .tbody .row .td:last-child {
    padding-right: 25px;
}

.essay-component .data-table tbody tr td,
.essay-component .data-table .tbody .row .td {
    position: relative;
}

.essay-component .data-table tbody tr.vip {
    border: 2px #f8b222 solid;
}

.essay-component .data-table tbody tr.vip span.crown {
    background-image: url(https://bestwritingservice.ae/ws/images/vip-crown.png);
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -14px;
    margin-left: -14px;
}

.essay-component .data-table tbody tr.highlight-tr,
.essay-component .data-table .tbody .row.highlight-tr {
    background: #fffef4;
}

.essay-component .data-table tbody tr:hover,
.essay-component .data-table .tbody .row:hover {
    background: #edf7fe;
}

.essay-component .data-table .sortable {
    cursor: pointer;
}

.essay-component .data-table .sortable span {
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 18px;
    background-image: url("https://bestwritingservice.ae/ws/images/sort-blue-arrows.png");
}

.essay-component .data-table .sortable.sort-asc span {
    background-image: url("https://bestwritingservice.ae/ws/images/up-blue-arrow.png");
}

.essay-component .data-table .sortable.sort-desc span {
    background-image: url("https://bestwritingservice.ae/ws/images/down-blue-arrow.png");
}

.essay-component .back-b {
    text-decoration: none;
}

.essay-component .back-b:hover {
    text-decoration: underline;
}

.essay-component .blue-status-label {
    color: #0074c4;
}

.essay-component .green-status-label {
    color: #5ba709;
}

.essay-component .orange-status-label {
    color: #e28c11;
}

.essay-component .small-cell {
    width: 10px;
}

.essay-component .category-list option {
    padding-left: 15px;
}

.essay-component .category-list .title {
    padding: 0;
    font-weight: bold;
}

.essay-component .category-list option:first-child,
.essay-component .category-list option:last-child {
    padding: 0;
}

.essay-component .inactive-button {
    color: grey;
    cursor: no-drop;
}

.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
    display: none;
}

.featherlight .featherlight-content .featherlight-close-icon {
    margin: 10px;
}

.featherlight .featherlight-inner {
    min-width: 60px;
}

.popup-component.essay-component {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
}

body .essay-component .hidden {
    display: none !important;
}

.essay-component label.error {
    color: red;
    margin: 3px 0 0 0;
    display: block;
}

.essay-component .default-form label.error {
    /*margin-top: -20px;*/
}

.essay-component .no-wrap {
    white-space: nowrap;
}

.essay-component .font-style-normal {
    font-style: normal;
}

.essay-component .rating-star {
    display: inline-block;
    line-height: 14px;
    vertical-align: text-top;
}

.essay-component .rating-star i {
    color: #FFD203;
    font-style: normal;
    font-size: 19px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.essay-component .link-submit {
    padding: 20px 60px;
    border: solid white 1px;
    font-size: 17px;
    color: black;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.essay-component .link-submit.disabled {
    background: white;
    color: #d1d2d3;
    border: solid #d1d2d3 1px;
    cursor: no-drop;
}

.on-disabled-button-click-text {
    color: red;
}

.lightbox span.please-note {
    font-size: 28px;
    font-weight: bold;
}

.autocomplete-suggestions {
    background-color: #ffffff;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #aaaaaa;
    border-radius: 0px 0px 4px 4px;
    cursor: pointer;
    overflow-y: auto;
}

.autocomplete-suggestion {
    padding: 1px 6px;
    font-size: 12px;
    line-height: 18px;
    color: #4e516b;
}

.autocomplete-suggestion.autocomplete-selected {
    background-color: #dddddd;
}

.autocomplete-suggestion:hover {
    background-color: #5897fb;
    color: #ffffff;
}

.cookie-policy-block {
    background-color: white;
    border: solid #e2e7eb 1px;
    box-shadow: 0 2px 6px -1px rgba(0,0,0,0.15);
    padding: 20px;
    box-sizing: border-box;
    z-index: 100;
}

.global-cookie .cookie-policy-block {
    max-width: 620px;
    border-radius: 5px;
    margin: 6px;
    position: fixed;
    right: 2px;
    bottom: 2px;
    z-index: 999999;
}

.cookie-policy-block p {
    margin: 0;
    color: #5b5b65;
    font-size: 13px;
    line-height: 1.6em;
}

.cookie-policy-block b {
    display: block;
    margin: 0 0 10px;
    color: #262c38;
}

.cookie-policy-block .read-more {
    white-space: nowrap;
    display: inline-block;
    color: #1eba59;
}

.cookie-policy-block .button {
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    width: 80px;
    min-width: 0;
    background: #1eba59;
    color: white;
    border-radius: 8px;
}

.cookie-policy-block .data-row {
    display: table-row;
}

.cookie-policy-block .data-col {
    display: table-cell;
    vertical-align: middle;
}

.cookie-policy-block .text-col {
    padding: 0 20px 0 80px;
    background: url("https://bestwritingservice.ae/ws/images/cookie.png") 0 center no-repeat;
}

.cookie-policy-block .mobile.button-col {
    text-align: center;
}

.cookie-policy-block .mobile.button-col {
    display: none;
}

@media screen and (max-width: 1000px) {
    body .cookie-policy-block .row-wrap {
        width: 100% !important;
    }
}

@media screen and (max-width: 480px) {
    .cookie-policy-block .text-col {
        padding: 0;
        background-image: none;
    }

    .cookie-policy-block .button-col {
        display: none;
    }

    .cookie-policy-block .mobile.button-col {
        display: block;
        padding-top: 12px;
    }
}
