.padding-40 {
    padding: 40px 0 40px 0;
}

.wrapper-padding {
    padding: 40px 20px 40px 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.min-width-250 {
    min-width: 250px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.fade.in {
    opacity: 1;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.note-editor .note-toolbar.panel-heading {
    background-color: #eee;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px !important;
    color: #444 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 3px 10px !important;
    border-radius: 3px !important;
    border: 1px solid #e2e2e2 !important;
}

.bootstrap-tagsinput {
    line-height: 32px !important;
    display: block !important;
}

.sidebar-header {
    background: #ffffff;
}

.iconpicker .iconpicker-item {
    line-height: 14px;
}

.img-select.selected {
    border: 3px solid #007bff;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}

.img-select {
    margin-bottom: 20px;
    box-shadow: 0 0 30px 0 #eee;
    cursor: pointer;
}

.img-select.selected:after {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1;
    color: #fff;
    content: "\f058";
    font-size: 30px;
    font-family: "fontawesome";
    font-weight: 900;
    line-height: 30px;
    width: 40px;
    height: 40px;
    background-color: #007bff;
    padding-left: 5px;
    padding-top: 4px;
}

.switch {
    position: relative;
    display: block;
    width: 86px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.onff.slider:before {
    content: "No";
}

.slider:before {
    position: absolute;
    content: "Hide";
    height: 26px;
    width: 50px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .onff.slider:before {
    content: "Yes";
}

input:checked + .slider:before {
    content: "Show";
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.max-height-120 {
    max-height: 120px;
}

.max-height-150 {
    max-height: 150px;
}

.iconpicker-popover.popover {
    z-index: 9999;
}

.menu-left-side-content > .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
}

.accordion-wrapper .card {
    margin-bottom: 20px;
}

.accordion-wrapper .card .card-header {
    padding: 0;
    border: none;
    background-color: #f3f8fb;
}

.accordion-wrapper .card .card-header button:focus,
.accordion-wrapper .card .card-header button:hover {
    outline: none;
    text-decoration: none;
}

.accordion-wrapper .card .card-header button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.accordion-wrapper .card .card-body .page-list-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    max-height: 200px;
    overflow-y: scroll;
    padding: 20px;
}

.accordion-wrapper .card .card-body .page-list-ul li label {
    cursor: pointer;
}

.accordion-wrapper .card .card-body .page-list-ul li {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.accordion-wrapper .card .card-body {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #f3f8fb;
}

.form-control.error {
    border-color: red;
}

.menu-structure-wrapper .card-header {
    padding: 0;
    background-color: transparent;
    border: none;
    margin-bottom: 30px;
}

.menu-structure-wrapper .card-header .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #444;
    margin-bottom: 0;
}

.menu-structure-wrapper .card-body {
    background-color: #f3f8fb;
}

.menu-structure-wrapper .card-body ol.sortable {
    margin: 0;
    padding-left: 0;
}

.sortable li > div {
    background-color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 10px;
}

.info-text {
    color: #777;
    font-weight: 500;
    font-size: 12px;
    margin: 10px 0;
    display: block;
}

.form-control.nice-select.wide {
    line-height: initial;
}

.nice-select.form-control.wide.has-multiple {
    margin-bottom: 20px;
}

small {
    font-size: 13px;
}

.accordion-wrapper .page-title {
    font-size: 18px;
    font-weight: 500;
}

.available-form-field {
    margin: 0;
    padding: 0;
    list-style: none;
}

.available-form-field li {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
}

.available-form-field li a {
    text-transform: capitalize;
}

.available-form-field li span {
    margin-right: 10px;
    text-transform: none;
}

.available-form-field li {
    position: relative;
    z-index: 0;
}

.available-form-field li .remove-fields {
    position: absolute;
    right: 0;
    top: 8px;
    color: red;
    cursor: pointer;
}

.available-form-field.main-fields .switch {
    width: 95px;
}

.permission-show span:after {
    position: static;
    content: ", ";
    padding-right: 5px;
}

/* new css v2.2 */
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.modal-content {
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
}

.view-quote-details-info .title ,
.view-order-details-info .title{
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.view-quote-details-info ,
.view-order-details-info
{
    padding: 30px;
}

.view-quote-details-info .view-quote-top-wrap ,
.view-order-details-info .view-order-top-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.view-quote-details-info .view-quote-top-wrap span,
.view-order-details-info .view-order-top-wrap span{
    text-transform: capitalize;
}

.view-quote-details-info .quote-all-custom-fields,
.view-order-details-info .order-all-custom-fields{
    width: 100%;
}

.view-quote-details-info .quote-all-custom-fields .fname,
.view-order-details-info .order-all-custom-fields .fname{
    text-transform: capitalize;
    padding: 10px;
}

.view-quote-details-info .quote-all-custom-fields .fvalue,
.view-order-details-info .order-all-custom-fields .fvalue{
    padding: 10px;
}

.permission-show span:last-child:after {
    display: none
}
.all-widgets.available-form-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-widgets.available-form-field li {
    width: calc(100% / 2 - 30px);
}
.available-form-field li {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
}

.available-form-field li a {
    text-transform: capitalize;
}

.available-form-field li span {
    margin-right: 10px;
    text-transform: none;
}

.available-form-field li {
    position: relative;
    z-index: 0;
}

.available-form-field li .remove-fields {
    position: absolute;
    right: 0;
    top: 8px;
    color: red;
    cursor: pointer;
}

.available-form-field.main-fields .switch {
    width: 95px;
}

.permission-show span:after {
    position: static;
    content: ", ";
    padding-right: 5px;
}
.widget-handler .top-part {
    font-size: 16px;
    line-height: 26px;
}
.widget-handler {
    position: relative;
    margin-bottom: 20px;
}
.widget-area-header {
    position: relative;
    padding: 20px 25px;
    background-color: #fff;
}

.widget-area-header .widget-area-expand {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #eaeaea;
    text-align: center;
    line-height: 33px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    cursor: pointer;
}

.widget-area-header .header-title {
    margin-bottom: 0;
}
.widget-area-body.hide{
    height: 0;
    visibility: hidden;
    padding: 0;
}
.attribute-field-wrapper {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    padding-right: 60px;
    background-color: #f2f2f2;
}
.attribute-field-wrapper input,
.attribute-field-wrapper textarea {
    margin-bottom: 10px;
}

.attribute-field-wrapper .icon-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f2f2f2;
    display: block;
    height: 100%;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.attribute-field-wrapper .icon-wrapper span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #000;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.attribute-field-wrapper .icon-wrapper span.remove_attributes {
    background-color: #da3e4d;
}

.attribute-field-wrapper .icon-wrapper span.add_attributes {
    background-color: green;
}

.ratings{
    color: #fec42d;
}
/* widgets */
.widget-handler:last-child{
    margin-bottom: 0px;
}

.widget-handler{
    position: relative;
    margin-bottom: 20px;
}
.widget-handler .expand{
    position: absolute;
    right: 40px;
    width: 25px;
    height: 25px;
    line-height: 29px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    top: 10px;
    cursor: pointer;
}
.widget-handler .remove-widget{
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 29px;
    background-color: #dc3545;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    top: 10px;
    cursor: pointer;
    color: #fff;
}
.widget-handler .top-part {
    font-size: 16px;
    line-height: 26px;
}

.widget-handler .content-part.show{
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 20px 30px 20px 26px;
}
.widget-handler .content-part{
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.widget-handler .content-part .nav-item {
    font-size: 14px;
    font-weight: 400;
}

.info-paragraph {
    font-size: 14px;
    line-height: 24px;
}

.info-paragraph .info-url {
    margin-top: 10px;
    display: block;
    width: calc(100% - 50%);
    border: none;
    padding: 8px 20px;
    background-color: #f2f2f2;
    color: #363636;
}
#sortable {
    min-height: 60px;
}
select {
    min-height: 45px;
}
.bulk-delete-wrapper {
    margin: 30px 0px;
    display: flex;
    justify-content: space-between;
}

input[type="checkbox"]{
    width: 15px; /*Desired width*/
    height: 15px; /*Desired height*/
}
.select-box-wrap select {
    height: 38px;
    border: none;
    position: relative;
    top: 2px;
    width: 150px;
    border: 1px solid #e2e2e2;
}

.select-box-wrap button {
    height: 45px;
    border: none;
    cursor: pointer;
}

.all-field-wrap ul li a {
    padding: 5px 15px;
    font-size: 14px;
}

.all-field-wrap input {
    font-size: 14px;
    height: 35px;
}

.all-field-wrap .tab-content {
    margin-top: 15px;
}

.all-field-wrap textarea {
    max-height: 60px;
}
.all-field-wrap {
    position: relative;
    background-color: #f2f2f2;
    padding: 30px;
    padding-right: 70px;
    margin-bottom: 30px;
}

.all-field-wrap .action-wrap {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f2f2f2;
    height: 100%;
    width: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.all-field-wrap .action-wrap .add,
.all-field-wrap .action-wrap .remove{
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #339e4b;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
}
.all-field-wrap .action-wrap .remove {
    background-color: #bb4b4c;
}
.iconpicker-component {
    font-size: 25px !important;
    padding: 0 20px !important;
}

.media-upload-btn-wrapper.gallery .attachment-preview{
    width: 80px;
    height: 80px;
}

.error-message {
    text-align: center;
}
.media-uploader-image-info .img-title{ word-break: break-all;}
.label-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    display: block;
}

/* gig message manage */

.delivery-time-countdown-wrap #countdown {
    display: flex;
}

.delivery-time-countdown-wrap .nx-singular-countdown-item {
    width: calc(100% / 4 - 10px);
    background-color: #1d396d;
    padding: 40px 0;
}

.delivery-time-countdown-wrap .nx-singular-countdown-item + .nx-singular-countdown-item {
    margin-left: 10px;
}

.delivery-time-countdown-wrap .nx-singular-countdown-item  .time {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
    margin-bottom: 10px;
}

.delivery-time-countdown-wrap .nx-singular-countdown-item {
    text-align: center;
}

.delivery-time-countdown-wrap .countdown-wrapper {
    margin-top: 20px;
}
.delivery-time-countdown-wrap .nx-singular-countdown-item .label   {
    display:block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}
.delivery-time-countdown-wrap {
    padding: 40px;
    background-color: #fbf9f9;
    text-align: center;
    margin-top: 40px;
}

.span_title {
    font-size: 16px;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 5px;
    display: block;
}
.delivery-time-countdown-wrap .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.reply-message-wrap {
    padding: 40px;
    background-color: #fbf9f9;
}
.gig-message-start-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #fbf9f9;
    padding: 40px;
}
.single-message-item {
    background-color: #e7ebec;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 80px;
}
.reply-message-wrap .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 600;
}
.single-message-item.customer {
    background-color: #dadde0;
    text-align: left;
    margin-right: 0;
}
.reply-message-wrap .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 600;
}

.gig-message-start-wrap .boxed-btn {
    padding: 8px 10px;
}

.reply-message-wrap .boxed-btn {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
}

.reply-message-wrap textarea:focus {
    outline: none;
    box-shadow: none;
}

.reply-message-wrap textarea {
    border: 1px solid #e2e2e2;
}
.gig-message-start-wrap .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: 600;
}
.single-message-item .thumb .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #c7e5ec;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
}
.single-message-item .title {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0px 0;
}

.single-message-item .time{
    display:block;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 500;
    font-style: italic;
}
.single-message-item .thumb i {
    display: block;
    width: 100%;
}
.single-message-item.customer .thumb .title {
    background-color: #efd2d2;
}
.single-message-item .top-part {
    display: flex;
    margin-bottom: 25px;
}

.single-message-item .top-part .content {
    flex: 1;
    margin-left: 15px;
}


.anchor-btn {
    border-bottom: 1px solid var(--main-color-one);
    color: var(--main-color-one);
    display: inline-block;
}
.all-message-wrap.msg-row-reverse {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}
.load_all_conversation:focus {
    outline: none;
}
.load_all_conversation {
    border: none;
    background-color: #111D5C;
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
}
.single-message-item ol,.single-message-item ul {
    padding-left: 15px;
}
.modal-content .alert {
    margin-bottom: 0;
}

/* popup builder style */

.nx-popup-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    content: '';
    z-index: 1;
    height: 100%;
    transition: 300ms all;
    visibility: hidden;
    opacity: 0;
}

.nx-popup-backdrop.show {
    visibility: visible;
    opacity: 1;
}
.nx-popup-wrapper.show {
    visibility: visible;
    opacity: 1;
}
.nx-popup-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}
.notice-modal .nx-modal-inner-content-wrapper {
    width: 700px;
    height: 400px;
}
.only-image-modal .nx-modal-inner-content-wrapper {
    width: 700px;
    min-height: 400px;
    background-size: cover;
    background-position: center;
}
.nx-popup-wrapper.notice-modal .nx-modal-inner-content-wrapper {
    background-image: url("../images/popup/dizcox-popup--min.jpg");
}
.nx-modal-inner-content-wrapper {
    width: 800px;
    background-color: #fff;
    padding: 40px;
    position: relative;
    background-position: center;
    height: 450px;
}
.nx-popup-wrapper.notice-modal .nx-modal-inner-content-wrapper .nx-popup-close {
    background-color: #ea7e7e;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.nx-modal-inner-content-wrapper .nx-popup-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
    background-color: red;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.notice-modal .nx-modal-header .title {
    display: inline-block;
    background-color: red;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.notice-modal .nx-modal-header {
    text-align: center;
    margin-bottom: 30px;
}

.notice-modal .nx-modal-content {
    text-align: center;
}

.notice-modal .nx-modal-content p {
    color: #444;
    font-size: 18px;
    line-height: 28px;
}

.notice-modal .nx-modal-content .btn-wrapper {
    margin-top: 30px;
}

.notice-modal .nx-modal-content .btn-wrapper .btn-boxed {
    display: inline-block;
    padding: 10px 30px;
    background-color: rebeccapurple;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    transition: 300ms all;
}

.notice-modal .nx-modal-content .btn-wrapper .btn-boxed:hover {
    background-color: beige;
    color: #fff;
}

/* notice popup */

.notice-modal-content-wrapper {
    text-align: left;
}

.notice-modal-content-wrapper .right-side-content {
    max-width: 350px;
}

.nx-popup-wrapper.notice-modal .nx-modal-content {
    display:flex;
    justify-content:flex-end;
    /*align-items:center;*/
    height: 100%
}

.notice-modal-content-wrapper .right-side-content .title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #272324;
    text-transform: uppercase;
}

.notice-modal-content-wrapper .right-side-content p {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
}

/* promotional popup */
.promotional-modal-content-wrapper .left-content-warp img {
    max-width: 400px;
}

.promotional-modal-content-wrapper .left-content-warp {width: 50%;margin-right: 20px;text-align: left;}

.promotional-modal-content-wrapper {
    display: flex;
    align-self: flex-start;
}

.promotional-modal-content-wrapper .right-content-warp {
    display: flex;
    align-items: center;
}

.promotional-modal-content-wrapper .right-content-warp .title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5580ff;
}

.promotional-modal-content-wrapper .right-content-warp p {
    font-size: 18px;
    line-height: 28px;
    color: #636363;
}
.promotional-modal-content-wrapper .right-content-warp .btn-boxed {
    display: inline-block;
    border: none;
    background-color: #5580ff;
    padding: 8px 30px;
    border-radius: 5px;
    margin-top: 20px;
    color: #fff;
    font-weight: 600;
    transition: 300ms all;
}

.promotional-modal-content-wrapper .right-content-warp .btn-boxed:hover {
    background-color: #ff8a73;
    color: #fff;
}
.nx-popup-wrapper.promotion-modal .nx-modal-inner-content-wrapper {
    padding: 30px;
}
/* discount popup */
.nx-popup-wrapper.discount-modal .nx-modal-inner-content-wrapper{
    padding: 20px;
}
.nx-popup-wrapper.discount-modal {
    padding: 30px;
}

.discount-modal-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-start;
    height: 400px;
}

.discount-modal-content-wrapper .left-content-wrap {
    width: 400px;
    margin-right: 20px;
}

.discount-modal-content-wrapper .left-content-warp {
    width: 330px;
}

.discount-modal-content-wrapper .right-content-warp {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
}

.discount-modal-content-wrapper .right-content-warp .title {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #5580ff;
}

.discount-modal-content-wrapper .right-content-warp p {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
}

.discount-modal-content-wrapper .right-content-warp .btn-boxed {
    display: inline-block;
    background-color: #5580ff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 5px;
    margin-top: 20px;
    transition: 300ms all;
}

.discount-modal-content-wrapper .right-content-warp .btn-boxed:hover {
    background-color: #ff8a73;
}

.discount-modal-content-wrapper #countdown {
    display: flex;
}

.discount-modal-content-wrapper .nx-singular-countdown-item {
    width: calc(100% / 4 - 10px);
    background-color: #ff8a73;
}

.discount-modal-content-wrapper .nx-singular-countdown-item + .nx-singular-countdown-item {
    margin-left: 10px;
}

.discount-modal-content-wrapper .nx-singular-countdown-item  .time {
    display: block;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
    margin-bottom: 0px;
}

.discount-modal-content-wrapper .nx-singular-countdown-item {
    text-align: center;
}

.discount-modal-content-wrapper .countdown-wrapper {
    margin-top: 20px;
}
.discount-modal-content-wrapper .nx-singular-countdown-item .label   {
    display:block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

/* permission */
.form-group.parent_page h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    cursor: pointer;
}

.form-group.parent_page ul li{
    text-transform: capitalize;
}
.form-group.parent_page ul {
    margin-left: 15px;
}
.form-group.parent_page ul {
    display: flex;
    flex-wrap: wrap;
}

.form-group.parent_page ul li {
    margin-left: 20px;
    margin-bottom: 20px;
}


.header-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

body > .at-warning{
    margin-left: 280px !important;
}
.at-warning {
    padding: 10px;
    background-color: #f9e7b0;
    text-transform: capitalize;
}
@media only screen and (max-width: 1366px) {
    body > .at-warning {
        margin-left: 0px !important;
    }
}
.footer-area {display: flex;justify-content: space-between;padding: 20px;}