/*
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
body{
font-family: 'Poppins', sans-serif !important;

}
*/


/*font family*/

@font-face {
    font-family: "Gotham";
    src: url(../fonts2/Gotham/GothamMedium.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Gotham";
    src: url(../fonts2/Gotham/GothamLight.ttf) format("truetype");
    font-weight: lighter;
    font-weight: 300;
}

@font-face {
    font-family: "Gotham";
    src: url(../fonts2/Gotham/GothamBold.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "GothamBook";
    src: url(../fonts/Gotham/GothamBook.ttf) format("truetype");
}

body {
    font-family: "Roboto", sans-serif;
}

form {
    font-family: "Gotham", sans-serif;
}

div#block-bootstrap-for-drupal-subtheme-local-tasks {
    background: #fff;
}

div#block-bootstrap-for-drupal-subtheme-local-tasks a {
    color: #000;
}

a {
    color: #000;
}

#page-content {
    background: #f8f8f8;
    border-radius: 10px;
}

.page-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-left: 20px;
    margin-top: 40px;
}

form {
    color: #000;
    padding: 1.5rem;
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px#d2cece;
}

.custom-control-label {
    display: block;
}

.field__label {
    font-weight: 600;
}

.container,
.container-vs,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 100% !important;
}

.button.button-action {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.views-exposed-form .form-select {
    width: 100%;
}

#mobiles-preview-table .sale-price::before {
    content: "$";
}

table .custom-control-input {
    position: relative;
    opacity: 1 !important;
    z-index: unset !important;
    width: 0.9rem;
}


/* .js-form-item.form-item.custom-control.custom-checkbox.js-form-type-checkbox.form-type-checkbox.js-form-item-cillular-order-bulk-form-0.form-item-cillular-order-bulk-form-0.form-no-label {
margin-right: 2rem !important;
} */

table thead {
    background: #000;
    color: #fff;
}

th {
    padding: 10px 8px;
    font-weight: 500;
}

thead a {
    color: #fff;
}

.js td .dropbutton-multiple {
    margin-right: 0;
    padding-right: 0;
}

.views-table {
    width: 100%;
}

#edit-order-fields {
    background: #ccc;
}


/* table*/

table.views-table tbody tr:hover {
    background-color: rgba(241, 228, 43, 0.2);
}

table.views-table tbody tr {
    border-bottom: 1px solid rgb(202, 200, 200);
}

li.active {
    background-color: #33a1fd;
}

#header-menu {
    background: #000 !important;
}


/*navbar*/

.navbar-dark {
    background: #000 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

header#header-brand {
    background: #212529 !important;
    padding: 10px 0 !important;
}

#header-brand a.navbar-brand {
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    font-size: 2rem !important;
}

.navbar-dark.bg-secondary {
    -webkit-filter: drop-shadow(0px 2px 6.5px rgba(198, 230, 253, 0.33));
            filter: drop-shadow(0px 2px 6.5px rgba(198, 230, 253, 0.33));
    background-color: #ffffff !important;
    border: 1px solid #e5edf0;
    height: 93px;
    padding: 0;
}

main {
    min-height: 75vh;
    /* background: #F5F5F8; */
    background: #f8f8f8;
    color: #000;
}


/*toolbox*/

.region-sidebar-left {
    left: 0;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 20px 0;
    z-index: 9 !important;
}

ul.menu-tools {
    background: none;
    color: #fff;
}
.region-sidebar-left .menu--tools h2 {
    padding: 0;
    font-size: 16px !important;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    height: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

.region-sidebar-left .menu--tools h2 svg:hover {
    color: #0084ff;
}

.region-sidebar-left .menu--tools h2:before {
    display: none !important;
}

#content-aside div[id^="block-"],
#content-aside nav[id^="block-"] {
    padding: 0 32px !important;
}

.svg-inline--fa.fa-w-10 {
    width: 1.125em;
}


/*end toolbox*/


/*add button*/

nav .button-action::before {
    font-size: 40px;
    font-weight: 500;
    background: #fff;
    color: #000;
    padding: 0;
    border-radius: 100%;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .button-action:hover::before,
a.button.button-add-product:hover::before {
    font-size: 40px;
    font-weight: 500;
    background: #0084ff !important;
}


/*pager*/

ul.pager__items.js-pager__items.pagination.justify-content-center {
    font-weight: bold;
}

a.nav-item.nav-link.is-active {
    color: #fff;
}

a.nav-item.nav-link {
    color: #fff !important;
}

.block-local-tasks-block li.active {
    background-color: #262626 !important;
    color: #fff !important;
}

.block-local-tasks-block li {
    margin: 0 1rem !important;
    padding: 5px 0 !important;
    border: none !important;
    letter-spacing: 1px;
}

.block-local-tasks-block li a {
    font-size: 0.75rem;
}

.block-local-tasks-block li.active a {
    color: #fff !important;
}

.block-system {
    background: unset;
    padding: 10px;
}


/*breadcrum*/


/*div#block-bootstrap-for-drupal-subtheme-breadcrumbs {
display: none;
}*/


/*toolbox*/

#content-aside svg.svg-inline--fa {
    float: left;
    font-size: 1.15rem;
    margin-right: 10px;
}

svg.svg-inline--fa.fa-bars.fa-w-14 {
    margin-right: 0 !important;
}

.col-2 {
    padding: 0 !important;
    background: #21262d;
}


/*end toolbox*/


/*list cillular mobiles*/

body.path-cillular-mobiles .field__item img {
    width: 150px;
    height: 220px;
}

#video-values h4.label {
    color: #fff;
}

.cillular_mobile-view.teaser.contextual-region>div {
    margin: 30px;
    width: 150px;
}

.view-cillular-mobile-list .cillular_mobile-view.teaser.contextual-region {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.view-cillular-mobile-list .views-row {
    border: 2px solid #eee;
    margin-bottom: 20px;
}


/*cillular mobile*/

.views-exposed-form .form--inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.views-exposed-form .form--inline>div {
    width: 26%;
}

.form--inline .form-item {
    margin-right: 0;
}

.views-exposed-form .form--inline div#edit-actions {
    width: 100%;
    margin: 1em 0;
}


/*list cillular products*/

body.path-cillular-products .field__item img {
    width: 150px;
    height: 220px;
}

.cillular_product-view.teaser.contextual-region>div {
    margin: 30px;
    width: 150px;
    /* font-weight: unset !important; */
}

.cillular_product-view.teaser.contextual-region {
    display: flex;
    flex-wrap: wrap;
}

.view-content .views-row {
    margin-bottom: 50px;
    padding: 10px;
    background: #fff;
    -webkit-filter: drop-shadow(0px 8px 13px rgba(112, 113, 114, 0.06));
            filter: drop-shadow(0px 8px 13px rgba(112, 113, 114, 0.06));
}


/*end list cillular products*/


/*list cillular orders*/

.order-list-export-options ul {
    background: #022b71 !important;
    margin-top: -18px;
    border: none;
    box-shadow: none;
    z-index: 1;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    text-align: center;
}

.order-list-export-options ul::before {
    position: absolute;
    content: "";
    left: 25px;
    right: 25px;
    height: 1px;
    background: #fff;
    top: 18px;
}

.order-list-export-options ul #edit-open-modal {
    background: none;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    padding: 0 25px;
}

body.admin-content-cillular-order .views-exposed-form select#edit-status-id {
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid #12a0ce;
    font-weight: 500;
    color: #12a0ce;
}

body.admin-content-cillular-order .views-exposed-form select#edit-status-id {
    background-position-x: 90% !important;
}

body.admin-content-cillular-order .views-exposed-form input::-webkit-input-placeholder {
    line-height: 24px;
    color: #12a0ce;
    font-weight: 300;
    font-family: "Gotham";
}

body.admin-content-cillular-order .views-exposed-form input::-moz-placeholder {
    line-height: 24px;
    color: #12a0ce;
    font-weight: 300;
    font-family: "Gotham";
}

body.admin-content-cillular-order .views-exposed-form input:-ms-input-placeholder {
    line-height: 24px;
    color: #12a0ce;
    font-weight: 300;
    font-family: "Gotham";
}

body.admin-content-cillular-order .views-exposed-form input::-ms-input-placeholder {
    line-height: 24px;
    color: #12a0ce;
    font-weight: 300;
    font-family: "Gotham";
}

body.admin-content-cillular-order .views-exposed-form input::placeholder {
    line-height: 24px;
    color: #12a0ce;
    font-weight: 300;
    font-family: "Gotham";
}

.order-list-export-orders-wrapper {
    position: absolute;
    top: 8px;
    right: 0;
}

form#views-exposed-form-cillular-order-admin-page-1 {
    margin-right: 222px;
}

body.admin-content-cillular-order .views-exposed-form .form--inline>div {
    margin-right: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

form#views-exposed-form-cillular-order-admin-page-1 input#edit-vendor-id {
    background-image: url(../icon/search.svg) !important;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 93% !important;
    margin-top: 0;
}

form#views-exposed-form-cillular-order-admin-page-1 label {
    display: none;
}

form#views-exposed-form-cillular-order-admin-page-1 .description {
    font-size: 12px;
    line-height: 24px;
    color: #022b71;
    font-weight: 300;
    font-family: "Gotham";
    text-align: center;
}

form#views-exposed-form-cillular-order-admin-page-1 {
    background: none;
    box-shadow: none;
    margin-bottom: 0;
}

form#views-exposed-form-cillular-order-admin-page-1 input,
form#views-exposed-form-cillular-order-admin-page-1 select {
    width: 300px;
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid #12a0ce;
}

.cillular_order-view.teaser.contextual-region {
    display: flex;
    flex-wrap: wrap;
}

.cillular_order-view.teaser.contextual-region>div {
    margin: 20px;
}

.field.field--name-mobile-retailer-order-no.field--type-integer.field--label-hidden.field__item {
    background: #555;
    color: #fff;
    padding: 10px 20px;
}

.field--name-shippin-information .field__item {
    display: flex;
    flex-wrap: wrap;
}

.field.field--name-mobile-retailer-order-no.field--type-integer.field--label-hidden.field__item {
    background: #555;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 100%;
}


/*end cillular list orders*/


/*Cillular Order Page*/

.view-cillular-order-admin th#view-sales-representative-table-column {
    width: 20%;
}

.view-cillular-order-admin table th {
    padding: 10px;
    font-size: 1rem;
}

.view-cillular-order-admin table {
    font-size: 1rem;
}


/*end cillular order */


/*add mobile form,add product form*/

form#cillular-mobile-form,
Form#cillular-product-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-mobile-form>div,
form#cillular-product-form>div {
    width: 100%;
}


/*end add forms*/

ul.nav.navbar-nav li:nth-child(1) {
    cursor: pointer;
}

ul.nav.navbar-nav li:nth-child(1) .nav-link {
    color: #fff;
}

@media (min-width: 1200px) {
    body {
        font-size: 1rem !important;
    }
}


/* testing*/

aside#content-aside.closed {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
}

aside#content-aside.closed ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
}


form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .custom-control-label::before {
    top: 0;
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .custom-control-label::after {
    top: 0;
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page div.content .custom-control-label::before {
    top: 0.175rem !important;
}


/*end testing*/

div#block-bootstrap-for-drupal-subtheme-help {
    background: #fff;
    padding: 10px;
    font-size: 1rem;
    border-radius: 10px;
}

.col-11 {
    flex: 0 0 95.66667% !important;
    margin: auto;
}

div#edit-actions {
    width: 100% !important;
}


/* Cillular product list new web/product-list */



body.path-accessory-list #page-content .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    flex: 1;
    padding-left: 15px;
}

body.path-accessory-list #page-content nav.navigation {
    width: 100%;
}

body.path-accessory-list .product-col.views-row>div:not(:first-child) {
    margin: 0.5rem 0;
}

body.path-accessory-list .product-col.views-row .views-field-sale-price {
    color: #454546;
    font-size: 11px;
    font-family: "Gotham", sans-serif;
}

body.path-accessory-list .product-col.views-row .views-field-name a {
    max-width: 400px;
    color: #2e353e;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    display: block;
    padding-bottom: 4px;
}



body.path-accessory-list .product-col.views-row:hover {
    box-shadow: 0 3px 3px #bbb !important;
}

body.path-cillular-product .cillular_product-view.full {
    display: flex;
    flex-wrap: wrap;
}

body.path-cillular-product .cillular_product-view.full>div {
    margin: 40px;
    width: 25%;
}

body.path-cillular-product h4 {
    color: #000 !important;
    font-weight: 600;
}

body.path-cillular-mobile h4 {
    color: #000 !important;
    font-weight: 600;
}

body.path-cillular-product table thead {
    background: unset;
}

body.path-cillular-product table thead {
    background: unset;
}

body.path-cillular-product table thead {
    background: unset;
}

.view-cillular-product-listing .hover-view-edit {
    position: relative;
}

.view-cillular-product-listing .product-list-view-edit {
    position: absolute;
    right: 15px;
}

.view-cillular-product-listing .hover-view-edit:hover .product-list-view-edit {
    display: block;
}

body.path-accessory-list div#edit-actions--2 {
    display: none;
}

body.path-accessory-list span.out-of-stock {
    color: red;
}


/*cillular order form*/

#cillular-order-form .fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#cillular-order-form div#edit-shippin-information-wrapper .fieldset-wrapper>div {
    width: 100%;
    /* margin: 15px; */
}

form#cillular-mobile-download-form,
form#cillular-order-download-form,
form#cillular-product-download-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

form#cillular-mobile-download-form div#result-message,
form#cillular-order-download-form div#result-message,
form#cillular-product-download-form div#result-message {
    width: 100%;
}

form#cillular-mobile-download-form>a.button--primary,
form#cillular-order-download-form>a.button--primary,
form#cillular-product-download-form>a.button--primary {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 20px;
}


/* footer*/

footer#page-footer-sub {
    background: #000 !important;
    border: none !important;
}

footer#page-footer {
    margin-top: 0 !important;
    background: #f8f8f8 !important;
    padding: 0 !important;
    box-shadow: none;
}


/*popup download mobile/product*/

.ui-dialog form {
    box-shadow: none;
}

.ui-dialog form .custom-radio .custom-control-label::before {
    display: none;
}

.ui-dialog form input.form-radio.form-control {
    display: inline-block !important;
    width: 20px;
    height: 20px;
}

.ui-dialog button.ui-dialog-titlebar-close:after {
    position: absolute;
    content: "X";
    top: 0;
    left: 5px;
    color: #fff;
}

.ui-dialog button.ui-dialog-titlebar-close {
    background: #f00 ;
}

.ui-dialog .ui-dialog-titlebar {
    background: #000;
    color: #fff;
}


/*end popup*/

body.path-user .custom-radio label.custom-control-label.option::before {
    display: none;
}

body.path-user input#edit-status-0,
body.path-user input#edit-status-1 {
    display: inline-block !important;
    width: 20px;
    height: 20px;
}

th.select-all input.form-checkbox {
    height: 20px;
    width: 0.9rem;
}

body.path-cillular-product form h3 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

table.permissions thead tr th.checkbox {
    font-size: 0.8rem;
    max-width: 99px !important;
}

body.path-admin #page-content .view-peoples .view-header {
    margin: 2em 0;
}

body.path-admin #page-content .view-peoples .view-header a {
    font-weight: bold;
    background: #0d90fd;
    color: #fff;
    padding: 10px 20px;
}

body.path-admin .views-form form div#edit-actions--3 input#edit-submit--2 {
    margin: 1em 0;
}

body.path-admin .views-form table.views-table.views-view-table.cols-9 {
    margin: 1em 0;
}

div.description {
    margin-top: 5px;
}

tr td.views-empty {
    /* margin: 1em 0 !important; */
    padding: 1em 0;
}

a.tabledrag-handle .handle {
    width: 100%;
    height: 100%;
}

.view-id-files th#view-filename-table-column {
    width: 30%;
}

body.path-admin form li.active a {
    background: #555555 !important;
    color: #fff;
}

body.path-admin .views-displays .tabs.secondary li.add {
    margin-top: 8px;
}

h2#tools-burger::before {
    content: "asjdosajd";
    position: absolute;
    width: 200px;
    color: #fff;
}

.cillular_order-view .field--name-shippin-information .field__item>div:nth-child(odd) {
    width: 35%;
}

.cillular_order-view .field--name-shippin-information .field__item>div:nth-child(even) {
    width: 60%;
}


/*product-lis*/

.filter-field-items .form-item {
    width: 100% !important;
}

body.accessory-list .views-exposed-form .form--inline .form-item {
    width: 100% !important;
}

.vendor-checkbox-wrapper {
    height: auto;
    overflow-y: auto;
    float: left;
    position: relative;
}

.device-checkbox-wrapper {
    height: auto;
    overflow-y: auto;
    float: left;
    position: relative;
}

.min-max-wrapper>div {
    width: 50% !important;
}

fieldset#edit-price-options--wrapper {
    width: 100%;
}

fieldset#edit-system-colors--wrapper {
    width: 26%;
}

fieldset.filter-field-items {
    min-width: 26%;
}

fieldset.filter-field-items legend {
    float: right;
}

h2#tools-burger {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #4a8fc2;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* price filter to fix*/

div#price-to {
    float: left;
    width: 100% !important;
    text-align: center;
}

.js-form-item.form-item.custom-control.custom-number.js-form-type-number.form-type-number.js-form-item-min-price.form-item-min-price {
    float: left !important;
    width: 100% !important;
}

.js-form-item.form-item.custom-control.custom-number.js-form-type-number.form-type-number.js-form-item-max-price.form-item-max-price.form-no-label {
    width: 100% !important;
}

.filter-price-wrapper {
    margin-top: 9px;
}

fieldset#edit-price-options--wrapper {
    border: none;
}


/*body.path-accessory-list .js-form-item-vendor {
width: 100% !important;
}
body.path-accessory-list .js-form-item-vendor input {
width: 26%;
}
*/

body.accessory-list .views-exposed-form .form--inline>div,
.views-exposed-form .form--inline>fieldset {
    width: 100% !important;
}

body.accessory-list .views-exposed-form .form--inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


section.form-login form.user-login-form {
    border: none !important;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.view-cillular-product-listing .views-field.views-field-image__target-id {
    display: flex;
    justify-content: center;
}

.view-cillular-product-listing .views-field.views-field-imagesURI-value span.field-content img {
    /* width: 100%;
max-height: 183.5px;
width: 180px;
height: 180px; */
    max-width: 222px;
    max-height: 215px;
    min-height: 215px;
}

.view-cillular-product-listing input#edit-submit {
    text-transform: capitalize;
}

nav.action-links li a {
    color: #000 !important;
}


/*end-product-list*/

.navigation a.page-link {
    min-width: 35px;
    height: 35px;
}

.navigation li.page-item {
    margin-left: 10px;
}

body.admin-content-cillular-mobile .action-links,
body.admin-content-cillular-product .action-links,
body.admin-content-cillular-order .action-links {
    z-index: 1;
}

td.views-field-created.is-active {
    background: none;
}

details#edit-order-fields {
    background: none;
}

td.views-field.views-field-product-name {
    text-transform: capitalize;
}


/*MEDIA QUERIES*/

@media (min-width: 1000px) {
    .col-11 {
        /* max-width: unset !important; */
    }
}

@media (max-width: 1295px) {
    .col-11 {
        flex: 0 0 90.66667% !important;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 12px;
    }
    .col-11 {
        flex: 0 0 90.66667% !important;
        padding: 0 !important;
        max-width: 90% !important;
    }
    .views-exposed-form .form--inline>div {
        width: 100% !important;
    }
    table {
        font-size: 0.6rem;
    }
    form#cillular-mobile-form>div,
    form#cillular-product-form>div {
        margin: 10px;
        max-width: unset;
        width: 100%;
    }
    aside#content-aside.closed ul li a {
        width: 30px;
        height: 25px;
    }
    aside#content-aside ul li a {
        text-align: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .block-system {
        padding: 1px;
    }
    /*cillular order*/
    .view-cillular-order-admin table th {
        padding: 5px 2px;
        font-size: 0.6rem;
    }
    .view-cillular-order-admin table {
        font-size: 0.6rem;
    }
    .block-local-tasks-block li a {
        font-size: 0.7rem;
        padding: 0;
        margin: 0;
    }
    .block-local-tasks-block li {
        margin: 0 0.5rem !important;
    }
}

.cillular_product-view .field--type-decimal .field__item::before {
    content: "$";
}


/*navigation second level*/

ul.menu-tools ul.menu {
    position: absolute;
    top: 40px;
    left: 218px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
    z-index: 99999999;
}

ul.menu-tools li:hover ul.menu {
    display: block;
}

aside#content-aside {
    z-index: 2;
}


/*end navigation second level*/


/*product-list-new*/

body.path-accessory-list .view-filters {
    width: 25.2%;
    min-width: 366px;
    margin-top: 1em;
    max-width: 366px;
}

body.path-accessory-list span.field-content {
    word-break: break-word;
}

.view-cillular-product-listing .view-header {
    width: 100%;
}

.view-cillular-product-listing .attachment.attachment-before {
    position: absolute;
    right: 0;
    display: inline-flex;
    top: -75px;
}

.view-cillular-product-listing .attachment.attachment-before form#cillular-product-download-form {
    display: flex;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    margin: 0;
    box-shadow: 0px 0px 37px -36px;
}

.view-cillular-product-listing .attachment.attachment-before form#cillular-product-download-form input#edit-submit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
}


body.accessory-list .views-exposed-form fieldset#edit-system-colors--wrapper>legend {
    font-weight: 500;
    font-size: 13px;
}


body.accessory-list .views-exposed-form select#edit-accessory-type {
    margin-top: 30px;
}

form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page input#edit-name,
form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page input#edit-vendor {
    margin-top: 15px;
    height: 45px;
    border-radius: 23px;
    border: 1px solid #022b71;
    background-image: url(../icon/search-dark-blue.svg) !important;
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page {
    box-shadow: none;
    background: none;
}

body.accessory-list .fieldset-wrapper .form-checkboxes label {
    font-size: 13px;
    font-weight: unset;
}


/*end product-list-new*/


/*add mobile button*/


/*body.admin-content-cillular-mobile div#block-bootstrap-for-drupal-subtheme-local-actions,body.admin-content-cillular-product div#block-bootstrap-for-drupal-subtheme-local-actions{
position: absolute;

width: fit-content;
height: 76px;
margin-left: 41px;
top: 24px;
}
*/

body.admin-content-cillular-mobile .button.button-action,
body.admin-content-cillular-product .button.button-action,
a.button.button-add-product {
    font-size: 19px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

#block-bootstrap-for-drupal-subtheme-local-actions nav .button-action::before,
a.button.button-add-product::before {
    font-size: 40px;
    font-weight: 500;
    content: "+";
    background: #fff;
    color: #000;
    padding: 0;
    border-radius: 100%;
    margin: 0 10px;
    width: 50px;
    border: 5px solid #33a1fc;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 33px;
}

body.admin-content-cillular-mobile div#block-bootstrap-for-drupal-subtheme-local-actions,
body.admin-content-cillular-product div#block-bootstrap-for-drupal-subtheme-local-actions {
    z-index: 1;
}


/*end add button*/

#cillular-product-download-form .js-form-item.form-item.custom-control.js-form-type-select.form-type-select.js-form-item-download.form-item-download {
    display: flex;
    align-items: center;
}

#cillular-product-download-form .js-form-item.form-item.custom-control.js-form-type-select.form-type-select.js-form-item-download.form-item-download select#edit-download {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 0.85rem;
}

body.accessory-list .add-product-wrapper {
    display: inline-block;
    margin-bottom: 12px;
}

details#edit-product-fields.hidden {
    display: block !important;
}

.col-11 {
    padding-left: 0;
    padding-right: 0;
}

body.cillular-mobile-add form.cillular-mobile-form div#edit-actions,
body.cillular-product-add form.cillular-product-form div#edit-actions {
    display: flex;
    align-items: center;
}

nav.navigation.mt-5.d-print-none {
    margin: auto;
}

.js-form-item.form-item.custom-control.js-form-type-select.form-type-select.js-form-item-download.form-item-download {
    display: flex;
    align-items: center;
}

select#edit-download {
    margin-left: 20px;
}

a.button.button--cancel.js-form-submit.form-submit {
    background: #fb0202;
    padding: 0.375rem 1rem;
    color: #fff;
    border-radius: 5px;
}

body.admin-content-cillular-product details#edit-product-fields .details-wrapper>div {
    width: 50%;
    margin-bottom: -4px;
}

body.admin-content-cillular-product details#edit-product-fields .details-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body.admin-content-cillular-product details#edit-product-fields .details-wrapper .js-form-item.form-item.custom-control.custom-checkbox.js-form-type-checkbox.form-type-checkbox.js-form-item-all-check.form-item-all-check {
    width: 100% !important;
}

nav.action-links .button.button-action {
    font-size: 19px;
    font-weight: 400;
}

form.user-login-form .user-register {
    color: #777;
    font-size: 13px;
    text-align: center;
}

form.user-login-form .user-register a {
    color: #33a1fd;
}

form.user-login-form label {
    font-size: 13px;
    color: #777;
    display: none;
}

.user-login-form .custom-password {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.user-login-form .custom-password .forgot-password a {
    font-size: 13px;
    color: #33a1fd;
}

th.select-all.views-field.views-field-cillular-product-bulk-form {
    width: 5%;
    padding-left: 15px;
}

form table tbody tr td.views-field {
    padding: 0.5em;
}

body.path-cillular-mobile .cillular_mobile-view.full>div {
    width: 30%;
    margin: 1rem;
}

body.path-cillular-mobile .cillular_mobile-view.full {
    display: flex;
    flex-wrap: wrap;
}

.cillular_order-view.full>div {
    width: 25%;
    margin: 40px;
    word-break: break-word;
}

.cillular_order-view.full {
    display: flex;
    flex-wrap: wrap;
}

.cillular_order-view.full .field.field--name-shippin-information.field--type-shipping-field-type.field--label-above {
    width: 100%;
}

.cillular_order-view.full .field--name-shippin-information .field__item {
    display: flex;
    flex-wrap: wrap;
}

.cillular_order-view.full .field--name-shippin-information .field__item .field__label {
    font-weight: 500;
    margin-bottom: 5px;
}

.cillular_order-view.full .field--name-shippin-information>.field__label {
    margin-bottom: 11px;
}



form.user-pass#user-pass {
    box-shadow: none;
    padding: 0;
}

form#user-pass label {
    font-size: 13px;
    color: #777;
}


form#cillular-mobile-form .form-item>label {
    width: 38%;
}

form#cillular-product-form .form-item select,
form#cillular-mobile-form .form-item select {
    width: 60%;
}

form#cillular-product-form .form-item>input,
form#cillular-mobile-form .form-item>input {
    width: 60%;
}

form#cillular-mobile-form .form-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    align-items: baseline;
}

form#cillular-product-form .form-item ul {
    width: 50%;
}

form#cillular-mobile-form .js-filter-wrapper {
    margin-left: 50%;
    border: none;
}

form#cillular-mobile-form div#edit-launch-date-wrapper {
    display: flex;
    align-items: center;
}

form#cillular-mobile-form div#edit-launch-date-wrapper h4,
form#cillular-mobile-form div#edit-launch-date-wrapper>div {
    width: 50%;
}

form#cillular-mobile-form #edit-video-wrapper .table-responsive-lg.my-4 {
    width: 100%;
}

form#cillular-mobile-form .js-form-item .table-responsive-lg.my-4 {
    width: 100%;
}

form#cillular-product-form .wrapper-input-file input,
form#cillular-mobile-form .wrapper-input-file input {
    position: absolute;
}

form#cillular-product-form div#edit-discontinued-date-wrapper>h4 {
    width: 39%;
}

form#cillular-product-form div#edit-discontinued-date-wrapper>div {
    width: 61%;
}

form#cillular-product-form div#edit-discontinued-date-wrapper {
    display: flex;
    align-items: center;
}

form#cillular-product-form div#edit-launch-date-wrapper {
    display: flex;
    align-items: center;
}

main.form-register section.form-register {
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0px 0px 37px -36px;
}

main.form-register section.form-register form {
    box-shadow: none;
}

aside#content-aside {
    height: 100vh;
}

form#views-form-cillular-product-admin-page-1 {
    margin-top: -53px;
}

form#views-form-cillular-order-admin-page-1 {
    margin-top: -53px;
}

form#user-pass {
    margin-bottom: 0;
}

#views-form-cillular-mobile-admin-page-1 input#edit-submit--2 {
    margin-bottom: 25px;
}

aside.mt-md-3 {
    margin-top: 0 !important;
}

.col-10.col-print-12 {
    padding: 0;
}

form#cillular-product-edit-form div#edit-launch-date-wrapper {
    display: flex;
    align-items: center;
}

form#cillular-product-edit-form div#edit-launch-date-wrapper h4,
form#cillular-mobile-form div#edit-launch-date-wrapper>div {
    width: 50%;
}

form#cillular-product-edit-form div#edit-launch-date-wrapper input#edit-launch-date-0-value-date {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

form#cillular-product-edit-form .js-text-format-wrapper>div {
    width: 100%;
}


form#cillular-product-edit-form .js-filter-wrapper .js-form-type-select {
    width: 100%;
}

form#cillular-product-edit-form .container.js-form-item.form-item.item-list h3 {
    width: 50%;
    margin-top: 0;
}

form#cillular-product-edit-form .wrapper-input-file input {
    position: relative;
}

form#cillular-product-edit-form h4,
form#cillular-product-edit-form h3 {
    font-weight: unset;
}

.cillular-product-form h3 {
    width: 50%;
    margin-top: 0 !important;
    font-weight: unset !important;
}

.cillular-product-form h4 {
    font-weight: unset !important;
}


/*device or mobile edit form*/

form#cillular-mobile-edit-form .form-item {
    display: flex;
    flex-wrap: wrap;
}

form#cillular-mobile-edit-form .form-item>label {
    width: 50%;
}

form#cillular-mobile-edit-form .form-item>input {
    width: 50%;
}

form#cillular-mobile-edit-form .form-item>select {
    width: 50%;
}

form#cillular-mobile-edit-form div#edit-launch-date-wrapper {
    display: flex;
    align-items: center;
}

form#cillular-mobile-edit-form div#edit-launch-date-wrapper h4,
form#cillular-mobile-form div#edit-launch-date-wrapper>div {
    width: 50%;
}

form#cillular-mobile-edit-form div#edit-launch-date-wrapper input#edit-launch-date-0-value-date {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

form#cillular-mobile-edit-form .js-text-format-wrapper>div {
    width: 100%;
}

form#cillular-mobile-edit-form .js-filter-wrapper {
    display: inherit;
    margin-left: 50%;
    border: none;
}

form#cillular-mobile-edit-form .form-textarea-wrapper {
    width: 50%;
}

form#cillular-mobile-edit-form .js-filter-wrapper .js-form-type-select {
    width: 100%;
}

form#cillular-mobile-edit-form .container.js-form-item.form-item.item-list h3 {
    width: 50%;
    margin-top: 0;
}

form#cillular-mobile-edit-form .container.js-form-item.form-item.item-list ul {
    width: 50%;
}

form#cillular-mobile-edit-form .wrapper-input-file input {
    position: relative;
}

form#cillular-mobile-edit-form h4,
form#cillular-product-edit-form h3 {
    font-weight: unset;
}

form#cillular-mobile-edit-form .table-responsive-lg.my-4 {
    width: 100%;
}


/*end device edit form*/

form#cillular-product-form .js-form-item.form-item.custom-control.custom-textfield.js-form-type-textfield.form-type-textfield.js-form-item-search-field.form-item-search-field.form-no-label {
    margin-left: 50% !important;
}

form#cillular-product-form span.btn.get-available-devices {
    margin-left: 50%;
}

form#cillular-product-edit-form .js-form-item.form-item.custom-control.custom-textfield.js-form-type-textfield.form-type-textfield.js-form-item-search-field.form-item-search-field.form-no-label {
    margin-left: 50%;
}

form#cillular-product-edit-form span.btn.get-available-devices {
    margin-left: 50%;
}


/* @media (min-width: 769px) {
body.admin-content-cillular-order .views-exposed-form .form--inline {
justify-content: flex-end;
}
} */

@media (min-width: 200px) and (max-width: 1200px) {
    body.accessory-list .views-exposed-form .form--inline {
        justify-content: center !important;
    }
}

div#edit-image-0--description {
    position: absolute;
    right: 0;
}

div#edit-images-0--description {
    position: absolute;
    right: 0;
}

label.custom-control-label.js-form-required.form-required:after {
    display: contents;
    content: " *";
    color: red;
}


/* Cillular Order form*/

form#cillular-order-form .form-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

form#cillular-order-form .form-item>label,
form#cillular-order-form .form-item>label {
    width: 50%;
}

form#cillular-order-form .form-item select,
form#cillular-order-form .form-item select {
    width: 50%;
}

form#cillular-order-form .form-item>input,
form#cillular-order-form .form-item>input {
    width: 50%;
}

form#cillular-order-form .form-item ul {
    width: 50%;
}

form#cillular-order-form div#edit-shipped-date-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

form#cillular-order-form div#edit-shipped-date-wrapper h4,
form#cillular-order-form div#edit-shipped-date-wrapper>div {
    width: 100%;
}

form#cillular-order-form #edit-video-wrapper .table-responsive-lg.my-4 {
    width: 100%;
}

form#cillular-order-form .js-form-item .table-responsive-lg.my-4 {
    width: 100%;
}

form#cillular-order-form .wrapper-input-file input,
form#cillular-order-form .wrapper-input-file input {
    position: absolute;
}

form#cillular-order-form div#edit-discontinued-date-wrapper>h4 {
    width: 50%;
}

form#cillular-order-form div#edit-discontinued-date-wrapper>div {
    width: 50%;
}

form#cillular-order-form div#edit-discontinued-date-wrapper {
    display: flex;
    align-items: center;
}

form#cillular-order-form div#edit-order-date-time-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

form#cillular-order-form div#edit-order-date-time-wrapper>div {
    width: 50%;
}

form#cillular-order-form div#edit-order-date-time-wrapper label,
div#edit-order-date-time-wrapper h4 {
    width: 50%;
}


/*form#cillular-order-form  div#edit-shippin-information-wrapper {*/


/*border-top: 2px dotted #bdbdbd;*/


/*border-bottom: 2px dotted #bdbdbd;*/


/*}*/

form#cillular-order-form h4 {
    font-weight: unset;
}

body.path-profile .contextual-region.profile>div {
    width: 30%;
    margin: 1rem;
}

body.path-profile .contextual-region.profile {
    display: flex;
    flex-wrap: wrap;
}

body.admin-people-create #edit-status .custom-radio .custom-control-label::before {
    z-index: -1;
}

body.admin-people-create #edit-status label {
    margin-left: 1.5em;
}

body.admin-people-create #edit-status input {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    margin-top: 5px;
}


/*add product back button fix*/

form#cillular-product-form input#edit-back {
    display: block;
    position: absolute;
    left: 160px;
    bottom: 35px;
}

form#cillular-product-form input#edit-back {
    position: relative;
}


/*profile edit*/

form.profile-form .form-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

form.profile-form .form-item>label {
    width: 50%;
}

form.profile-form .form-item>select {
    width: 50%;
}

form.profile-form .form-item>input {
    width: 50%;
}

form.profile-form .js-filter-wrapper {
    margin-left: 50%;
    border: none;
}

body.admin-content-cillular-product .ui-dialog .ui-front>form .details-wrapper {
    display: flex;
    flex-wrap: wrap;
}

body.admin-content-cillular-product .ui-dialog .ui-front>form .details-wrapper>div {
    width: 50%;
    margin-bottom: 0;
}

body.admin-content-cillular-product .ui-dialog .ui-front>form .details-wrapper .js-form-item.form-item.custom-control.custom-checkbox.js-form-type-checkbox.form-type-checkbox.js-form-item-all-check.form-item-all-check {
    width: 100%;
}


.emailerror {
    border-color: red !important;
    border-width: medium !important;
}


/*order-edit-form*/

form#cillular-order-edit-form .form-item {
    display: flex;
    flex-wrap: wrap;
}

form#cillular-order-edit-form .form-item>label {
    width: 50%;
}

form#cillular-order-edit-form .form-item>select {
    width: 50%;
}

form#cillular-order-edit-form .form-item>input {
    width: 50%;
}

form#cillular-order-edit-form div#edit-order-date-time-wrapper {
    display: flex;
    flex-wrap: wrap;
}

form#cillular-order-edit-form div#edit-order-date-time-0-value {
    width: 50%;
}

form#cillular-order-edit-form div#edit-order-date-time-0-value--description {
    margin-left: 50%;
}

form#cillular-order-edit-form div#edit-shipped-date-wrapper {
    display: flex;
    flex-wrap: wrap;
}

form.cillular-mobile-form .form-item-launch-date-0 {
    width: 100% !important;
}

form.cillular-product-form .form-item-launch-date-0-value {
    width: 100% !important;
}

form.cillular-product-edit-form .form-item-launch-date-0-value {
    width: 100% !important;
}


/*end order edit form*/

#cillular-order-edit-form div#edit-shippin-information-wrapper .fieldset-wrapper>div {
    width: 100%;
    /* margin: 15px; */
}


/*form#cillular-order-edit-form div#edit-shippin-information-wrapper {*/


/*border-top: 2px dotted #bdbdbd;*/


/*border-bottom: 2px dotted #bdbdbd;*/


/*}*/


/*div#edit-shippin-information-phone-number-wrapper {
border-bottom: 2px dotted #bdbdbd;
}*/

fieldset#edit-shippin-information-0 legend {
    display: none;
}


form#views-form-cillular-product-listing-cillular-product-listing-page .product-list-export-products {
    background: #022b71;
    padding: 10px 7px;
    text-align: center;
    cursor: pointer;
    width: 218px;
    border-radius: 22px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    position: relative;
    z-index: 2;
    font-size: 13px;
    height: 45px;
    margin-top: 4px;
}

form#views-form-cillular-product-listing-cillular-product-listing-page .product-list-export-options ul li {
    list-style: none;
}

form#views-form-cillular-product-listing-cillular-product-listing-page .product-list-export-options ul {
    padding: 0 !important;
    box-shadow: 0 0 5px #ccc;
    position: absolute;
    width: 100%;
    background: #fff;
    padding-bottom: 15px !important;
}

form#views-form-cillular-product-listing-cillular-product-listing-page .product-list-export-options ul li {
    padding: 0;
    cursor: pointer;
}

form#views-form-cillular-product-listing-cillular-product-listing-page .product-list-export-options ul li:hover {
    background: none;
}

form#views-form-cillular-product-listing-cillular-product-listing-page .product-list-export-options ul li.active-option {
    background: #eee;
}

form#views-form-cillular-product-listing-cillular-product-listing-page .product-list-export-options {
    position: relative;
}

form#views-form-cillular-product-listing-cillular-product-listing-page .product-list-download-products-wrapper .product-list-download-products {
    width: 200px;
    background: #35a1fb;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 10px 7px;
    text-align: center;
}

form#cillular-order-edit-form div#edit-shipped-date-wrapper>div {
    width: 50%;
}

form#cillular-order-edit-form h4 {
    font-weight: unset;
}

form#cillular-order-edit-form div#edit-shipped-date-wrapper>h4 {
    width: 50%;
}

form#cillular-order-edit-form div#edit-shipped-date-0-value--description {
    margin-left: 50%;
}

@media (min-width: 768px) {
    form input#edit-back {
        position: absolute;
        bottom: 82px;
        left: 200px;
    }
}

input#edit-submit-cillular-product-listing {
    display: none;
}


/*mobile-list css*/

body.accessory-list .views-exposed-form .form--inline .form-item {
    width: 100% !important;
}

body.device-list .views-exposed-form .form--inline .form-item {
    width: 100% !important;
}

div.view-id-cillular_mobile_listing {
    display: flex;
    flex-wrap: wrap;
}


body.device-list .views-exposed-form .form--inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

body.device-list .views-exposed-form .form--inline>div,
.views-exposed-form .form--inline>fieldset {
    width: 100% !important;
    margin: 12px 0 !important;
}

body.path-device-list #page-content .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    flex: 1;
    padding-left: 15px;
}

body.path-device-list #page-content nav.navigation.mt-5.d-print-none {
    width: 100%;
}

.view-cillular-mobile-listing span.field-content img {
    max-width: 222px;
    max-height: 215px;
    min-height: 215px;
}

.views-field.views-field-mobile-category-id {
    margin-top: 20px;
}

.view-cillular-mobile-listing .mobile-list-add-device {
    display: flex;
}

.view-cillular-mobile-listing .hover-view-edit {
    position: relative;
}

div.view-id-cillular_mobile_listing .mobile-col.views-row:hover .mobile-list-view-edit {
    display: flex;
}

.view-cillular-mobile-listing .mobile-list-view-edit {
    position: absolute;
    right: 15px;
    top: 16px;
    left: 20px;
    display: flex;
}

.view-cillular-mobile-listing .mobile-list-view-edit>a {
    display: inline-block;
    margin-right: 15px;
}

.view-cillular-mobile-listing .hover-view-edit:hover .mobile-list-view-edit {
    display: block;
}

input#edit-submit-cillular-mobile-listing {
    display: none;
}

.filter-wrapper {
    display: none;
}


/*editor css*/

.cke_combo_open {
    cursor: default;
    font-size: 0;
    height: 19px;
    line-height: 17px;
    margin: 1px 10px 1px;
    width: 5px;
    display: none !important;
}

.cke_combo {
    float: left;
    position: relative;
    margin-bottom: 5px;
    display: none !important;
}

.cke_button__source_label,
.cke_button__sourcedialog_label {
    display: none !important;
}

.cke_ltr .cke_button__source_icon {
    background: url(icons.png?t=K5QD) no-repeat 0 -912px !important;
    display: none !important;
}

.cke_button__source_label,
.cke_button__sourcedialog_label {
    display: none !important;
}

.cke_path {
    display: none;
}


/*end-mobile-list css*/


/*product list category and sub-category css*/

.collapsible-sub49,
.collapsible-sub60,
.collapsible-sub72,
.collapsible-sub77,
.collapsible-sub82,
.collapsible-sub83,
.collapsible-sub88,
.collapsible-sub96,
.collapsible-sub264 {
    display: none;
}

.content.collapsible-sub49 div,
.content.collapsible-sub60 div,
.content.collapsible-sub72 div,
.content.collapsible-sub77 div,
.content.collapsible-sub82 div,
.content.collapsible-sub83 div,
.content.collapsible-sub88 div,
.content.collapsible-sub96 div,
.content.collapsible-sub264 div {
    width: 100% !important;
    margin: -5px 0 !important;
    margin-left: 20px !important;
}

body.accessory-list .views-exposed-form .form--inline>div,
.views-exposed-form .form--inline>fieldset {
    width: 100% !important;
}

.collapsible49,
.collapsible60,
.collapsible72,
.collapsible77,
.collapsible82,
.collapsible83,
.collapsible88,
.collapsible96,
.collapsible264 {
    padding-left: 2em;
}

.cillular-product-edit-form.cillular-product-form input#edit-discontinued-date-0-value-date {
    width: 100% !important;
}

.cillular-product-edit-form.cillular-product-form h4.label.js-form-required {
    width: 50%;
}

/*hide memory sub category in product list page*/

.collapsible.collapsible82 .fa-chevron-down {
    display: none;
}


/*category in user profile for vendor oem*/

div#edit-oem-vendor-profiles-0-entity-field-product-category .form-item-oem-vendor-profiles-0-entity-field-product-category-281,
.form-item-oem-vendor-profiles-0-entity-field-product-category-49,
.form-item-oem-vendor-profiles-0-entity-field-product-category-60,
.form-item-oem-vendor-profiles-0-entity-field-product-category-72,
.form-item-oem-vendor-profiles-0-entity-field-product-category-77,
.form-item-oem-vendor-profiles-0-entity-field-product-category-82,
.form-item-oem-vendor-profiles-0-entity-field-product-category-83,
.form-item-oem-vendor-profiles-0-entity-field-product-category-88,
.form-item-oem-vendor-profiles-0-entity-field-product-category-96,
.form-item-oem-vendor-profiles-0-entity-field-product-category-264 {
    display: block !important;
}

div#edit-oem-vendor-profiles-0-entity-field-product-category div {
    display: none;
}

div#edit-field-product-category .form-item-field-product-category-281,
.form-item-field-product-category-49,
.form-item-field-product-category-60,
.form-item-field-product-category-72,
.form-item-field-product-category-77,
.form-item-field-product-category-82,
.form-item-field-product-category-83,
.form-item-field-product-category-88,
.form-item-field-product-category-96,
.form-item-field-product-category-264 {
    display: block !important;
}

div#edit-field-product-category div {
    display: none;
}


/*category in user profile for vendor*/

div#edit-vendor-profiles-0-entity-field-vendor-product-category .form-item-vendor-profiles-0-entity-field-vendor-product-category-281,
.form-item-vendor-profiles-0-entity-field-vendor-product-category-49,
.form-item-vendor-profiles-0-entity-field-vendor-product-category-60,
.form-item-vendor-profiles-0-entity-field-vendor-product-category-72,
.form-item-vendor-profiles-0-entity-field-vendor-product-category-77,
.form-item-vendor-profiles-0-entity-field-vendor-product-category-82,
.form-item-vendor-profiles-0-entity-field-vendor-product-category-83,
.form-item-vendor-profiles-0-entity-field-vendor-product-category-88,
.form-item-vendor-profiles-0-entity-field-vendor-product-category-96,
.form-item-vendor-profiles-0-entity-field-vendor-product-category-264 {
    display: block !important;
}

div#edit-vendor-profiles-0-entity-field-vendor-product-category div {
    display: none;
}

div#edit-field-vendor-product-category .form-item-field-vendor-product-category-281,
.form-item-field-vendor-product-category-49,
.form-item-field-vendor-product-category-60,
.form-item-field-vendor-product-category-72,
.form-item-field-vendor-product-category-77,
.form-item-field-vendor-product-category-82,
.form-item-field-vendor-product-category-83,
.form-item-field-vendor-product-category-88,
.form-item-field-vendor-product-category-96,
.form-item-field-vendor-product-category-264 {
    display: block !important;
}

div#edit-field-vendor-product-category div {
    display: none;
}

div#edit-vendor-profiles-0-entity-field-vendor-product-category .form-item-vendor-profiles-0-entity-field-vendor-product-category-281 {
    display: none !important;
}

div#edit-oem-vendor-profiles-0-entity-field-product-category .form-item-oem-vendor-profiles-0-entity-field-product-category-281 {
    display: none !important;
}


/*image field formatting in individual product page*/

.path-cillular-accessory .field.field--name-imagesuri.field--type-string.field--label-above>div>div {
    box-shadow: 0 0 5px #dcd3d3;
    width: 25%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.path-cillular-accessory .field.field--name-imagesuri.field--type-string.field--label-above img {
    width: 100%;
}

.path-cillular-accessory .field.field--name-imagesuri.field--type-string.field--label-above .field__items {
    display: flex;
    flex-wrap: wrap;
}

img.single_page {
    width: 200px;
}

div#block-bootstrap-for-drupal-subtheme-local-tasks ul li a[data-drupal-link-system-path$="roles"] {
    display: none;
}


/*multiple color options color and system color*/

form#cillular-product-form input.multiple-color-color,
form#cillular-product-edit-form input.multiple-color-color {
    width: 40% !important;
}

form#cillular-product-form input.multiple-color-system-color,
form#cillular-product-edit-form input.multiple-color-system-color {
    width: 45% !important;
}

form#cillular-product-form input.multiple-color-image,
form#cillular-product-edit-form input.multiple-color-image {
    position: absolute !important;
}

form#cillular-product-edit-form .wrapper-input-file input {
    position: absolute;
}

.avatar-user-menu.block.block-menu-avatar {
    /*position: relative;*/
    display: inline-block;
}

div.avatar-user-menu img.user-image {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-bottom: 5px;
}

input.button.button--cancel.btn-template-download.js-form-submit.form-submit {
    background-color: #ecb20d;
    float: right;
}

.error {
    color: red;
}


/* new design psd*/

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.sidebar-closed .sidebar-header .logo {
    display: none;
}

main.col-11 {
    max-width: 100%;
}

.container-fluid>.row>.col-10.col-print-12 {
    flex: unset !important;
    max-width: 100%;
}

aside#content-aside {
    height: 100vh;
    position: fixed !important;
    top: 0;
    background: #fff;
    left: 0;
    width: 320px;
    z-index: 4;
    padding-top: 20px;
}


/* main {
margin-left: 320px;
} */

body.sidebar-closed main {
    margin-left: 0;
}


body.toolbar-horizontal aside#content-aside {
    top: 62px;
}

aside#content-aside nav[id^="block-"] {
    background: none;
}

form>div#edit-header {
    width: 100%;
}



.views-field.views-field-sku a {
    color: #454546;
}

.views-field.views-field-cillular-product-downloaded-date span.field-content {
    color: #022b71;
}

body.accessory-list .views-exposed-form .form--inline>.form-item {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 8px 13px rgba(111, 112, 113, 0.06));
            filter: drop-shadow(0px 8px 13px rgba(111, 112, 113, 0.06));
    margin: 9px 0;
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page {
    padding: 10px;
}


a#compatibility-chart {
    font-size: 11px;
    line-height: 27px;
    color: #022b71;
    font-family: "Gotham";
}


/*all devices page*/

.view-cillular-mobile-listing div#edit-header {
    padding-right: 1.5rem;
}

form#views-form-cillular-mobile-listing-cillular-mobile-listing-page .mobile-list-export-options ul {
    padding-left: 0;
}

body.device-list .views-exposed-form .vendor-checkbox-wrapper .form-item {
    margin-top: 0;
    margin-bottom: 0;
}
body.device-list .views-exposed-form .form--inline .form-item .form-item-vendor {
    margin-top: 0;
}

form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page input#edit-vendor {
    margin-top: 30px;
}


body.device-list .views-exposed-form .form--inline>.form-item {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 8px 13px rgba(111, 112, 113, 0.06));
            filter: drop-shadow(0px 8px 13px rgba(111, 112, 113, 0.06));
}

form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page .form--inline>.form-item>label {
    font-weight: 400;
}

form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page .form--inline>.form-item>label,
label[for="edit-vendor"] {
    /* font-weight: 400; */
    font-size: 14px;
    line-height: 24px;
    color: #010101;
    font-weight: 500;
}

div.view-id-cillular_mobile_listing .mobile-col.views-row {
    height: inherit;
}

body.path-accessory-list .device-checkbox-wrapper {
    width: 100%;
    word-break: break-word;
}

body.accessory-list .product-list-export-options ul,
body.accessory-list .mobile-list-export-options ul {
    background: #022b71 !important;
    margin-top: -18px;
    border: none;
    box-shadow: none;
    z-index: 1;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

body.accessory-list .product-list-export-options ul::before,
body.accessory-list .mobile-list-export-options ul::before {
    position: absolute;
    content: "";
    left: 25px;
    right: 25px;
    height: 1px;
    background: #fff;
    top: 18px;
}

form#views-form-cillular-product-listing-cillular-product-listing-page {
    padding: 0;
}

form#views-form-cillular-product-listing-cillular-product-listing-page .min-max-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 8px 13px rgba(111, 112, 113, 0.06));
            filter: drop-shadow(0px 8px 13px rgba(111, 112, 113, 0.06));
}

fieldset#edit-system-colors--wrapper {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 8px 13px rgba(111, 112, 113, 0.06));
            filter: drop-shadow(0px 8px 13px rgba(111, 112, 113, 0.06));
    margin-top: 18px;
}

.min-max-wrapper {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 8px 13px rgba(111, 112, 113, 0.06));
            filter: drop-shadow(0px 8px 13px rgba(111, 112, 113, 0.06));
    margin: 9px 0;
}

header#header-brand {
    display: none;
}

#header-menu {
    box-shadow: none !important;
}


@media (min-width: 1200px) {
    body.user-logged-in main {
        padding-left: 320px;
    }
}

#views-form-cillular-product-listing-cillular-product-listing-page .views-field.views-field-compatibility-id-target-id {
    margin-top: -10px;
}

header#header-menu {
    z-index: 3;
}

div.form-item.accessory-category-wrapper .accessory-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

div.form-item.accessory-category-wrapper .collapsible {
    right: 0;
    top: 20px;
    margin-top: 3px;
}

div.form-item.accessory-category-wrapper .accessory-category-wrapper>.content {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    color: #010101;
    font-weight: 300;
    font-family: "Gotham";
    margin: 8px 0;
}

.accessory-category-wrapper .custom-control-input:checked~.custom-control-label {
    font-size: 13px;
    color: #022b71;
    font-weight: 500;
    font-family: "Gotham";
}

#views-form-cillular-product-listing-cillular-product-listing-page .accessory-category-wrapper .collapsible>svg {
    width: 12px;
}

body.path-device-list #page-content .view-content span.views-field.views-field-name {
    width: 100%;
}

#menu-add ul:not(.contextual-links) a[href*="user/logout"]:before {
    background: #4a8fc2;
}

body.sidebar-closed h2#tools-burger {
    margin: auto;
}

body.path-frontpage main {
    padding-left: 0 !important;
}

body.device-list a.button.button-add-product {
    justify-content: flex-start;
}

#header-menu a.navbar-brand {
    display: none !important;
}

.col-sm-12.col-md-6.col-lg-5.order-2.order-lg-2.mb-3 {
    width: 100% !important;
    display: block;
    position: relative;
    flex: unset;
    max-width: unset;
    font-size: 15px;
    line-height: 24px;
    color: #2d2e30;
    font-weight: 300;
    font-family: "Gotham";
    text-align: center;
    padding: 50px 0;
}

footer#page-footer-sub {
    display: none !important;
}

#page-footer {
    box-shadow: none;
}

#views-exposed-form-cillular-product-listing-cillular-product-listing-page .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #022b71;
    margin-top: -2px;
}

#views-exposed-form-cillular-product-listing-cillular-product-listing-page .min-max-wrapper #slider-range #amount {
    font-size: 12px;
    line-height: 24px;
    color: #0d69ae !important;
    font-family: "Gotham";
}

#views-exposed-form-cillular-product-listing-cillular-product-listing-page div.form-item.accessory-category-wrapper .collapsible {
    font-size: 11px;
}

#views-form-cillular-product-listing-cillular-product-listing-page .product-list-view-edit>a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}


.view-cillular-product-listing .product-col.views-row .product-list-view-edit path {
    fill: #000;
}

#views-form-cillular-product-listing-cillular-product-listing-page .views-field.views-field-imagesURI-value {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.views-field.views-field-field-multi-colors-color span.product-color-switch.white {
    border: 1px solid #000;
}

#views-form-cillular-product-listing-cillular-product-listing-page .views-field.views-field-cillular-product-bulk-form>span.field-content input {
    border-color: #12a0ce;
}

#views-form-cillular-product-listing-cillular-product-listing-page .views-field.views-field-cillular-product-bulk-form span.field-content>div {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}

form#views-form-cillular-product-listing-cillular-product-listing-page .product-col .price-wrapper {
    display: flex;
    margin-top: -10px;
}

form#views-form-cillular-product-listing-cillular-product-listing-page .product-col .price-wrapper>div:nth-child(2) {
    margin-left: 25px;
}

body.accessory-list div#block-bootstrap-for-drupal-subtheme-content {
    padding-right: 0;
}

form#views-form-cillular-product-listing-cillular-product-listing-page .views-field-field-multi-colors-color .product-color-switch {
    margin-right: 7px;
}

form#views-form-cillular-product-listing-cillular-product-listing-page .views-field-field-multi-colors-color span.product-color-switch.Gra {
    border: 1px solid #000;
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page div#slider-range {
    height: 3px;
    border-radius: 2px;
    background: #12a0ce;
    border: none !important;
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .ui-slider-range.ui-corner-all.ui-widget-header {
    background: #022b71;
}

aside#content-aside {
    display: none !important;
}

body.user-logged-in aside#content-aside {
    display: block !important;
}

h2#tools-burger>svg:hover {
    color: #fff;
}


/*mobile responsive new design*/

@media (max-width: 768px) {
    div.view-id-cillular_product_listing {
        justify-content: center;
    }
    body.accessory-list main.col-11 {
        max-width: 100% !important;
        padding-left: 103px !important;
    }
    form#views-form-cillular-product-listing-cillular-product-listing-page {
        justify-content: center;
    }
    .page-title {
        font-size: 22px;
    }
    div.view-id-cillular_mobile_listing {
        justify-content: center;
    }
    body.device-list main.col-11 {
        max-width: 100% !important;
        padding-left: 103px !important;
    }
    form#views-form-cillular-product-listing-cillular-product-listing-page {
        justify-content: center;
    }
    body.path-device-list #page-content .view-content {
        justify-content: center !important;
    }
}


/*mobile listing*/

form#views-form-cillular-mobile-listing-cillular-mobile-listing-page div#edit-cillular-mobile-bulk-form--2 {
    display: flex;
    justify-content: flex-end;
    margin-left: 14px;
}

.view-cillular-mobile-listing .view-content>.views-form {
    width: 100%;
}

form#views-form-cillular-mobile-listing-cillular-mobile-listing-page .mobile-list-export-mobiles {
    background: #022b71;
    padding: 15px 7px;
    text-align: center;
    cursor: pointer;
    width: 218px;
    border-radius: 22px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    position: relative;
    z-index: 2;
    font-size: 13px;
    height: 45px;
    line-height: 0;
}

form#views-form-cillular-mobile-listing-cillular-mobile-listing-page div#edit-header {
    margin-bottom: 30px;
}

form#views-form-cillular-mobile-listing-cillular-mobile-listing-page .mobile-list-export-options ul li {
    list-style: none;
}

form#views-form-cillular-mobile-listing-cillular-mobile-listing-page .mobile-list-export-options ul li {
    padding: 0;
    cursor: pointer;
}

form#views-form-cillular-mobile-listing-cillular-mobile-listing-page .mobile-list-export-options ul li:hover {
    background: none;
}

form#views-form-cillular-mobile-listing-cillular-mobile-listing-page .mobile-list-export-options ul li.active-option {
    background: #eee;
}

form#views-form-cillular-mobile-listing-cillular-mobile-listing-page .mobile-list-export-options {
    position: relative;
}

form#views-form-cillular-mobile-listing-cillular-mobile-listing-page .mobile-list-download-mobiles-wrapper .mobile-list-download-mobiles {
    width: 200px;
    background: #35a1fb;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 10px 7px;
    text-align: center;
}

body.path-device-list div#edit-actions--2 {
    display: none;
}

form#views-form-cillular-mobile-listing-cillular-mobile-listing-page {
    background: none;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}

#views-form-cillular-product-listing-cillular-product-listing-page .views-field.views-field-imagesURI-value {
    position: relative;
}

.placeholder-image.out-of-stock-product::before {
    background: rgba(203, 203, 203, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    content: "Out Of Stock";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    font-family: "Gotham";
    border-radius: 10px;
}

.placeholder-image.discontinued-product::before {
  background: rgba(203, 203, 203, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  content: "Discontinued";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 19px;
  color: #ff0000;
  font-family: "Gotham";
  border-radius: 10px;
}

.view-cillular-product-listing .attachment-before>form#cillular-product-download-form {
    display: none !important;
}

form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page select#edit-device[name="device"]:focus,
form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page select#edit-product-type[name="product_type"]:focus {
    border: none;
    box-shadow: none;
}

form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page select#edit-device[name="device"],
form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page select#edit-product-type[name="product_type"] {
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #010101;
    font-weight: 500;
    font-family: "Gotham";
}


/*search form css*/

body.path-accessory-list input#search-name,
body.path-device-list input#search-name {
    margin-top: 30px;
    height: 45px;
    border-radius: 23px;
    border: 1px solid #022b71;
}


body.path-accessory-list .js-form-item.form-item.custom-control.custom-textfield.js-form-type-textfield.form-type-textfield.js-form-item-name.form-item-name {
    display: none;
}

body.path-device-list .js-form-item.form-item.custom-control.custom-textfield.js-form-type-textfield.form-type-textfield.js-form-item-name.form-item-name {
    display: none;
}



.view-cillular-product-listing .attachment.attachment-before input#search-name {
    width: 300px;
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid #0d69ae;
    margin-top: 0;
}


.view-cillular-product-listing .attachment.attachment-before input#search-name,
.view-cillular-product-listing input.form-autocomplete,
.view-cillular-mobile-listing .attachment.attachment-before input#search-name,
.view-cillular-mobile-listing input.form-autocomplete {
    background-image: url(../icon/search.svg) !important;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 93% !important;
}

.view-cillular-product-listing input#search-name::-webkit-input-placeholder, .view-cillular-mobile-listing .attachment.attachment-before input#search-name::-webkit-input-placeholder, .view-cillular-product-listing input.form-autocomplete::-webkit-input-placeholder, .view-cillular-mobile-listing input.form-autocomplete::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 24px;
    color: #0d69ae;
    font-weight: 300;
    font-family: "Gotham";
}

.view-cillular-product-listing input#search-name::-moz-placeholder, .view-cillular-mobile-listing .attachment.attachment-before input#search-name::-moz-placeholder, .view-cillular-product-listing input.form-autocomplete::-moz-placeholder, .view-cillular-mobile-listing input.form-autocomplete::-moz-placeholder {
    font-size: 13px;
    line-height: 24px;
    color: #0d69ae;
    font-weight: 300;
    font-family: "Gotham";
}

.view-cillular-product-listing input#search-name:-ms-input-placeholder, .view-cillular-mobile-listing .attachment.attachment-before input#search-name:-ms-input-placeholder, .view-cillular-product-listing input.form-autocomplete:-ms-input-placeholder, .view-cillular-mobile-listing input.form-autocomplete:-ms-input-placeholder {
    font-size: 13px;
    line-height: 24px;
    color: #0d69ae;
    font-weight: 300;
    font-family: "Gotham";
}

.view-cillular-product-listing input#search-name::-ms-input-placeholder, .view-cillular-mobile-listing .attachment.attachment-before input#search-name::-ms-input-placeholder, .view-cillular-product-listing input.form-autocomplete::-ms-input-placeholder, .view-cillular-mobile-listing input.form-autocomplete::-ms-input-placeholder {
    font-size: 13px;
    line-height: 24px;
    color: #0d69ae;
    font-weight: 300;
    font-family: "Gotham";
}

.view-cillular-product-listing input#search-name::placeholder,
.view-cillular-mobile-listing .attachment.attachment-before input#search-name::placeholder,
.view-cillular-product-listing input.form-autocomplete::placeholder,
.view-cillular-mobile-listing input.form-autocomplete::placeholder {
    font-size: 13px;
    line-height: 24px;
    color: #0d69ae;
    font-weight: 300;
    font-family: "Gotham";
}

.view-cillular-product-listing input.form-autocomplete::-webkit-input-placeholder, .view-cillular-mobile-listing input.form-autocomplete::-webkit-input-placeholder {
    color: #022b71;
}

.view-cillular-product-listing input.form-autocomplete::-moz-placeholder, .view-cillular-mobile-listing input.form-autocomplete::-moz-placeholder {
    color: #022b71;
}

.view-cillular-product-listing input.form-autocomplete:-ms-input-placeholder, .view-cillular-mobile-listing input.form-autocomplete:-ms-input-placeholder {
    color: #022b71;
}

.view-cillular-product-listing input.form-autocomplete::-ms-input-placeholder, .view-cillular-mobile-listing input.form-autocomplete::-ms-input-placeholder {
    color: #022b71;
}

.view-cillular-product-listing input.form-autocomplete::placeholder,
.view-cillular-mobile-listing input.form-autocomplete::placeholder {
    color: #022b71;
}

.view-cillular-product-listing div#edit-header {
    padding-right: 1.5rem;
}

.view-cillular-product-listing .error.no-result,
form#views-form-cillular-mobile-listing-cillular-mobile-listing-page .error.no-result {
    margin-top: 100px;
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page select#edit-accessory-type {
    border: none;
}

div.view-id-cillular_product_listing,
div.view-id-cillular_mobile_listing {
    position: relative;
}

.device-checkbox-wrapper::-webkit-scrollbar-thumb,
.vendor-checkbox-wrapper::-webkit-scrollbar-thumb {
    min-height: 80%;
}

fieldset#edit-system-colors--wrapper>legend {
    margin-bottom: 30px;
}

div#edit-system-colors>div.form-no-label {
    display: none;
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .min-max-wrapper label.custom-control-label {
    margin-bottom: 25px;
}

.footer-copyright span {
    color: #12a0ce;
    font-weight: bold;
}

#views-form-cillular-product-listing-cillular-product-listing-page .product-col .views-field.views-field-cillular-product-bulk-form>span.field-content input::before {
    border: 2px solid #12a0ce;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    content: "";
    border-radius: 4px;
}
#views-form-cillular-product-listing-cillular-product-listing-page .product-col .views-field.views-field-cillular-product-bulk-form>span.field-content input[disabled]::before {
  background: #d6d6d6;
  border: 2px solid #a5a5a5;
}
#views-form-cillular-product-listing-cillular-product-listing-page .product-col .views-field.views-field-cillular-product-bulk-form>span.field-content:has(input[disabled]) {
  color: #a5a5a5;
}

body.path-device-list .view-filters {
    margin-top: 64px;
}

body.device-list .views-exposed-form .form--inline>a.btn.button:nth-child(1) {
    display: none;
}

@media (min-width: 768px) {
    div.view-id-cillular_product_listing .view-filters {
        margin-top: 71px;
    }
}

body.path-device-list .ui-autocomplete,
body.path-accessory-list .ui-autocomplete {
    background-color: #35a0fa;
}

form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page div.form-item-product-type>label[for="edit-product-type"] {
    display: none;
}

form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page select#edit-product-type>option:nth-child(1) {
    display: none;
}


/*end mobile listing page*/

form#views-form-cillular-product-listing-cillular-product-listing-page #edit-header label[for="edit-select-all"]::before {
    border: none;
}

form#views-form-cillular-product-listing-cillular-product-listing-page .product-list-export-products>svg {
    margin-left: 8px;
}

form#views-form-cillular-mobile-listing-cillular-mobile-listing-page .mobile-list-export-mobiles>svg {
    margin-left: 8px;
}




/* pager accessory and devices page*/

body.accessory-list label[for="edit-items-per-page"],
body.device-list label[for="edit-items-per-page"] {
    font-size: 15px !important;
    line-height: 24px;
    color: #022b71;
    font-weight: 300 !important;
    font-family: "Gotham";
}

body.accessory-list select#edit-items-per-page,
body.device-list select#edit-items-per-page {
    width: 74px;
    margin-left: 15px;
    /* height: 126px; */
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #022b71;
    font-size: 15px;
    line-height: 24px;
    color: #022b71;
    font-weight: 300;
    font-family: "Gotham";
}

body.accessory-list .pagerer-container,
body.device-list .pagerer-container {
    background: #fff;
    height: 90px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    border-radius: 10px;
    margin: 0 10px !important;
    -webkit-filter: drop-shadow(0px 8px 13px rgba(197, 195, 195, 0.06));
            filter: drop-shadow(0px 8px 13px rgba(197, 195, 195, 0.06));
}

body.accessory-list .views-exposed-form .js-form-item-items-per-page.form-item-items-per-page,
body.device-list .views-exposed-form .js-form-item-items-per-page.form-item-items-per-page {
    position: absolute;
    bottom: 20px;
    width: 67px;
    left: 70px;
    padding: 0;
    display: flex;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    align-items: center;
    box-shadow: none;
    -webkit-filter: none;
            filter: none;
    z-index: 1;
}

body.accessory-list input.pagerer-page,
body.device-list input.pagerer-page {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #022b71;
    font-size: 15px;
    line-height: 24px;
    color: #022b71;
    font-weight: 300;
    font-family: "Gotham";
}

body.accessory-list .pager__items a,
body.device-list .pager__items a {
    color: #000;
    font-weight: bold;
    font-size: 21px;
}


/*end pager*/

@media (min-width: 1911px) {
    div.view-id-cillular_product_listing .view-filters {
        margin-top: 78px;
    }
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page div#edit-system-colors {
    max-height: 172px;
    overflow-y: scroll;
    width: 100%;
}

span.views-label.views-label-cillular-product-downloaded-date {
    color: #454546;
}


/*accessories 4 column layout for 11inch screen sizes*/

@media (min-width: 1200px) and (max-width: 1800px) {
    /*temporary change*/
    form#cillular-product-form table#imagesuri-values thead {
        min-width: 37%;
    }
    #cillular-product-form #imagesuri-values tr.draggable {
        display: none;
    }
    #cillular-product-form .field-multiple-table .field-multiple-drag {
        display: none;
    }
    #cillular-product-form #imagesuri-values tr.draggable {
        margin-left: unset !important;
    }
    /*end temporary change*/
    form#cillular-product-form .form-additionalFeatures-section.form-section .elements-wrapper>div>.js-form-item {
        width: 300px;
        margin-right: 25px;
    }
    form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page input#edit-vendor {
        margin-top: 12px;
    }
    body.path-accessory-list .attachment.attachment-after,
    body.path-device-list .attachment.attachment-after {
        margin: 7.5px;
    }
    form#views-exposed-form-cillular-product-listing-cillular-product-listing-page fieldset#edit-system-colors--wrapper {
        margin-top: 9px;
    }
    body.accessory-list .min-max-wrapper {
        margin-top: 0;
    }
    body.accessory-list .views-exposed-form .js-form-item-items-per-page.form-item-items-per-page,
    body.device-list .views-exposed-form .js-form-item-items-per-page.form-item-items-per-page {
        left: 324px;
    }
    body.device-list .views-exposed-form .form--inline .form-item.form-item-device {
        margin-top: 0 !important;
    }
    body.accessory-list .views-exposed-form .form--inline>.form-item>.form-item {
        margin-top: 0;
    }
    .view-cillular-product-listing .product-list-view-edit {
        left: 18px;
    }

    .view-cillular-mobile-listing span.field-content img {
        max-height: 175px;
        min-height: 175px;
    }
    .view-cillular-mobile-listing .mobile-list-add-device {
        justify-content: space-between;
    }
    form#views-form-cillular-product-listing-cillular-product-listing-page .product-col .price-wrapper>div:nth-child(2) {
        margin-left: 0;
        line-height: 11px;
        margin-bottom: 10px;
    }
    form#views-form-cillular-product-listing-cillular-product-listing-page .product-col .price-wrapper>div {
        width: 100%;
    }
    form#views-form-cillular-product-listing-cillular-product-listing-page .product-col .price-wrapper {
        flex-wrap: wrap;
    }
    .view-cillular-product-listing .views-field.views-field-imagesURI-value span.field-content img {
        max-height: 167px;
        min-height: 167px;
    }

    aside#content-aside {
        width: 200px;
    }
    body.user-logged-in main {
        padding-left: 200px;
    }
    body.path-accessory-list .view-filters {
        min-width: 282px;
        max-width: 282px;
    }


    #content-aside nav[id^="block-"] {
        padding: 0 10px !important;
    }
    body.path-accessory-list #page-content .view-content {
        padding-left: 0;
    }
    .view-cillular-product-listing span.field-content img {
        max-width: 100%;
    }
    body.accessory-list .views-exposed-form .form--inline>.form-item {
        padding: 20px 12px;
    }
    body.accessory-list .min-max-wrapper {
        padding: 20px 12px;
    }
    body.accessory-list fieldset#edit-system-colors--wrapper {
        padding: 20px 12px;
    }
    body.accessory-list .block-system {
        padding-left: 5px;
    }
    .sidebar-header .logo img {
        width: 108px;
        margin-left: 10px;
    }
    h2#tools-burger {
        width: 32px;
        height: 32px;
    }
    body.accessory-list .col-11 {
        padding-right: 0;
    }
    .page-title {
        font-size: 25px;
    }
}


/*devices 4 column layout for 11inch screen sizes*/

@media (min-width: 1200px) and (max-width: 1500px) {
    form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page select#edit-device[name="device"],
    form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page select#edit-product-type[name="product_type"] {
        font-size: 12px;
    }
    form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page .form--inline>.form-item>label,
    label[for="edit-vendor"] {
        font-size: 12px;
    }
    body.path-device-list .view-filters {
        min-width: 282px;
        max-width: 282px;
    }
    body.path-device-list .mobile-col.views-row {
        padding: 10px;
        margin: 7.5px;
        padding-bottom: 18px;
        padding-top: 35px;
    }
    body.path-device-list #page-content .view-content {
        padding-left: 0;
    }
    .view-cillular-product-listing span.field-content img {
        max-width: 100%;
    }
    body.device-list .views-exposed-form .form--inline>.form-item {
        padding: 20px 12px;
    }
    body.device-list .views-exposed-form .form--inline>.form-item.form-type-select {
        padding: 15.5px 12px;
    }
    body.device-list .block-system {
        padding-left: 5px;
        padding-right: 5px;
    }
    body.device-list .col-11 {
        padding-right: 0;
    }
}


/* orders page new design */

form#views-form-cillular-order-admin-page-1 table tbody tr li.edit.dropbutton-action>a {
    z-index: 1;
    position: relative;
    display: block;
}

form#views-form-cillular-order-admin-page-1 table tbody tr {
    z-index: 0;
}

form#views-form-cillular-order-admin-page-1 table tbody td::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 4px;
    bottom: 4px;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    z-index: -1;
}

form#views-form-cillular-order-admin-page-1 table th.select-all input.form-checkbox {
    width: 16px;
    height: 16px;
    margin-top: 5px;
}

form#views-form-cillular-order-admin-page-1 table tbody tr {
    position: relative;
}

form#views-form-cillular-order-admin-page-1 table tbody tr td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px !important;
}

form#views-form-cillular-order-admin-page-1 table tbody tr td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

form#views-form-cillular-order-admin-page-1 table thead tr th:first-child {
    padding-left: 27px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 15px;
}

form#views-form-cillular-order-admin-page-1 table thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 15px;
}

form#views-form-cillular-order-admin-page-1 table thead {
    height: 59px;
    border-radius: 10px;
    background-color: #12a0ce;
}

form#views-form-cillular-order-admin-page-1 table thead a,
form#views-form-cillular-order-admin-page-1 table th {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
    font-family: "Gotham";
}

tbody tr {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: none;
    padding: unset;
    margin: 8px 0;
    /* border-top: 8px solid #F5F5F8; */
}

form#views-form-cillular-order-admin-page-1 td.views-field.views-field-mobile-retailer-order-no {
    font-weight: bold;
}

form#views-form-cillular-order-admin-page-1 table tbody tr td.views-field {
    border-top: 8px solid #f5f5f8;
    padding: 0.5em;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Gotham";
}

form#views-form-cillular-order-admin-page-1 {
    background: none;
    box-shadow: none;
}


/*login page*/

body.user-login.path-user {
    background-image: linear-gradient(177deg, #0d69ad 0%, #072f4d 100%);
    height: 100vh;
}

body.user-login.path-user main {
    background: none;
}

body.user-login.path-user header {
    display: none;
}

body.user-login.path-user footer {
    display: none;
}

body.user-login.path-user nav {
    display: none;
}

.form-login .page-title {
    display: none;
}

section.form-login form.user-login-form input#edit-pass::-webkit-input-placeholder, section.form-login form.user-login-form input#edit-name::-webkit-input-placeholder {
    color: #0d69ae;
}

section.form-login form.user-login-form input#edit-pass::-moz-placeholder, section.form-login form.user-login-form input#edit-name::-moz-placeholder {
    color: #0d69ae;
}

section.form-login form.user-login-form input#edit-pass:-ms-input-placeholder, section.form-login form.user-login-form input#edit-name:-ms-input-placeholder {
    color: #0d69ae;
}

section.form-login form.user-login-form input#edit-pass::-ms-input-placeholder, section.form-login form.user-login-form input#edit-name::-ms-input-placeholder {
    color: #0d69ae;
}

section.form-login form.user-login-form input#edit-pass::placeholder,
section.form-login form.user-login-form input#edit-name::placeholder {
    color: #0d69ae;
}

section.form-login form.user-login-form input#edit-submit {
    background-color: #0d69ae;
    border: 1px solid #0d69ae;
    width: 100%;
    height: 56px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Gotham";
}

section.form-login form.user-login-form .forgot-password {
    display: none;
}

section.form-login .login-form h1.sign-in {
    font-size: 24px;
    line-height: 24px;
    color: #0d69ae;
    font-weight: 500;
    font-family: "Gotham";
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

section.form-login .login-form .logo {
    display: flex;
    justify-content: center;
}

section.form-login .forgot_passsword {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

section.form-login .forgot_passsword a {
    font-size: 16px;
    line-height: 24px;
    color: #0d69ae;
    font-weight: 400;
    margin-left: 18px;
}

@media (max-width: 1600px) {
    body.user-login.path-user .region.region-content {
        padding: 20px;
    }
}

div.view-id-cillular_mobile_listing .attachment.attachment-before>.js-form-item {
    margin-top: -10px;
}

form#views-form-cillular-mobile-listing-cillular-mobile-listing-page {
    padding-top: 0;
}


/*End of login Page*/


/*Choose a passoword page*/

body.user-password.path-user {
    background-image: linear-gradient(177deg, #0d69ad 0%, #072f4d 100%);
    height: 100vh;
}

body.user-password.path-user main {
    background: none;
}

body.user-password.path-user header {
    display: none;
}

body.user-password.path-user footer {
    display: none;
}

body.user-password.path-user nav {
    display: none;
}



section.form-password form.user-pass input#edit-name::-webkit-input-placeholder {
    color: #0d69ae;
}

section.form-password form.user-pass input#edit-name::-moz-placeholder {
    color: #0d69ae;
}

section.form-password form.user-pass input#edit-name:-ms-input-placeholder {
    color: #0d69ae;
}

section.form-password form.user-pass input#edit-name::-ms-input-placeholder {
    color: #0d69ae;
}

section.form-password form.user-pass input#edit-name::placeholder {
    color: #0d69ae;
}

section.form-password .resetPass-form .logo {
    display: flex;
    justify-content: center;
}

@media (max-width: 1600px) {
    body.user-password.path-user .region.region-content {
        padding: 20px;
    }
}

form.user-pass .resetPass__top label {
    display: none;
}


/*import orders page*/

form#import-orders-form #free-trial-wrapper,
form#import-products-form #free-trial-wrapper,
form#import-mobiles-form #free-trial-wrapper,
form#import-order-shipping-form #free-trial-wrapper {
    /* background: #eee; */
    max-width: 934px;
    height: auto;
    padding: 8% 0;
    border-radius: 10px;
    background-color: #f7f7f7;
    border: 2px solid #e6e6e6;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

form#import-orders-form #free-trial-wrapper>legend,
form#import-products-form #free-trial-wrapper>legend,
form#import-mobiles-form #free-trial-wrapper>legend,
form#import-order-shipping-form #free-trial-wrapper>legend {
    display: none;
}

form#import-orders-form,
form#import-products-form,
form#import-mobiles-form,
form#import-order-shipping-form {
    position: relative;
    margin-top: 17px;
}

form#import-orders-form input#edit-download,
form#import-products-form input#edit-download,
form#import-mobiles-form input#edit-download,
form#import-order-shipping-form input#edit-download {
    width: 236px;
    height: 45px;
    border-radius: 23px;
    background-color: #12a0ce;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    float: unset;
}

form#import-orders-form,
form#import-orders-form,
form#import-mobiles-form,
form#import-order-shipping-form {
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    box-shadow: none;
    padding: 85px 257px;
}

body.admin-import-orders main>.container-fluid,
body.admin-import-accessory main>.container-fluid,
body.admin-import-device main>.container-fluid,
body.admin-import-accessory main>.container-fluid,
body.admin-import-shipping-info main>.container-fluid {
    padding-left: 32px;
    padding-right: 32px;
}

body.admin-import-orders #page-content,
body.admin-import-accessory #page-content,
body.admin-import-device #page-content,
body.admin-import-shipping-info #page-content {
    background: none;
}

form#import-orders-form .wrapper-input-file input+label,
form#import-products-form .wrapper-input-file input+label,
form#import-mobiles-form .wrapper-input-file input+label,
form#import-order-shipping-form .wrapper-input-file input+label {
    width: 161px;
    height: 59px;
    border-radius: 10px;
    background-color: #022b71 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Gotham";
    font-weight: 400;
}

form#import-orders-form input#edit-submit,
form#import-products-form input#edit-submit,
form#import-mobiles-form input#edit-submit,
form#import-order-shipping-form input#edit-submit {
    width: 160px;
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid #000000;
    font-size: 13px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    text-transform: uppercase;
    margin-right: 0;
}

form#import-orders-form label#edit-import-file--label,
form#import-products-form label#edit-import-file--label,
form#import-mobiles-form label#edit-import-file--label,
form#import-order-shipping-form label#edit-import-file--label {
    display: none;
}

form#import-orders-form .description,
form#import-products-form .description,
form#import-mobiles-form .description,
form#import-order-shipping-form .description {
    display: none;
}

form#import-orders-form .form-managed-file,
form#import-products-form .form-managed-file,
form#import-mobiles-form .form-managed-file,
form#import-order-shipping-form .form-managed-file {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

form#import-orders-form div#edit-actions--2,
form#import-products-form div#edit-actions--2,
form#import-mobiles-form div#edit-actions--2,
form#import-order-shipping-form div#edit-actions--2 {
    display: flex;
    justify-content: center;
}

form#import-orders-form .custom-control-label,
form#import-products-form .custom-control-label,
form#import-mobiles-form .custom-control-label,
form#import-order-shipping-form .custom-control-label {
    display: none;
}

@media (max-width: 1600px) {
    form#import-orders-form,
    form#import-products-form,
    form#import-mobiles-form,
    form#import-order-shipping-form {
        padding: 40px 157px;
    }
}


/* preview import devices*/

table#mobiles-preview-table tbody {
    box-shadow: none;
    text-align: center;
}

table#mobiles-preview-table tbody tr::after {
    /*position: absolute;*/
    content: "";
    left: 0;
    right: 0;
    top: 4px;
    bottom: 4px;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
}

table#mobiles-preview-table th.select-all input.form-checkbox {
    width: 16px;
    height: 16px;
}

table#mobiles-preview-table tbody tr {
    position: relative;
}

table#mobiles-preview-table tbody tr td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px !important;
}

table#mobiles-preview-table tbody tr td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

table#mobiles-preview-table thead tr th:first-child {
    padding-left: 27px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 15px;
}

table#mobiles-preview-table thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 15px;
}

table#mobiles-preview-table thead {
    height: 59px;
    border-radius: 10px;
    background-color: #12a0ce;
    text-align: center;
}

table#mobiles-preview-table thead a,
table#mobiles-preview-table th {
    font-size: 12px;
    line-height: 34px;
    color: #000000;
    font-weight: bold;
    font-family: "Gotham";
}

table#mobiles-preview-table td.views-field.views-field-mobile-retailer-order-no {
    font-weight: bold;
}

table#mobiles-preview-table {
    box-shadow: none !important;
}

table#mobiles-preview-table th,
table#mobiles-preview-table td {
    border: none;
}

table#mobiles-preview-table tbody tr td {
    border-top: 8px solid #f5f5f8;
    padding: 0.5em;
    font-size: 12px;
    line-height: 39px;
    color: #000000;
    font-weight: 400;
    font-family: "Gotham";
}

body.admin-preview-device-import main>.container-fluid {
    padding: 2rem;
}

input#edit-send.import-mobiles {
    width: 160px;
    height: 45px;
    border-radius: 22px;
    background-color: #022b71;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    position: absolute;
    left: 12px;
}

body.admin-preview-device-import h1.page-title {
    margin-left: 0;
}

@media (max-width: 1910px) {
    body.admin-import-device h1.page-title,
    body.admin-import-accessory h1.page-title,
    body.admin-import-shipping-info h1.page-title,
    body.admin-import-orders h1.page-title {
        margin-top: 0;
    }
    /* form#import-orders-form #free-trial-wrapper, form#import-products-form #free-trial-wrapper, form#import-mobiles-form #free-trial-wrapper, form#import-order-shipping-form #free-trial-wrapper{
height: 259px;
} */
    .login-form.login-form__wrapper .logo img {
        max-width: 170px;
        height: auto;
    }
    section.form-login form.user-login-form input#edit-submit {
        height: 36px;
        font-size: 14px;
    }
    section.form-login .login-form h1.sign-in {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    section.form-login form.user-login-form input#edit-pass,
    section.form-login form.user-login-form input#edit-name {
        height: 36px;
        font-size: 14px;
    }
    body.user-login.path-user .region.region-content {
        padding: 10px;
    }
    section.form-login .forgot_passsword a {
        font-size: 14px;
    }
}

form#import-orders-form .js-form-item-import-add>select,
form#import-products-form .js-form-item-import-add>select,
form#import-mobiles-form .js-form-item-import-add>select,
form#import-order-shipping-form .js-form-item-import-add>select {
    background: none !important;
}

form#import-orders-form .js-form-item-import-add>select,
form#import-products-form .js-form-item-import-add>select,
form#import-mobiles-form .js-form-item-import-add>select,
form#import-order-shipping-form .js-form-item-import-add>select {
    display: none;
    width: 236px;
    height: 45px;
    border-radius: 23px;
    background-color: #022b71 !important;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    margin-left: 25px;
    text-align: center;
    position: relative;
    padding-left: 50px;
}

form#import-orders-form .js-form-item-import-add::after,
form#import-products-form .js-form-item-import-add::after,
form#import-mobiles-form .js-form-item-import-add::after,
form#import-order-shipping-form .js-form-item-import-add::after {
    display: none;
    position: absolute;
    bottom: 0;
    content: "";
    background: url(../image/dropdown-down-white.png);
    z-index: 9999;
    width: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 10px;
    right: 18px;
    top: 17px;
}

form#import-orders-form .js-form-item-import-add,
form#import-products-form .js-form-item-import-add,
form#import-mobiles-form .js-form-item-import-add,
form#import-order-shipping-form .js-form-item-import-add {}

.imports-products-options-form {
    position: absolute;
    top: -82px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

#views-form-cillular-product-listing-cillular-product-listing-page .product-list-view-edit>a img.trash-icon {
    margin-top: -2px;
}

form#views-form-cillular-product-listing-cillular-product-listing-page input#edit-select-all.custom-control-input {
    width: 10px;
    height: 10px;
    border: 1px solid #454546;
    border-radius: 2px;
    margin-top: 7px;
}

#views-form-cillular-product-listing-cillular-product-listing-page label[for="edit-select-all"]::before {
    background: none;
    width: 10px;
    height: 10px;
    margin-top: 7px;
}

#views-form-cillular-product-listing-cillular-product-listing-page label[for="edit-select-all"]::after {
    margin-top: 7px;
}

#views-form-cillular-product-listing-cillular-product-listing-page label[for="edit-select-all"]::after {
    width: 10px;
    height: 10px;
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .accessory-category-wrapper>div:nth-child(1) {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.view-cillular-product-listing .views-field.views-field-imagesURI-value span.field-content img {
    max-width: 100%;
}

#views-form-cillular-product-listing-cillular-product-listing-page .views-field.views-field-cillular-product-bulk-form>span.field-content input {
    width: 14px;
    height: 14px;
    margin-top: 3px;
}


form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page .custom-control-input:checked~.custom-control-label::before {
    background-color: #022b71;
}

form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-size: 6px;
}

form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page .custom-control-label::after {
    width: 10px;
    height: 10px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .view-cillular-mobile-listing .attachment.attachment-before {
        right: 0;
    }
    div.view-id-cillular_product_listing,
    div.view-id-cillular_mobile_listing {
        margin-top: 75px;
    }
}

body.path-device-list #page-content .view-content div.views-field.views-field-vendor-id {
    width: 100%;
}

body.path-device-list #page-content .view-content div.views-field.views-field-vendor-id .field-content{
  display: block;
  text-align: center;
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page div#slider-range {
    margin-left: 9px;
    margin-right: 4px;
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .views-field.views-field-cillular-product-downloaded-date-empty {
    height: 27px;
}

div.view-id-cillular_product_listing .view-content>.views-form {
    width: 100%;
}

 ::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar {
    width: 10px !important;
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page div.form-item.accessory-category-wrapper .accessory-category-wrapper>.content {
    margin-left: 25px;
}

body.admin-import-device h1.page-title,
body.admin-import-accessory h1.page-title,
body.admin-import-shipping-info h1.page-title,
body.admin-import-orders h1.page-title {
    margin-left: 10px;
}


body.admin-content-cillular-order form {
    padding: 0;
}

body.admin-content-cillular-order .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

form#cillular-order-download-form {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px;
}

form#views-form-cillular-order-admin-page-1 table.views-table tbody tr {
    border-bottom: none;
}

@media (max-width: 1600px) {
    form#views-exposed-form-cillular-order-admin-page-1 #edit-vendor-id--description {
        font-size: 9px;
    }
    form#views-exposed-form-cillular-order-admin-page-1 input,
    form#views-exposed-form-cillular-order-admin-page-1 select {
        width: 200px;
        height: 35px;
        font-size: 12px;
    }
    .order-list-export-orders {
        height: 35px;
        line-height: unset;
        font-size: 12px;
    }
    body.admin-content-cillular-order div.views-exposed-form .form--inline>div {
        margin-right: 0;
    }

    form#views-form-cillular-product-listing-cillular-product-listing-page .product-list-export-products {
        height: 35px;
        line-height: unset;
        font-size: 12px;
        margin-top: 3px;
    }
    body.accessory-list .views-exposed-form input#edit-device,
    body.accessory-list .views-exposed-form input#edit-vendor,
    body.accessory-list .views-exposed-form input#edit-name {
        height: 35px;
    }
    form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .form-checkboxes .form-item,
    form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .form-radios .form-item {
        margin-top: 0;
        margin-bottom: 0;
    }
    form#views-exposed-form-cillular-product-listing-cillular-product-listing-page div.form-item.accessory-category-wrapper .accessory-category-wrapper>.content {
        margin-bottom: 0;
    }
    form#views-exposed-form-cillular-product-listing-cillular-product-listing-page div.form-item.accessory-category-wrapper .collapsible {
        margin-top: 1px;
    }

    .view-cillular-mobile-listing .attachment.attachment-before input#search-name {
        height: 35px;
        width: 200px;
        font-size: 12px;
    }
    form#views-form-cillular-mobile-listing-cillular-mobile-listing-page .mobile-list-export-mobiles {
        height: 35px;
        font-size: 12px;
        padding: 0.375rem 1rem;
        line-height: 22px;
        margin-top: 1px;
    }
    form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .form-item-min-price {
        margin-top: 0;
    }
    form#views-exposed-form-cillular-product-listing-cillular-product-listing-page fieldset#edit-system-colors--wrapper>legend {
        margin-bottom: 15px;
    }
    body.accessory-list .views-exposed-form input#edit-device,
    body.accessory-list .views-exposed-form input#edit-vendor,
    body.accessory-list .views-exposed-form input#edit-name {
        margin-top: 15px;
    }
    form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .accessory-category-wrapper>.content:last-child {
        margin-bottom: 15px !important;
    }
    .view-cillular-product-listing .attachment.attachment-before input#search-name::-webkit-input-placeholder {
        font-size: 12px;
    }
    .view-cillular-product-listing .attachment.attachment-before input#search-name::-moz-placeholder {
        font-size: 12px;
    }
    .view-cillular-product-listing .attachment.attachment-before input#search-name:-ms-input-placeholder {
        font-size: 12px;
    }
    .view-cillular-product-listing .attachment.attachment-before input#search-name::-ms-input-placeholder {
        font-size: 12px;
    }
    .view-cillular-product-listing .attachment.attachment-before input#search-name::placeholder {
        font-size: 12px;
    }
    form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page input#edit-name,
    form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page input#edit-vendor {
        height: 35px;
        font-size: 12px;
        margin-bottom: 15px;
    }
    body.device-list .views-exposed-form .form--inline .form-item {
        margin: 0;
    }
    form#views-form-cillular-product-listing-cillular-product-listing-page a#edit-open-modal,
    form#views-form-cillular-mobile-listing-cillular-mobile-listing-page .mobile-list-export-options a#edit-open-modal {
        font-size: 12px;
    }
    .min-max-wrapper {
        min-height: 121px;
    }
}


/*add accessory page*/

form#cillular-product-form .form-section {
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    padding: 33px 40px;
}

form#cillular-product-form {
    background: none;
    border: none;
    box-shadow: none;
}

form#cillular-product-form table thead {
    background: none;
}

body.cillular-accessory-add h1.js-quickedit-page-title.page-title {
    margin-left: 35px;
}

form#cillular-product-form .form-general-section .elements-wrapper .form-wrapper input,
form#cillular-product-form .form-general-section .elements-wrapper .form-wrapper select {
    margin-left: 2%;
}

form#cillular-product-form .form-general-section .elements-wrapper .form-wrapper div#edit-launch-date-wrapper .form-item-launch-date-0-value {
    display: flex !important;
    justify-content: space-between !important;
}




form#cillular-product-form input,
form#cillular-product-form select {
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

.form-accessoryDescription-section .form-textarea-wrapper {
    border: 2px solid #12a0ce;
    border-radius: 10px;
    overflow: hidden;
}

form#cillular-product-form .form-item,
form#cillular-product-form .form-actions {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

form#cillular-product-form .form-accessoryDescription-section .elements-wrapper .text-format-wrapper .custom-textarea .form-textarea-wrapper {
    width: 100%;
}

form#cillular-product-form .form-accessoryDescription-section .elements-wrapper>div {
    margin-right: 10px;
    width: 33%;
}

form#cillular-product-form .form-accessoryDescription-section span.cke_top {
    background-color: #12a0ce;
    border: 2px solid #12a0ce;
}

form#cillular-product-form .form-accessoryDescription-section .cke_chrome {
    border: none;
}

form#cillular-product-form table#field-multi-colors-values {
    display: flex;
    flex-wrap: wrap;
}

form#cillular-product-form table#field-multi-colors-values tbody {
    width: 100%;
}

form#cillular-product-form table#field-multi-colors-values tbody .draggable.even {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

form#cillular-product-form table#field-multi-colors-values tbody .draggable.even>div {
    width: 48%;
}

form#cillular-product-form table#field-multi-colors-values tbody td.field-multiple-drag {
    display: none;
}

form#cillular-product-form table#field-multi-colors-values tbody .draggable.even>td {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-product-form table#field-multi-colors-values tbody .draggable.even>td>div {
    width: 47%;
}

form#cillular-product-form .form-additionalColor-section button {
    width: 160px;
    height: 45px;
    border-radius: 22px;
    background-color: #f8f8f8;
    border: 1px solid #777878;
    font-size: 13px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
}

form#cillular-product-form .available-devices-wrapper,
form#cillular-product-form .selected-devices-wrapper {
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    width: 45%;
    padding: 20px;
}

form#cillular-product-form .available-selected-wrapper {
    display: flex;
    justify-content: space-between;
}

form#cillular-product-form .available-selected-wrapper ul {
    width: 100%;
    height: 230px;
    overflow: auto;
    outline: none;
}

form#cillular-product-form .available-selected-wrapper ul li a {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-form .form-additionalFeatures-section.form-section .elements-wrapper {
    display: flex;
    flex-wrap: wrap;
}

form#cillular-product-form .form-additionalFeatures-section.form-section .elements-wrapper>div .form-item label {
    width: 100% !important;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    margin-bottom: 0;
}

form#cillular-product-form .form-additionalFeatures-section.form-section .elements-wrapper>.form-wrapper select {
    width: 328px;
    height: 182px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #12a0ce;
}

form#cillular-product-form .form-additionalFeatures-section.form-section .elements-wrapper>.form-wrapper select::-webkit-scrollbar {
    width: 4px !important;
    border-radius: 2px;
}

form#cillular-product-form .available-selected-wrapper .title {
    font-size: 15px;
    line-height: 24px;
    color: #2a2828;
    font-family: "Gotham";
    margin-bottom: 20px;
    font-weight: 500;
}

form#cillular-product-form .available-devices-wrapper h3,
form#cillular-product-form .selected-devices-wrapper h3 {
    display: none;
}

/* form#cillular-product-form .form-metaData-section .title-keyword-wrapper .form-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

form#cillular-product-form .form-metaData-section .title-keyword-wrapper {
    display: flex;
    justify-content: space-between;
}

form#cillular-product-form .form-metaData-section .title-keyword-wrapper label {
    line-height: unset;
}

form#cillular-product-form .form-metaData-section .title-keyword-wrapper>div {
    width: 48%;
} */

form#cillular-product-form .form-metaData-section div#edit-meta-description-wrapper label {
    width: 18%;
}


form#cillular-product-form .form-metaData-section div#edit-meta-description-wrapper .form-textarea-wrapper .cke_inner {
    border: 2px solid #12a0ce;
    border-radius: 10px;
    overflow: hidden;
}

form#cillular-product-form .form-metaData-section div#edit-meta-description-wrapper .form-textarea-wrapper .cke_inner .cke_top {
    background: #12a0ce;
}

form#cillular-product-form .form-metaData-section div#edit-meta-description-wrapper .cke_chrome {
    border: none;
}

form#cillular-product-form div#edit-actions a.form-submit {
    width: 150px;
    height: 45px;
    border-radius: 22px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    font-family: "Gotham";
    display: inline-block;
    text-align: center;
}

form#cillular-product-form div#edit-actions a.form-submit:last-child {
    width: 150px;
    height: 45px;
    border-radius: 22px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
}

form#cillular-product-form div#edit-actions input#edit-submit {
    width: 150px;
    height: 45px;
    border-radius: 22px;
    background-color: #022b71;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    display: inline-block;
    text-align: center;
    margin-top: 0;
}


body.path-accessory-list #page-content .form-item-items-per-page {
    display: none !important;
}


body.path-accessory-list .attachment.attachment-after>div.form-item.custom-control,
body.path-device-list .attachment.attachment-after>div.form-item.custom-control {
    display: flex;
}

body.path-accessory-list .attachment-after label.custom-control-label,
body.path-device-list .attachment-after label.custom-control-label {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 200px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

body.path-accessory-list #page-content .view-content .attachment-after select#accessory_per_page,
body.path-device-list #page-content .view-content .attachment-after select#device_per_page {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #022b71;
    font-size: 15px;
    line-height: 24px;
    color: #022b71;
    font-weight: 300;
    font-family: "Gotham";
}

body.accessory-list .pagerer-container,
body.device-list .pagerer-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

form#views-exposed-form-cillular-mobile-listing-cillular-mobile-listing-page .form-item-items-per-page {
    display: none !important;
}

body.accessory-list .views-exposed-form .form--inline>.form-item>.form-item {
    margin-top: 0;
}

body.accessory-list .views-exposed-form .form--inline .form-item.form-item-min-price {
    margin-top: 0;
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .form-checkboxes .form-item,
form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .form-radios .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

#views-exposed-form-cillular-product-listing-cillular-product-listing-page .min-max-wrapper #slider-range #amount {
    margin-bottom: 0;
}

@media (min-width: 1801px) {
    form#views-exposed-form-cillular-product-listing-cillular-product-listing-page div#edit-category-name {
        margin-bottom: 30px;
    }
    form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .main-category-wrapper {
        /* max-height: 350px; */
    }
}

form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .main-category-wrapper {
    /* max-height: 300px; */
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
form#views-exposed-form-cillular-product-listing-cillular-product-listing-page .main-category-wrapper .form-item {
    margin: 0;
}



/* ##########################################New Css############################################################# */


/* ---fields----- */

form#views-exposed-form-cillular-mobile-admin-page-1 {
    background: none !important;
    box-shadow: none !important;
}

form#views-exposed-form-cillular-mobile-admin-page-1>.form--inline {
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 0 5px#d2cece;
}

form.views-exposed-form>.form--inline>.js-form-item>input {
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid #12a0ce;
}

form.views-exposed-form>.form--inline>.js-form-item>select {
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid #12a0ce;
}

form.views-exposed-form>.form--inline>div>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form.views-exposed-form>.form--inline>#edit-actions>#edit-submit-cillular-mobile-admin {
    width: 173px;
    height: 44px;
    border-radius: 25px;
}

form.views-exposed-form>.form--inline>#edit-actions>#edit-reset {
    width: 173px;
    height: 44px;
    border-radius: 25px;
}


/* Device table starts */

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1 {
    background: none !important;
    box-shadow: none !important;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>table>thead>tr>.select-all>.form-checkbox {
    margin-left: 1rem;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>table>thead>tr>.select-all {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 20px !important;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>table>thead>tr>.views-field-operations {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 20px;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>table>thead {
    border-spacing: 0 !important;
    background-color: #12a0ce !important;
    color: #000 !important;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>.views-table>thead>tr {
    height: 59px !important;
    font-size: 12px;
    line-height: 24px !important;
    font-weight: bold;
    border-radius: 10px !important;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>.views-table>thead>tr>th>a {
    color: #000 !important;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>.views-table>thead>tr>th>a :hover {
    color: #000 !important;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>.views-table>tbody>tr {
    background-color: white !important;
    border-top: 12px solid #f5f5f8 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    border-bottom: none;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>table>tbody>tr>.views-field-cillular-mobile-bulk-form>.js-form-item>.custom-control-input {
    margin-left: 1rem !important;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>table>tbody>tr>.views-field {
    position: relative;
    z-index: 2 !important;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>table>tbody>tr>.views-field-cillular-mobile-bulk-form {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>table>tbody>tr>.views-field-operations {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>table>tbody>tr>.views-field-cillular-mobile-bulk-form::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -1px;
    bottom: -1px;
    border: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: -1;
    border-right: none !important;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>table>tbody>tr>.views-field-operations::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -1px;
    bottom: -1px;
    border: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6 !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1;
}

.view-id-cillular_mobile_admin>.view-content>.views-form>#views-form-cillular-mobile-admin-page-1>table>tbody>tr>.views-field::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -1px;
    bottom: -1px;
    border: 2px solid #e6e6e6;
    z-index: -1;
    border-right: none;
    border-left: none;
}


/* End of Devices data table */


/* Add new order css */

#page-content>.region-content>.contextual-region>h1 {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-left: 10px;
}

#cillular-order-form {
    box-shadow: none;
    background: none;
}

form#cillular-order-form>.form-customerInformation-section {
    margin-bottom: 20px;
    background-color: white;
    padding: 1.5rem;
    box-shadow: 0 0 5px#d2cece;
    border-radius: 10px;
    color: #000;
}

form#cillular-order-form>.form-customerInformation-section>.form-customerInformation-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 50px;
}

form#cillular-order-form>.form-customerInformation-section>.flex-container>div>fieldset {
    margin-bottom: 0%;
    display: flex;
}

form#cillular-order-form>.form-customerInformation-section>.flex-container>div>fieldset>.fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-order-form>.form-customerInformation-section>.flex-container>div>fieldset>.fieldset-wrapper>div {
    width: 47% !important;
    display: flex;
    align-items: center;
    margin-top: unset;
}

form#cillular-order-form>.form-customerInformation-section>.flex-container>div>fieldset>.fieldset-wrapper>div>label {
    width: 30%;
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-order-form>.form-customerInformation-section>.flex-container>div>fieldset>.fieldset-wrapper>div>input {
    width: 70%;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-order-form>.form-customerInformation-section>.flex-container>div>fieldset>.fieldset-wrapper>div>select {
    width: 70%;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-order-form>.form-customerInformation-section>.flex-container>.extra-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0%;
}

.cillular-order-form>.form-customerInformation-section>.flex-container>.extra-flex>div {
    width: 47%;
}

form#cillular-order-form>.form-customerInformation-section>.flex-container>.extra-flex>div>.js-form-item {
    display: flex;
    align-items: center;
    margin-top: unset;
}

form#cillular-order-form>.form-customerInformation-section>.flex-container>.extra-flex>div>.js-form-item>label {
    width: 30%;
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-order-form>.form-customerInformation-section>.flex-container>.extra-flex>div>.js-form-item>input {
    width: 70%;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}


/* -----General section order ----- */

form#cillular-order-form>.form-general-section {
    background-color: white;
    padding: 20px 1.5rem;
    box-shadow: 0 0 5px#d2cece;
    border-radius: 10px;
    color: #000;
}

form#cillular-order-form>.form-general-section>.form-general-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 50px;
    margin-top: 5px;
}

form#cillular-order-form>.form-general-section>.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-order-form>.form-general-section>.flex-container>div {
    width: 47%;
    display: flex;
    align-items: center;
}

form#cillular-order-form>.form-general-section>.flex-container>div>.js-form-item {
    display: flex;
    align-items: center;
    margin-top: unset;
}

form#cillular-order-form>.form-general-section>.flex-container>div>.js-form-item label {
    width: 30%;
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-order-form>.form-general-section>.flex-container>div>.js-form-item>input {
    width: 70%;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-order-form>.form-general-section>.flex-container>#edit-order-date-time-wrapper {
    width: 47%;
}

form#cillular-order-form>.form-general-section>.flex-container>#edit-order-date-time-wrapper>h4 {
    width: 30%;
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-order-form div#edit-order-date-time-wrapper>div {
    width: 70%;
}

form#cillular-order-form>.form-general-section>.flex-container>#edit-order-date-time-wrapper>.container-inline>.js-form-item>input {
    width: 100%;
    height: 59px !important;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}


/* -----Shipping info ----- */

form#cillular-order-form>.form-general-section>.form-shippingInformation-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 50px;
}

form#cillular-order-form>.form-general-section>.flex-container>div>.js-form-item {
    display: flex;
    align-items: center;
    margin-top: unset;
}

form#cillular-order-form>.form-general-sectionn>.flex-container>div>.js-form-item label {
    width: 30%;
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-order-form>.form-general-section>.flex-container>div>.js-form-item>input {
    width: 70%;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-order-form>.form-general-section>.flex-container>div#edit-status-id-wrapper>.js-form-item>select {
    width: 70%;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    padding-top: 16px;
}

form#cillular-order-form>.form-general-section>.flex-container>div>.js-form-item>select {
    width: 70%;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-order-form>.form-general-section>.flex-container>#edit-shipped-date-wrapper>h4 {
    width: 30% !important;
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400 !important;
}

form#cillular-order-form div#edit-shipped-date-wrapper>.container-inline {
    width: 70%;
}

form#cillular-order-form div#edit-shipped-date-wrapper>.container-inline>.js-form-item>input {
    width: 100%;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}


/* Buttons */

form#cillular-order-form>.buttons {
    display: flex !important;
    flex-wrap: wrap;
}

form#cillular-order-form>.buttons div #edit-actions {
    width: unset;
}

form#cillular-order-form>.buttons>button {
    width: 150px;
    height: 45px;
    border-radius: 22px;
    background-color: #022b71;
    color: white;
    margin-right: 15px !important;
    font-size: 13px;
    outline: none;
    font-weight: 500;
}

form#cillular-order-form>.buttons>div#edit-actions {
    width: auto !important;
    min-width: 0 !important;
}

form#cillular-order-form>.buttons>div#edit-actions>a {
    width: 150px;
    height: 45px;
    border-radius: 22px;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000;
    margin: 0 !important;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500;
}

form#cillular-order-form>.buttons>#edit-preview {
    width: 150px;
    height: 45px;
    border-radius: 22px;
    background-color: #12a0ce;
    font-size: 13px;
    outline: none;
    font-weight: 500;
}

form#cillular-order-form>.buttons>#edit-back {
    display: none;
}


/* ########################add new device css################################################### */

#page-content>.region>.contextual-region>div>h1 {
    margin-left: 33px !important;
}

#page-content>.region-content>.block-system-main-block>form#cillular-mobile-form {
    background: none !important;
    box-shadow: none !important;
}

form#cillular-mobile-form>.form-general-section {
    background-color: white;
    padding: 2rem;
    box-shadow: 0 0 5px#d2cece !important;
    border-radius: 10px !important;
}

form#cillular-mobile-form>.form-general-section>.form-general-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 15px;
}

form#cillular-mobile-form>.form-general-section>.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-mobile-form>.form-general-section>.flex-container>div {
    width: 47%;
}

form#cillular-mobile-form>.form-general-section>.flex-container>div>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-mobile-form>.form-general-section>.flex-container>div>.js-form-item>input {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-form>.form-general-section>.flex-container>div>.js-form-item>select {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-form>.form-general-section>.flex-container>.multi-color-wrapper-main>#edit-system-color-wrapper>div>.multi-color-wrapper>div>table>thead {
    background: none !important;
    font-family: "Gotham";
    font-size: 13px;
}

form#cillular-mobile-form>.form-general-section>.flex-container>.multi-color-wrapper-main>#edit-system-color-wrapper>div>.multi-color-wrapper>div>table>tbody>tr>td>.js-form-item>input {
    width: 100% !important;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-form>.form-general-section>.flex-container>.multi-color-wrapper-main>#edit-system-color-wrapper>div>.multi-color-wrapper>div>table>tbody>tr>td>div>.js-form-item>input {
    width: 100% !important;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-form>.form-general-section>.flex-container>.multi-color-wrapper-main>#edit-system-color-wrapper>div>.multi-color-wrapper>.clearfix>input {
    width: 180px;
    height: 45px;
    border-radius: 22px;
    background-color: #12a0ce;
    color: white;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

form#cillular-mobile-edit-form div#edit-launch-date-wrapper h4,
form#cillular-mobile-form div#edit-launch-date-wrapper>div {
    width: 100% !important;
}

form#cillular-mobile-form>.form-general-section>.multi-color-wrapper-main>#edit-retailer-specfic-wrapper>div>.multi-color-wrapper>div>table>thead {
    background: none !important;
    font-family: "Gotham";
    font-size: 13px;
    display: none;
}

form#cillular-mobile-form>.form-general-section>.multi-color-wrapper-main>#edit-retailer-specfic-wrapper>div>.multi-color-wrapper>div>table>tbody>tr>td>.js-form-item>input {
    width: 60% !important;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-form>.form-general-section>.multi-color-wrapper-main>#edit-retailer-specfic-wrapper>div>.multi-color-wrapper>div>table>tbody>tr>td>div>.js-form-item>input {
    width: 60% !important;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-form>.form-general-section>.multi-color-wrapper-main>#edit-retailer-specfic-wrapper>div>.multi-color-wrapper>.clearfix>input {
    background: transparent;
    border: 3px solid #12a0ce;
    color: transparent;
    width: 0px;
    border-radius: 50%;
    background-image: url(../image/plus.png);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    overflow: hidden;
    outline: none;
    float: right;
    position: absolute;
    top: 15px;
    right: 51%;
    height: 30px;
    width: 30px;
    padding: unset;
}

form#cillular-mobile-form>.form-general-section>#edit-imagesuri-wrapper>.js-form-item>div>table>thead {
    background: none !important;
    font-family: "Gotham";
    font-size: 13px;
    display: none;
}

form#cillular-mobile-form>.form-general-section>#edit-imagesuri-wrapper>.js-form-item>div>table>tbody>tr>td>.js-form-item>input {
    /* width: 100% !important; */
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-form>.form-general-section>#edit-imagesuri-wrapper>.js-form-item>div>button {
    background: transparent;
    border: 3px solid #12a0ce;
    color: transparent;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-image: url(../image/plus.png);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    overflow: hidden;
    outline: none;
    position: absolute;
    top: 26px;
    right: 51%;
}

form#cillular-mobile-form>.form-general-section>#edit-imagesuri-wrapper>.js-form-item>div>span {
    font-size: 13px !important;
    margin-top: 30px !important;
}


/* -----Compability section ----- */

.cillular-mobile-form>.form-compatibiltyFeatures-section,
.form-additionalFeatures-section,
.form-metaData-section {
    background-color: white;
    padding: 1.5rem;
    margin-top: 20px;
    box-shadow: 0 0 5px#d2cece;
    border-radius: 10px;
    color: #000;
}

.cillular-mobile-form>.form-compatibiltyFeatures-section>.form-compatibiltyFeatures-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 50px;
}


/* -----Video Url----- */

.cillular-mobile-form>.form-videoURL-section {
    background-color: white;
    padding: 1.5rem;
    margin-top: 20px;
    box-shadow: 0 0 5px#d2cece;
    border-radius: 10px;
    color: #000;
}

.cillular-mobile-form>.form-videoURL-section>.form-videoURL-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
}

.cillular-mobile-form #edit-video-wrapper>.js-form-item>div>table>thead {
    background: none !important;
    font-family: "Gotham";
    font-size: 13px;
    display: none;
}

.cillular-mobile-form #edit-video-wrapper>.js-form-item>div>table>tbody tr td {
    border-top: none;
}

.cillular-mobile-form #edit-video-wrapper>.js-form-item>div>table>tbody tr .field-multiple-drag {
    display: none;
}

.cillular-mobile-form #edit-video-wrapper>.js-form-item>div>table>thead>tr>th>h4 {
    color: #000 !important;
}

.cillular-mobile-form #edit-video-wrapper>.js-form-item>div>table>tbody>tr>td>.js-form-item>input {
    width: 100% !important;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

.cillular-mobile-form #edit-video-wrapper>.js-form-item>div>button {
    width: 180px;
    height: 45px;
    border-radius: 22px;
    background-color: #022b71;
    color: white;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border: none !important;
    margin-top: 20px;
}


/* -------Device description-------- */

.cillular-mobile-form>.form-accessoryDescription-section,
.form-additionalFeatures-section,
.form-metaData-section {
    background-color: white;
    padding: 1.5rem;
    margin-top: 20px;
    box-shadow: 0 0 5px#d2cece;
    border-radius: 10px;
    color: #000;
}

.cillular-mobile-form>.form-accessoryDescription-section>.form-accessoryDescription-section-title {
    line-height: 24px;
    color: #000000;
    font-weight: 500;
}

.cillular-mobile-form>.form-accessoryDescription-section>.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cillular-mobile-form>.form-accessoryDescription-section>.flex-container>div {
    width: 30%;
}

.cillular-mobile-form>.form-accessoryDescription-section>.flex-container>div>.js-form-item>.js-form-type-textarea>label {
    width: 100% !important;
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

.cillular-mobile-form>.form-accessoryDescription-section>.flex-container>div>.js-form-item>.js-form-type-textarea>div {
    width: 100% !important;
}

.cillular-mobile-form>.form-accessoryDescription-section>.flex-container>div>.js-form-item>.js-form-type-textarea>div>textarea {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}


/* -----Additional feature----- */

.cillular-mobile-form>.form-additionalFeatures-section>.form-additionalFeatures-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
}

.cillular-mobile-form>.form-additionalFeatures-section>.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cillular-mobile-form>.form-additionalFeatures-section>.flex-container>div {
    width: 30%;
}

.cillular-mobile-form>.form-additionalFeatures-section>.flex-container>div>.js-form-item>.js-form-type-textarea>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

.cillular-mobile-form>.form-additionalFeatures-section>.flex-container>div>.js-form-item>.js-form-type-textarea>div>textarea {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}


/* ----Meta data----- */

.cillular-mobile-form>.form-metaData-section>.form-metaData-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 15px;
}

.cillular-mobile-form>.form-metaData-section>.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cillular-mobile-form>.form-metaData-section>.flex-container>div {
    width: 47%;
}

.cillular-mobile-form>.form-metaData-section>.flex-container>div>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

.cillular-mobile-form>.form-metaData-section>.flex-container>div>.js-form-item>input {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

.cillular-mobile-form>.form-metaData-section>.field--type-text-long>div>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400 !important;
    width: 18% !important;
}

.cillular-mobile-form>.form-metaData-section>.field--type-text-long>div>.js-form-item>.form-textarea-wrapper {
    width: 81%;
}


/* -----Buttons----- */

.cillular-mobile-form>#edit-actions {
    display: flex;
}

.cillular-mobile-form>#edit-actions>input {
    width: 160px;
    height: 45px;
    border-radius: 22px;
    background-color: #022b71;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.cillular-mobile-form>#edit-actions>a {
    width: 160px;
    height: 45px;
    border-radius: 22px;
    text-align: center !important;
    display: table-cell !important;
    vertical-align: middle !important;
    padding: 0 !important;
    padding-top: 11.5px !important;
    background-color: white !important;
    border: 1px solid black;
    color: black !important;
}


/* #######################################Export modal css################################################### */

body.accessory-list>.ui-widget-overlay {
    background: #000 !important;
}

body.accessory-list>.ui-dialog>.ui-dialog-titlebar {
    background-color: white !important;
    color: black !important;
    border: none !important;
    padding: unset;
}

body.accessory-list>.ui-dialog>#drupal-modal {
    padding: 0em 1em;
}

body.accessory-list>.ui-dialog>.ui-dialog-titlebar>button>.ui-button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.ui-front>form {
    padding: 0px 1rem !important;
}

.ui-front>form>details {
    border: none !important;
}

.ui-front>form>details>.details-wrapper {
    padding: 0px !important;
}

body.accessory-list details.js-form-wrapper div.details-wrapper .js-form-item {
    margin-top: unset;
}

.ui-front>form>details>.details-wrapper>.details-description {
    background: none !important;
    border: none !important;
    margin-bottom: 20px;
}

.ui-front>form>details>.details-wrapper>.form-item-all-check {
    background-color: #12a0ce !important;
    color: #000 !important;
    border-radius: 10px !important;
    border: 2px solid #12a0ce;
}

.ui-front>form>details>.details-wrapper>div.custom-checkbox {
    border-radius: 10px 0px 0px 10px;
    background-color: #f8f8f8;
    border: 2px solid #e6e6e6;
    border-right: none;
}

.ui-front>form>details>.details-wrapper>div.custom-textfield {
    border-radius: 0px 10px 10px 0px;
    background-color: #f8f8f8;
    border: 2px solid #e6e6e6;
    border-left: none;
}

.ui-front>form>details>.details-wrapper>div.form-no-label>input {
    background: none;
    border: none;
    font-size: 17px;
    color: #000000;
    font-family: "Gotham";
    padding: 15px 60px 15px 0;
}

.ui-front>form>details>.details-wrapper>div.form-no-label>input:focus {
    outline: none;
}

.ui-front>form>details>.details-wrapper>div.custom-checkbox>input {
    margin-left: 2rem !important;
}

.ui-front>form>details>.details-wrapper>div.custom-checkbox>label {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-family: "Gotham";
    margin-left: 3rem !important;
    font-weight: bold;
    padding: 15px 115px 15px 0;
}

.ui-front>form>details>.details-wrapper>div.custom-textfield::before {
    content: url(../image/arowsss.png);
    top: 31%;
    position: absolute;
    right: 115%;
}

body.accessory-list details.js-form-wrapper div.details-wrapper {
    display: flex;
    flex-wrap: wrap;
}

body.accessory-list details.js-form-wrapper div.details-wrapper .form-item-all-check {
    width: 100% !important;
}

body.accessory-list details.js-form-wrapper div.details-wrapper .form-type-checkbox {
    width: 45%;
}

body.accessory-list details.js-form-wrapper div.details-wrapper .form-type-textfield {
    width: 55%;
}

body.accessory-list details.js-form-wrapper div.details-wrapper .js-form-item label::before {
    left: 50rem;
    z-index: 2;
    top: 35%;
}

body.accessory-list details.js-form-wrapper div.details-wrapper .js-form-item label::after {
    left: 50rem;
    z-index: 2;
    top: 35%;
}

body.accessory-list>.ui-dialog>.ui-dialog-buttonpane {
    background-color: white !important;
    border: none !important;
    position: relative;
    height: 70px;
}

body.accessory-list>.ui-dialog>.ui-dialog-buttonpane>.ui-dialog-buttonset {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* #################################Accessories page###################################### */

.view-filters>form#views-exposed-form-cillular-product-admin-page-1 {
    background: none !important;
    box-shadow: none !important;
}

form#views-exposed-form-cillular-product-admin-page-1>.form--inline {
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 0 5px#d2cece;
}

form#views-exposed-form-cillular-product-admin-page-1>.form--inline>.js-form-item>input {
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid #12a0ce;
}

form#views-exposed-form-cillular-product-admin-page-1>.form--inline>.js-form-item>select {
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid #12a0ce;
}

form#views-exposed-form-cillular-product-admin-page-1>.form--inline>div>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#views-exposed-form-cillular-product-admin-page-1>.form--inline>#edit-actions>#edit-submit-cillular-product-admin {
    width: 173px;
    height: 44px;
    border-radius: 25px;
}

form#views-exposed-form-cillular-product-admin-page-1>.form--inline>#edit-actions>#edit-reset {
    width: 173px;
    height: 44px;
    border-radius: 25px;
}


/* -----Export Accessory----- */

.view-content>form#cillular-product-download-form {
    margin-left: 2%;
    margin-right: 2%;
}

.view-content>form#cillular-product-download-form>div>select {
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid #12a0ce;
}


/* ---Select field for downalod--- */

#edit-product-fields>.details-wrapper>.form-no-label {
    min-height: 0% !important;
}


/* -----Main Table ----- */

form#views-form-cillular-product-admin-page-1 {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

form#views-form-cillular-product-admin-page-1>table>thead>tr>.select-all>.form-checkbox {
    margin-left: 1rem;
}

form#views-form-cillular-product-admin-page-1>table>thead>tr>.select-all {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 20px !important;
}

form#views-form-cillular-product-admin-page-1>table>thead>tr>.views-field-operations {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 20px;
}

form#views-form-cillular-product-admin-page-1>table>thead {
    border-spacing: 0 !important;
    background-color: #12a0ce !important;
    color: #000 !important;
}

form#views-form-cillular-product-admin-page-1>.views-table>thead>tr {
    height: 59px !important;
    font-size: 12px;
    line-height: 24px !important;
    font-weight: bold;
    border-radius: 10px !important;
}

form#views-form-cillular-product-admin-page-1>.views-table>thead>tr>th>a {
    color: #000 !important;
}

form#views-form-cillular-product-admin-page-1>.views-table>thead>tr>th>a :hover {
    color: #000 !important;
}

form#views-form-cillular-product-admin-page-1>.views-table>tbody>tr {
    background-color: white !important;
    border-top: 12px solid #f5f5f8 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    border-bottom: none;
}

form#views-form-cillular-product-admin-page-1>.views-table>tbody>tr>td>.js-form-type-checkbox {
    padding-left: 8px !important;
}

form#views-form-cillular-product-admin-page-1>table>tbody>tr>.views-field-cillular-product-bulk-form>.js-form-item>.custom-control-input {
    margin-left: 1rem !important;
}

form#views-form-cillular-product-admin-page-1>table>tbody>tr>.views-field {
    position: relative;
    z-index: 2 !important;
}

form#views-form-cillular-product-admin-page-1>table>tbody>tr>.views-field-cillular-product-bulk-form {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

form#views-form-cillular-product-admin-page-1>table>tbody>tr>.views-field-operations {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

form#views-form-cillular-product-admin-page-1>table>tbody>tr>.views-field-cillular-product-bulk-form::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -1px;
    bottom: -1px;
    border: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6 !important;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    z-index: -1;
    border-right: none !important;
}

form#views-form-cillular-product-admin-page-1>table>tbody>tr>.views-field-operations::after {
    position: absolute;
    content: "" !important;
    left: 0;
    right: 0;
    top: -1px;
    bottom: -1px;
    border: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6 !important;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    z-index: -1;
}

form#views-form-cillular-product-admin-page-1>table>tbody>tr>.views-field::after {
    position: absolute;
    content: "" !important;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0px;
    border: 2px solid #e6e6e6;
    z-index: -1;
    border-right: none;
    border-left: none;
}


/* ##################################Edit accessories############################################## */

form#cillular-product-edit-form {
    background: none !important;
    box-shadow: none !important;
}

form#cillular-product-edit-form>.form-general-section {
    background-color: white;
    box-shadow: 0 0 5px#d2cece;
    padding: 1.5rem;
    border-radius: 10px;
}

form#cillular-product-edit-form>.form-general-section>.form-general-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 10px;
}

form#cillular-product-edit-form>.form-general-section>.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-product-edit-form>.form-general-section>.flex-wrapper>div {
    width: 47%;
}

form#cillular-product-edit-form>.form-general-section>.flex-wrapper>div>h4 {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400 !important;
}

form#cillular-product-edit-form>.form-general-section>.flex-wrapper>div>.container-inline>.js-form-item>input {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-product-edit-form>.form-general-section>.flex-wrapper>div>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-edit-form>.form-general-section>.flex-wrapper>div>.js-form-item>input {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-product-edit-form>.form-general-section>.flex-wrapper>div>.js-form-item>select {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-product-edit-form>.form-general-section>.flex-wrapper>div>.js-form-wrapper>div>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-edit-form>.form-general-section>.flex-wrapper>div>.js-form-wrapper>div>select {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-product-edit-form>.form-general-section>#edit-imagesuri-wrapper>.js-form-item>div>table>thead {
    background: none !important;
    font-family: "Gotham";
    font-size: 13px;
}

form#cillular-product-edit-form>.form-general-section>#edit-imagesuri-wrapper>.js-form-item>div>table>tbody>tr>td>.js-form-item>input {
    width: 100% !important;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

/* ---Additional color ----- */

form#cillular-product-edit-form>.form-additionalColor-section {
    background-color: white;
    box-shadow: 0 0 5px#d2cece;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 20px;
}

form#cillular-product-edit-form>.form-additionalColor-section>.form-additionalColor-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 10px;
}

form#cillular-product-edit-form>.form-additionalColor-section>div>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-edit-form>.form-additionalColor-section>div>.js-form-item>select {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-product-edit-form>.form-additionalColor-section>div>.js-form-item>div>table>thead {
    background: none !important;
}

form#cillular-product-edit-form>.form-additionalColor-section>div>.js-form-item>div>table>thead>tr>th>h4 {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-edit-form>.form-additionalColor-section>div>.js-form-item>div>table>tbody>tr>td>div {
    margin-bottom: 10px;
}

form#cillular-product-edit-form>.form-additionalColor-section>div>.js-form-item>div>table>tbody>tr>td>div>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-edit-form>.form-additionalColor-section>div>.js-form-item>div>table>tbody>tr>td>div>input {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-product-edit-form>.form-additionalColor-section>div>.js-form-item>div>table>tbody>tr>td>div>select {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-product-edit-form>.form-additionalColor-section>div>.js-form-item>div>table>tbody>tr>td>div>button {
    width: 160px;
    height: 45px;
    border-radius: 22px;
    background-color: #022b71;
    color: white;
    border: none !important;
}

form#cillular-product-edit-form>.form-additionalColor-section>div>.js-form-item>div>button {
    width: 160px;
    height: 45px;
    border-radius: 22px;
    background-color: #12a0ce;
    color: white;
    border: none !important;
}


/* -----Accessory description ----- */

form#cillular-product-edit-form>.form-accessoryDescription-section {
    background-color: white;
    box-shadow: 0 0 5px#d2cece;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 20px;
}

form#cillular-product-edit-form>.form-accessoryDescription-section>.form-accessoryDescription-section-title {
    color: #000000;
    font-weight: 500;
}

form#cillular-product-edit-form>.form-accessoryDescription-section>.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-product-edit-form>.form-accessoryDescription-section>.flex-wrapper>div {
    width: 30%;
}

form#cillular-product-edit-form>.form-accessoryDescription-section>.flex-wrapper>div>.js-form-item {
    display: grid !important;
}

form#cillular-product-edit-form>.form-accessoryDescription-section>.flex-wrapper>div>.js-form-item>div {
    display: grid !important;
}

form#cillular-product-edit-form>.form-accessoryDescription-section>.flex-wrapper>div>.js-form-item>div>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-edit-form>.form-accessoryDescription-section>.flex-wrapper>div>.js-form-item>div>.form-textarea-wrapper {
    width: 100% !important;
}


/* -----Video url ----- */

form#cillular-product-edit-form>.form-videoURL-section {
    background-color: white;
    box-shadow: 0 0 5px#d2cece;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 20px;
}

form#cillular-product-edit-form>.form-videoURL-section>.form-videoURL-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
}

form#cillular-product-edit-form>.form-videoURL-section>#edit-video-wrapper>.js-form-item>div>table>tbody>tr>td>div>input {
    width: 100% !important;
}


/* -----Compability feature ----- */

form#cillular-product-edit-form>.form-compatibiltyFeatures-section {
    background-color: white;
    box-shadow: 0 0 5px#d2cece;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

form#cillular-product-edit-form>.form-compatibiltyFeatures-section>.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-product-edit-form>.form-compatibiltyFeatures-section>.flex-wrapper>div {
    width: 47%;
}

form#cillular-product-edit-form>.form-compatibiltyFeatures-section>.flex-wrapper>#edit-users-list-wrapper>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-edit-form>.form-compatibiltyFeatures-section>.flex-wrapper>#edit-users-list-wrapper>.js-form-item>select {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-product-edit-form>.form-compatibiltyFeatures-section>.flex-wrapper>.item-list>h3 {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400 !important;
}

form#cillular-product-edit-form>.form-compatibiltyFeatures-section>.flex-wrapper>.item-list>ul {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    overflow: auto !important;
}


/* -----Additional feature----- */

form#cillular-product-edit-form>.form-additionalFeatures-section>.form-additionalFeatures-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 10px;
}

form#cillular-product-edit-form>.form-additionalFeatures-section>div>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400 !important;
}

form#cillular-product-edit-form>.form-additionalFeatures-section>div>.js-form-item>select {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}


/* ---Meta data--- */


form#cillular-product-edit-form>.form-metaData-section>.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-product-edit-form>.form-metaData-section>.flex-wrapper>div {
    width: 47%;
}

form#cillular-product-edit-form>.form-metaData-section>.flex-wrapper>div>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400 !important;
}

form#cillular-product-edit-form>.form-metaData-section>.flex-wrapper>div>.js-form-item>input {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-product-edit-form>.form-metaData-section>.field--type-text-long>div>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400 !important;
    width: 23.5% !important;
}

form#cillular-product-edit-form>.form-metaData-section>.field--type-text-long>div>.js-form-item>.form-textarea-wrapper {
    width: calc(100% - 23.5%);
}


/* -----button----- */

/* ###################################Edit device desc############################################### */

form#cillular-mobile-edit-form {
    background: none !important;
    box-shadow: none !important;
}

form#cillular-mobile-edit-form>.form-general-section {
    background-color: white;
    box-shadow: 0 0 5px#d2cece;
    padding: 1.5rem;
    border-radius: 10px;
}

form#cillular-mobile-edit-form>.form-general-section>.form-general-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 10px;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>.js-form-wrapper {
    width: 47%;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>.js-form-wrapper>.js-form-item>input {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>.js-form-wrapper>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>.js-form-wrapper>div>select {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>#edit-imagesuri-wrapper {
    width: 100%;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>#multi-color-wrapper-main {
    width: 100% !important;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>.multi-color-wrapper-main>#edit-system-color-wrapper>div>.multi-color-wrapper>div>table>thead {
    background: none !important;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>.multi-color-wrapper-main>#edit-system-color-wrapper>div>.multi-color-wrapper>div>table>thead>tr>th>h4 {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>.multi-color-wrapper-main>#edit-system-color-wrapper>div>.multi-color-wrapper>div>table>tbody>tr>td>.js-form-item>input {
    width: 100% !important;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>.multi-color-wrapper-main>#edit-system-color-wrapper>div>.multi-color-wrapper>div>table>tbody>tr>td>div>.js-form-item>input {
    width: 100% !important;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>.multi-color-wrapper-main>#edit-system-color-wrapper>div>.multi-color-wrapper>.clearfix>input {
    width: 180px;
    height: 45px;
    border-radius: 22px;
    background-color: #12a0ce;
    color: white;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>.multi-color-wrapper-main>#edit-retailer-specfic-wrapper>div>.multi-color-wrapper>div>table>thead {
    background: none !important;
    font-family: "Gotham";
    font-size: 13px;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>.multi-color-wrapper-main>#edit-retailer-specfic-wrapper>div>.multi-color-wrapper>div>table>tbody>tr>td>.js-form-item>input {
    width: 100% !important;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>.multi-color-wrapper-main>#edit-retailer-specfic-wrapper>div>.multi-color-wrapper>div>table>tbody>tr>td>div>.js-form-item>input {
    width: 100% !important;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>.multi-color-wrapper-main>#edit-retailer-specfic-wrapper>div>.multi-color-wrapper>.clearfix>input {
    height: 45px;
    border-radius: 22px;
    background-color: #12a0ce;
    color: white;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>#edit-imagesuri-wrapper>.js-form-item>div>table>thead {
    background: none !important;
    font-family: "Gotham";
    font-size: 13px;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>#edit-imagesuri-wrapper>.js-form-item>div>table>tbody>tr>td>.js-form-item>input {
    width: 100% !important;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>#edit-imagesuri-wrapper>.js-form-item>div>button {
    width: 180px;
    height: 45px;
    border-radius: 22px;
    background-color: #12a0ce;
    color: white;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin-top: 30px !important;
    border: none !important;
}

form#cillular-mobile-edit-form>.form-general-section>.flex-wrapper>#edit-imagesuri-wrapper>.js-form-item>div>span {
    font-size: 13px !important;
    margin-top: 30px !important;
}


/* -----Compabilty feature ----- */

form#cillular-mobile-edit-form>.form-general-section>.form-compatibiltyFeatures-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 10px !important;
}

form#cillular-mobile-edit-form>.form-compatibiltyFeatures-section>.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-mobile-edit-form>.form-compatibiltyFeatures-section>.flex-wrapper>.js-form-wrapper {
    width: 47%;
}

form#cillular-mobile-edit-form>.form-compatibiltyFeatures-section>.flex-wrapper>.js-form-wrapper>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-mobile-edit-form>.form-compatibiltyFeatures-section>.flex-wrapper>.js-form-wrapper>div>select {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}


/* -----Accessory description ----- */

form#cillular-mobile-edit-form>.form-accessoryDescription-section {
    background-color: white;
    box-shadow: 0 0 5px#d2cece;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 20px;
}

form#cillular-mobile-edit-form>.form-accessoryDescription-section>.form-accessoryDescription-section-title {
    color: #000000;
    font-weight: 500;
}

form#cillular-mobile-edit-form>.form-accessoryDescription-section>.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-mobile-edit-form>.form-accessoryDescription-section>.flex-wrapper>div {
    width: 30%;
}

form#cillular-mobile-edit-form>.form-accessoryDescription-section>.flex-wrapper>div>.js-form-item {
    display: grid !important;
}

form#cillular-mobile-edit-form>.form-accessoryDescription-section>.flex-wrapper>div>.js-form-item>div {
    display: grid !important;
}

form#cillular-mobile-edit-form>.form-accessoryDescription-section>.flex-wrapper>div>.js-form-item>div>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-mobile-edit-form>.form-accessoryDescription-section>.flex-wrapper>div>.js-form-item>div>.form-textarea-wrapper {
    width: 100% !important;
}


/* -----Additional Feature----- */

form#cillular-mobile-edit-form>.form-additionalFeatures-section>.js-form-wrapper>.js-form-item>div>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-mobile-edit-form>.form-additionalFeatures-section>.js-form-wrapper>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-mobile-edit-form>.form-additionalFeatures-section>.js-form-wrapper>div>select {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}


/* ---Meta data--- */

form#cillular-mobile-edit-form>.form-metaData-section>.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-mobile-edit-form>.form-metaData-section>.flex-wrapper>div {
    width: 47%;
}

form#cillular-mobile-edit-form>.form-metaData-section>.flex-wrapper>div>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400 !important;
}

form#cillular-mobile-edit-form>.form-metaData-section>.flex-wrapper>div>.js-form-item>input {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-mobile-edit-form>.form-metaData-section>.field--type-text-long>div>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400 !important;
    width: 23.5% !important;
}

form#cillular-mobile-edit-form>.form-metaData-section>.field--type-text-long>div>.js-form-item>.form-textarea-wrapper {
    width: calc(100% - 23.5%);
}


/* #################################Order Edit##################################################### */

form#cillular-order-edit-form {
    background: none !important;
    box-shadow: none !important;
}

form#cillular-order-edit-form>.form-customerInformation-section {
    background-color: white;
    box-shadow: 0 0 5px#d2cece;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 20px;
}

form#cillular-order-edit-form>.form-customerInformation-section>.form-customerInformation-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 50px !important;
}

form#cillular-order-edit-form .form-item {
    justify-content: space-between !important;
    align-items: baseline;
}

form#cillular-order-edit-form>.form-customerInformation-section>.flex-wrapper>div>fieldset>.fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
}

form#cillular-order-edit-form>.form-customerInformation-section>.flex-wrapper>div>fieldset>.fieldset-wrapper>div {
    width: 47% !important;
}

form#cillular-order-edit-form>.form-customerInformation-section>.extra-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
}

form#cillular-order-edit-form>.form-customerInformation-section>.extra-flex>div {
    width: 47%;
}

form#cillular-order-edit-form>.form-customerInformation-section>.flex-wrapper>div>fieldset>.fieldset-wrapper>div>select {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    width: 60%;
}

form#cillular-order-edit-form>.form-customerInformation-section>.flex-wrapper>div>fieldset>.fieldset-wrapper>div>input {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    width: 60%;
}

form#cillular-order-edit-form>.form-customerInformation-section>.flex-wrapper>div>fieldset>.fieldset-wrapper>div>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400 !important;
    width: 23.5% !important;
}

form#cillular-order-edit-form>.form-customerInformation-section>.extra-flex>div>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400 !important;
    width: 23.5% !important;
}

form#cillular-order-edit-form>.form-customerInformation-section>.extra-flex>div>.js-form-item>input {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    width: 60%;
}


/* -----General section ------ */

form#cillular-order-edit-form>.form-general-section {
    background-color: white;
    box-shadow: 0 0 5px#d2cece;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 20px;
}

form#cillular-order-edit-form>.form-general-section>.form-general-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 50px;
}

form#cillular-order-edit-form>.form-general-section>.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-order-edit-form>.form-general-section>.flex-wrapper>.js-form-wrapper {
    width: 47%;
}

form#cillular-order-edit-form>.form-general-section>.flex-wrapper>.js-form-wrapper>.js-form-item>input {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    width: 60%;
}

form#cillular-order-edit-form>.form-general-section>.flex-wrapper>.js-form-wrapper>.js-form-item>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
    width: 23.5% !important;
}

form#cillular-order-edit-form>.form-general-section>.flex-wrapper>.js-form-wrapper>div>select {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    width: 60%;
}

form#cillular-order-edit-form>.form-general-section>.flex-wrapper>.js-form-wrapper>h4 {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
    width: 23.5% !important;
}

form#cillular-order-edit-form>.form-general-section>.flex-wrapper>.js-form-wrapper>div>.js-form-item>label {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    width: 60%;
}

form#cillular-order-edit-form>.form-general-section>.flex-wrapper .field--type-timestamp {
    justify-content: space-between;
    align-items: baseline;
}

form#cillular-order-edit-form>.form-general-section>.flex-wrapper .field--type-timestamp .container-inline {
    width: 60% !important;
}

form#cillular-order-edit-form>.form-general-section>.flex-wrapper .field--type-timestamp input {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    width: 100%;
}

form#cillular-order-edit-form>.form-general-section>.flex-wrapper .field--type-timestamp .custom-date {
    width: 100% !important;
}


/* -----Shipping information----- */

form#cillular-order-edit-form .form-shippingInformation-section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 50px;
}

form#cillular-order-edit-form>.form-shippingInformation-section>.flex-wrapper>div>.container-inline>div>input {
    width: 100% !important;
}


/* -----Multi order----- */

form#cillular-order-edit-form>.form-multiOrder {
    background-color: white;
    box-shadow: 0 0 5px#d2cece;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 20px;
}

form#cillular-order-edit-form>.form-multiOrder>#edit-field-multi-orders-wrapper>.js-form-item>div {
    margin-top: 0% !important;
}

form#cillular-order-edit-form>.form-multiOrder>#edit-field-multi-orders-wrapper>.js-form-item>div>table>thead {
    background-color: white !important;
}

form#cillular-order-edit-form>.form-multiOrder>#edit-field-multi-orders-wrapper>.js-form-item>div>table>tbody>tr>td>div {
    margin-bottom: 10px;
}

form#cillular-order-edit-form>.form-multiOrder>#edit-field-multi-orders-wrapper>.js-form-item>div>table>tbody>tr>td>.form-type-search {
    flex-wrap: nowrap !important;
}

form#cillular-order-edit-form>.form-multiOrder>#edit-field-multi-orders-wrapper>.js-form-item>div>table>tbody>tr>td>div>label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-order-edit-form>.form-multiOrder>#edit-field-multi-orders-wrapper>.js-form-item>div>table>tbody>tr>td>div>input {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-order-edit-form>.form-multiOrder>#edit-field-multi-orders-wrapper>.js-form-item>div>table>tbody>tr>td>div>select {
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

form#cillular-order-edit-form>.form-multiOrder>#edit-field-multi-orders-wrapper>.js-form-item>div>table>tbody>tr>td>div>button {
    width: 173px;
    height: 44px;
    border-radius: 25px;
    background-color: #bd2130;
    border: none !important;
    color: white !important;
}

form#cillular-order-edit-form>button {
    width: 160px;
    height: 45px;
    border-radius: 22px;
    background-color: #022b71;
    color: white !important;
    border: none !important;
}

form#cillular-order-edit-form>#edit-actions>a {
    width: 173px;
    height: 44px;
    border-radius: 25px;
}

form#cillular-order-edit-form>#edit-preview {
    width: 173px;
    height: 44px;
    border-radius: 25px;
}

form#cillular-order-edit-form>#edit-back {
    width: 173px;
    height: 44px;
    border-radius: 25px;
}


/* ######################Accessory name UI################################# */

.cillular_product-view>div {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    box-shadow: 0 0 5px#d2cece;
    padding: 1rem;
    border-radius: 10px;
    margin: 15px 20px;
}

.cillular_product-view>div>div {
    min-width: 25%;
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

/* -----Device name ----- */

.cillular_mobile-view>div {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    box-shadow: 0 0 5px#d2cece;
    padding: 1rem;
    border-radius: 10px;
    margin: 15px 20px;
}

.cillular_mobile-view>div>div {
    min-width: 15%;
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}


/*pagination orders page*/

body.admin-content-cillular-order div.pagerer-container {
    display: inline-table;
    border: 0;
    margin: 0.5em 0;
    padding: 0 40px;
    width: 100%;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #fff;
    border-radius: 10px;
}

body.admin-content-cillular-order div.pagerer-container ul {
    margin-bottom: 0;
}

body.admin-content-cillular-order .pager__items a,
body.device-list .pager__items a {
    color: #000;
    font-weight: bold;
    font-size: 21px;
}

body.admin-content-cillular-order input.pagerer-page,
body.device-list input.pagerer-page {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #022b71;
    font-size: 15px;
    line-height: 24px;
    color: #022b71;
    font-weight: 300;
    font-family: "Gotham";
}

td.views-field-status-id a,
td.views-field-field-order-status a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 14px;
    padding: 2px 15px;
    font-size: 10px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Gotham";
    max-width: 145px;
}

/*import pages error*/

form#import-orders-form #free-trial-wrapper .alert.alert-danger:before,
form#import-products-form #free-trial-wrapper .alert.alert-danger:before,
form#import-mobiles-form #free-trial-wrapper .alert.alert-danger:before,
form#import-order-shipping-form #free-trial-wrapper .alert.alert-danger:before {
    display: none;
}

form#import-orders-form #free-trial-wrapper .alert,
form#import-products-form #free-trial-wrapper .alert,
form#import-mobiles-form #free-trial-wrapper .alert,
form#import-order-shipping-form #free-trial-wrapper .alert {
    display: none;
}

form#import-orders-form #free-trial-wrapper div#edit-import-file .messages--error,
form#import-products-form #free-trial-wrapper div#edit-import-file .messages--error,
form#import-mobiles-form #free-trial-wrapper div#edit-import-file .messages--error,
form#import-order-shipping-form #free-trial-wrapper div#edit-import-file .messages--error {
    margin-bottom: 20px;
}

body.admin-content-cillular-order .form-item-mobile-retailer-order-no #edit-mobile-retailer-order-no {
    margin-top: 0rem !important;
}


/*login page alignment*/

body.user-login {
    position: relative;
}

body.user-login main.form-login {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

body.user-login div#block-bootstrap-for-drupal-subtheme-breadcrumbs {
    display: none;
}


/*preview import device*/

body.admin-preview-device-import table#mobiles-preview-table tbody tr::after {
    display: none;
}

body.admin-preview-device-import table#mobiles-preview-table tbody tr td a {
    margin-right: 2px;
}

table#mobiles-preview-table tbody tr td:first-child::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 3px;
    bottom: 1px;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    z-index: 0;
}

form#cillular-mobile-modal-preview-form {
    background: none;
    box-shadow: none;
}


/*acessory import*/

body.admin-preview-accessory-import .page-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
}

form#cillular-product-modal-preview-form {
    background: none !important;
    box-shadow: none !important;
    padding: unset;
}

form#cillular-product-modal-preview-form #edit-actions input {
    width: 160px;
    height: 45px;
    border-radius: 22px;
    background-color: #022b71;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
}

form#cillular-product-modal-preview-form #edit-back {
    display: none;
}

body.admin-preview-accessory-import div.region div.block-system-main-block a[href="/cillular-accessory/add"] {
    width: 192px;
    height: 45px;
    border-radius: 22px;
    background-color: #12a0ce;
    color: white;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Gotham";
    padding: 14px 24px;
    bottom: 57px;
    position: absolute;
    left: 190px;
    text-align: center;
    line-height: 1.5;
}

table#products-preview-table {
    box-shadow: none !important;
}

body.admin-preview-accessory-import .block table#products-preview-table thead {
    height: 59px;
    border-radius: 10px;
    background-color: #12a0ce;
}

table#products-preview-table thead a,
table#products-preview-table th {
    font-size: 12px;
    line-height: 34px;
    color: #000000;
    font-weight: bold;
    font-family: "Gotham";
}

table#products-preview-table thead th:first-child {
    padding-left: 27px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 15px;
}

table#products-preview-table th,
table#products-preview-table td {
    border: none;
}

table#products-preview-table thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 15px;
}

table#products-preview-table tbody tr {
    position: relative;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff !important;
    border: none;
    padding: unset;
    margin: 8px 0;
    border-top: 8px solid #f5f5f8;
    z-index: 1;
}

table#products-preview-table tbody tr td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px !important;
}

table#products-preview-table tbody tr td {
    border-top: 8px solid #f5f5f8;
    padding: 0.5em;
    font-size: 12px;
    line-height: 39px;
    color: #000000;
    font-weight: 400;
    font-family: "Gotham";
}

table#products-preview-table tbody tr td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 9px;
}

table#products-preview-table tbody tr td:first-child::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -4px;
    bottom: 0px;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    z-index: -1;
}

table#products-preview-table tbody tr td:last-child a {
    margin-right: 2px;
}


/*end accessory import*/


/*order status page*/

#edit-status-id label {
    display: block !important;
}

#edit-status-id {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
}

#edit-status-id .form-item-status-id label::before {
    display: none;
}

#edit-status-id .form-item-status-id {
    display: flex;
    flex-wrap: nowrap;
}

fieldset#edit-status-id--wrapper {
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid #0d69ae;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 190px !important;
    height: 45px;
}

fieldset#edit-status-id--wrapper.toggled {
    height: unset;
}

#edit-status-id--wrapper legend {
    position: absolute;
}

#edit-status-id--wrapper legend span {
    margin-top: 0;
    padding: 11px 0;
    color: #0d69ae;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
}

#views-exposed-form-cillular-order-admin-page-1 fieldset#edit-status-id--wrapper .fieldset-wrapper {
    width: 100%;
}

#views-exposed-form-cillular-order-admin-page-1 fieldset#edit-status-id--wrapper .fieldset-wrapper .form-radios {
    display: none;
}

#views-exposed-form-cillular-order-admin-page-1 fieldset#edit-status-id--wrapper .fieldset-wrapper #edit-status-id input {
    width: 23%;
    height: 15px;
    margin-left: 15px;
}

#views-exposed-form-cillular-order-admin-page-1 fieldset#edit-status-id--wrapper .fieldset-wrapper #edit-status-id .js-form-item {
    width: unset;
}

#views-exposed-form-cillular-order-admin-page-1 fieldset#edit-status-id--wrapper .fieldset-wrapper #edit-status-id .js-form-item:first-child {
    margin-top: 50px;
}

#views-exposed-form-cillular-order-admin-page-1 fieldset#edit-status-id--wrapper .fieldset-wrapper .display {
    display: flex;
    font-size: 13px;
    line-height: 15px;
    color: #0d69ae;
    font-weight: 500;
    font-family: "Gotham";
}

#views-exposed-form-cillular-order-admin-page-1 fieldset#edit-status-id--wrapper span.fieldset-legend::after {
    content: url(../image/arrow.png);
    margin-left: 10px;
    position: absolute;
    top: 9px;
}

form#views-exposed-form-cillular-order-admin-page-1 .js-form-item input::-webkit-input-placeholder {
    font-size: 13px;
}

form#views-exposed-form-cillular-order-admin-page-1 .js-form-item input::-moz-placeholder {
    font-size: 13px;
}

form#views-exposed-form-cillular-order-admin-page-1 .js-form-item input:-ms-input-placeholder {
    font-size: 13px;
}

form#views-exposed-form-cillular-order-admin-page-1 .js-form-item input::-ms-input-placeholder {
    font-size: 13px;
}

form#views-exposed-form-cillular-order-admin-page-1 .js-form-item input::placeholder {
    font-size: 13px;
}

#views-exposed-form-cillular-order-admin-page-1 fieldset#edit-status-id--wrapper {
    margin-top: 1em !important;
    margin-right: 13px !important;
}


/* end status order page*/


/*orders page sort icon*/

form#views-form-cillular-order-admin-page-1 table thead a,
form#views-form-cillular-order-admin-page-1 table th {
    position: relative;
}

form#views-form-cillular-order-admin-page-1 table.views-table #view-shippin-information-last-name-table-column a::before {
    content: "";
    background-image: url(../image/sort.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
}

form#views-form-cillular-order-admin-page-1 table.views-table #view-status-id-table-column a::before {
    content: "";
    background-image: url(../image/sort.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
}

form#views-form-cillular-order-admin-page-1 table.views-table #view-sku-table-column a::before {
    content: "";
    background-image: url(../image/sort.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
}

form#views-form-cillular-order-admin-page-1 table.views-table #view-upc-table-column a::before {
    content: "";
    background-image: url(../image/sort.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
}

form#views-form-cillular-order-admin-page-1 table.views-table #view-order-date-time-table-column a::before {
    content: "";
    background-image: url(../image/sort.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
}

form#views-form-cillular-order-admin-page-1 span.tablesort.tablesort--desc {
    position: absolute;
    background: none;
}

form#views-form-cillular-order-admin-page-1 .tablesort--asc {
    position: absolute;
    background: none;
}


/*end orders page sort icon*/


/* orders page */

form#views-exposed-form-cillular-order-admin-page-1 .js-form-item input::-webkit-input-placeholder {
    font-size: 13px;
}

form#views-exposed-form-cillular-order-admin-page-1 .js-form-item input::-moz-placeholder {
    font-size: 13px;
}

form#views-exposed-form-cillular-order-admin-page-1 .js-form-item input:-ms-input-placeholder {
    font-size: 13px;
}

form#views-exposed-form-cillular-order-admin-page-1 .js-form-item input::-ms-input-placeholder {
    font-size: 13px;
}

form#views-exposed-form-cillular-order-admin-page-1 .js-form-item input::placeholder {
    font-size: 13px;
}

@media screen and (max-width: 1600px) {
    fieldset#edit-status-id--wrapper {
        height: 35px;
    }
    #edit-status-id--wrapper legend span {
        padding: 8px 0;
    }
}

@media screen and (min-width: 1600px) {
    fieldset#edit-status-id--wrapper {
        height: 45px;
    }
}

form#views-exposed-form-cillular-order-admin-page-1 div.form--inline {
    position: absolute;
    right: 225px;
}

form#views-exposed-form-cillular-order-admin-page-1 fieldset#edit-status-id--wrapper {
    position: relative;
    z-index: 2;
}

form#views-form-cillular-order-admin-page-1 {
    margin-top: 80px;
}

body.admin-content-cillular-order hr {
    display: none;
}


/* end orders page */

body.admin-preview-orders-import .import-orders a {
    width: 192px;
    height: 45px;
    border-radius: 22px;
    background-color: #12a0ce;
    color: white;
    border: none;
}


/* Preview order import */

body.admin-preview-orders-import .page-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
}

form#cillular-order-modal-preview-form {
    background: none !important;
    box-shadow: none !important;
    padding: unset;
}

form#cillular-order-modal-preview-form #edit-actions input {
    width: 160px;
    height: 45px;
    border-radius: 22px;
    background-color: #022b71;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    text-transform: uppercase;
}

table#orders-preview-table {
    box-shadow: none !important;
}

table#orders-preview-table thead {
    height: 59px;
    border-radius: 10px;
    background-color: #12a0ce;
}

table#orders-preview-table thead a,
table#orders-preview-table th {
    font-size: 12px;
    line-height: 34px;
    color: #000000;
    font-weight: bold;
    font-family: "Gotham";
    text-align: center;
}

table#orders-preview-table thead th:first-child {
    padding-left: 27px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 15px;
}

table#orders-preview-table th,
table#orders-preview-table td {
    border: none;
}

table#orders-preview-table thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 15px;
}

table#orders-preview-table tbody tr {
    position: relative;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff !important;
    border: none;
    padding: unset;
    margin: 8px 0;
    border-top: 9px solid #f5f5f8;
    z-index: 2;
}

table#orders-preview-table tbody tr td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px !important;
}

table#orders-preview-table tbody tr td {
    border-top: 8px solid #f5f5f8;
    padding: 0.5em;
    font-size: 12px;
    line-height: 39px;
    color: #000000;
    font-weight: 400;
    font-family: "Gotham";
    text-align: center;
}

table#orders-preview-table tbody tr td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

table#orders-preview-table tbody tr td:last-child a {
    margin-right: 2px;
}

table#orders-preview-table tbody tr td:first-child::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -5px;
    bottom: 1px;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    z-index: -1;
}

table#orders-preview-table tbody tr td.missing,
table#orders-preview-table tbody tr td.duplicated {
  color: red;
}

body.admin-preview-orders-import div.region div.block-system-main-block a[href="/cillular-order/add"] {
    width: 192px;
    height: 45px;
    border-radius: 22px;
    background-color: #12a0ce;
    color: white;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Gotham";
    padding: 14px 24px;
    bottom: 57px;
    position: absolute;
    left: 190px;
    text-align: center;
    line-height: 1.5;
}


/*Add new accessory fixes*/

form#cillular-product-form table#imagesuri-values {
    display: flex;
    flex-wrap: nowrap;
}

form#cillular-product-form table#imagesuri-values thead {
    display: flex;
    align-items: center;
    width: 47%;
}

form#cillular-product-form .form-general-section div#edit-imagesuri-wrapper .js-form-item {
    margin-top: unset;
}

form#cillular-product-form .form-general-section div#edit-imagesuri-wrapper .table-responsive-lg {
    margin-top: unset;
}

form#cillular-product-form #edit-imagesuri-wrapper span {
    display: none;
}

form#cillular-product-form table#imagesuri-values thead tr th {
    border-bottom: none;
    border-top: none;
}

form#cillular-product-form table#imagesuri-values tbody tr td {
    border-top: none;
}

form#cillular-product-form table#imagesuri-values tbody tr td .form-item-imagesuri-1-value {
    margin-bottom: 10px;
}

form#cillular-product-form table#imagesuri-values tbody tr td a {
    display: none;
}


#cillular-product-form table#imagesuri-values tr:first-child+tr {
    display: unset;
}

#cillular-product-form table#imagesuri-values thead tr th {
    padding: unset;
}

#cillular-product-form table#imagesuri-values thead tr th h4 {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

#cillular-product-form table#imagesuri-values tbody tr td {
    padding: unset;
}

form#cillular-product-form .form-general-section div#edit-imagesuri-wrapper .table-responsive-lg {
    margin-top: 10px !important;
}



/* ################Video url fixes for accessory################ */

form#cillular-product-form .form-videoURL-section table#video-values thead tr {
    display: none;
}

form#cillular-product-form .form-videoURL-section table#video-values tbody tr td {
    border-top: unset;
}

form#cillular-product-form .form-videoURL-section table#video-values tbody tr td.field-multiple-drag {
    display: none;
}

form#cillular-product-form .form-videoURL-section table#video-values tbody tr td.tabledrag-handle a {
    display: none;
}

form#cillular-product-form .form-videoURL-section .form-videoURL-section-title {
    margin-bottom: unset;
}

form#cillular-product-form .form-general-section div#edit-imagesuri-wrapper .table-responsive-lg {
    margin-top: unset;
}


/* #####################Multi color fixes########################### */

form#cillular-product-form .form-additionalColor-section table#field-multi-colors-values thead {
    display: none !important;
}

form#cillular-product-form .form-additionalColor-section table#field-multi-colors-values tbody tr td.field-multiple-drag {
    display: none;
}

form#cillular-product-form .form-additionalColor-section table#field-multi-colors-values tbody tr td {
    border-top: none;
}

form#cillular-product-form .form-additionalColor-section div#edit-field-multi-colors-wrapper .js-form-item div button {
    width: 160px;
    height: 45px;
    border-radius: 22px;
    background-color: #022b71;
    color: white;
    border: none;
}

form#cillular-product-form .form-additionalColor-section table#field-multi-colors-values tbody tr td div button {
    width: 160px;
    height: 45px;
    border-radius: 22px;
    background-color: #12a0ce !important;
    color: white;
    border: none;
    margin-left: -10px;
}

form#cillular-product-form .cke_bottom {
    padding: unset;
}


/* ############################Compabality feature###################################### */

form#cillular-product-form div.form-compatibiltyFeatures-section .elements-wrapper {
    display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 18px;
    -moz-column-gap: 18px;
         column-gap: 18px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

form#cillular-product-form div.form-compatibiltyFeatures-section .elements-wrapper .form-wrapper {
    display: block;
    width: 24%;
}

form#cillular-product-form div.form-compatibiltyFeatures-section .elements-wrapper .form-wrapper .js-form-item {
    display: block;
}

form#cillular-product-form div.form-compatibiltyFeatures-section .elements-wrapper .form-wrapper .js-form-item label {
    font-size: 13px;
    line-height: 24px;
    color: #12a0ce;
    font-family: "Gotham";
    width: 100%;
    margin-bottom: 5px;
}

form#cillular-product-form div.form-compatibiltyFeatures-section .elements-wrapper .form-wrapper .js-form-item select {
    width: 100%;
}


/*Additional features fixes*/

form#cillular-product-form .form-additionalFeatures-section.form-section .elements-wrapper>div>.js-form-item {
    width: 328px;
    margin-right: 50px;
}


/* css fises of import preview*/

table#products-preview-table tbody tr td:not(:first-child) {
    text-align: center;
}

table#products-preview-table thead tr th:not(:first-child) {
    text-align: center;
}


/* Order page fixes */

body.admin-content-cillular-order form#views-form-cillular-order-admin-page-1 input#edit-submit {
    display: none;
}

body.admin-content-cillular-order .page-title {
    position: absolute;
}


/*import accessories*/

form#import-orders-form .imports-products-options-form .product-list-export-products,
form#import-products-form .imports-products-options-form .product-list-export-products,
form#import-mobiles-form .imports-products-options-form .product-list-export-products,
form#import-order-shipping-form .imports-products-options-form .product-list-export-products {
    background: #022b71;
    padding: 10px 7px;
    text-align: center;
    cursor: pointer;
    width: 218px;
    border-radius: 22px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    position: relative;
    z-index: 2;
    font-size: 13px;
    height: 45px;
    margin-top: 4px;
}

form#import-orders-form .product-list-export-products-wrapper,
form#import-products-form .product-list-export-products-wrapper,
form#import-mobiles-form .product-list-export-products-wrapper,
form#import-order-shipping-form .product-list-export-products-wrapper {
    margin-left: 25px;
}

form#import-orders-form .imports-products-options-form .product-list-export-options ul,
form#import-products-form .imports-products-options-form .product-list-export-options ul,
form#import-mobiles-form .imports-products-options-form .product-list-export-options ul,
form#import-order-shipping-form .imports-products-options-form .product-list-export-options ul {
    position: absolute;
    background: #022b71 !important;
    margin-top: -18px;
    border: none;
    box-shadow: none;
    z-index: 1;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    width: 100%;
    list-style: none;
    padding-left: 0;
    text-align: center;
}

form#import-orders-form .imports-products-options-form .product-list-export-options ul::before,
form#import-products-form .imports-products-options-form .product-list-export-options ul::before,
form#import-mobiles-form .imports-products-options-form .product-list-export-options ul::before,
form#import-order-shipping-form .imports-products-options-form .product-list-export-options ul::before {
    position: absolute;
    content: "";
    left: 25px;
    right: 25px;
    height: 1px;
    background: #fff;
    top: 18px;
}

form#import-orders-form .imports-products-options-form .product-list-export-options ul a,
form#import-products-form .imports-products-options-form .product-list-export-options ul a,
form#import-mobiles-form .imports-products-options-form .product-list-export-options ul a,
form#import-order-shipping-form .imports-products-options-form .product-list-export-options ul a {
    background: none;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    padding: 0 25px;
}

form#import-orders-form .imports-products-options-form .product-list-export-options,
form#import-products-form .imports-products-options-form .product-list-export-options,
form#import-mobiles-form .imports-products-options-form .product-list-export-options,
form#import-order-shipping-form .imports-products-options-form .product-list-export-options {
    position: relative;
}

.product-list-export-products-wrapper.clicked .product-list-export-options.hidden {
    display: block;
}

form#import-orders-form .imports-products-options-form .product-list-export-products svg,
form#import-products-form .imports-products-options-form .product-list-export-products svg,
form#import-mobiles-form .imports-products-options-form .product-list-export-products svg,
form#import-order-shipping-form .imports-products-options-form .product-list-export-products svg {
    margin-left: 20px;
}

form#import-order-shipping-form .imports-products-options-form .product-list-export-products {
    width: 262px;
}

div.import-orders.button.button--primary a {
    width: 184px;
    height: 45px;
    border-radius: 22px;
    background-color: #21a0ce;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    display: inline-block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 58px;
    left: 198px;
}

@media (min-width: 1200px) and (max-width: 1800px) {
    form#cillular-product-form .form-additionalFeatures-section.form-section .elements-wrapper>div>.js-form-item {
        width: 300px;
        margin-right: 25px;
    }
}

form#cillular-product-form table#field-multi-colors-values tbody .draggable.odd>td>div {
    width: 47%;
}

form#cillular-product-form table#field-multi-colors-values tbody .draggable.odd {
    flex-wrap: wrap;
    justify-content: space-between;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

form#cillular-product-form table#field-multi-colors-values tbody .draggable.odd>td {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-product-form .form-additionalColor-section div#edit-field-multi-colors-wrapper button[data-id="1"] {
    position: absolute;
    bottom: 24px;
    left: 190px;
}

form#cillular-product-form table#field-multi-colors-values tbody .draggable>td {
    overflow: unset;
}

form#cillular-product-form table#field-multi-colors-values tbody .draggable.odd>td {
    overflow: unset;
}

form#cillular-product-form table#field-multi-colors-values tbody .draggable.odd>td,
form#cillular-product-form table#field-multi-colors-values tbody .draggable.even>td {
    overflow: unset;
}

form#cillular-product-form table#field-multi-colors-values tbody .draggable>td>div.custom-control:last-child {
    position: unset;
}


/* Video URL fixes */

form#cillular-product-form .form-videoURL-section table#video-values tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

form#cillular-product-form .form-videoURL-section table#video-values tbody tr {
    width: 50%;
}

form#cillular-product-form .form-videoURL-section table#video-values tbody tr td .js-form-item input {
    width: 100%;
}

form#cillular-product-form .form-videoURL-section button.add.more {
    margin-top: 35px;
    margin-left: 10px;
    width: 150px;
    height: 45px;
}
/*Export accessory UI fixes*/

body.accessory-list .ui-dialog-content details.js-form-wrapper {
    color: transparent;
    /* margin-top: 100px; */
}

body.accessory-list details.js-form-wrapper label.custom-control-label span.retailer-field-name {
    margin-left: 248px;
}

body.accessory-list details.js-form-wrapper label.custom-control-label span.select-all-name {
    position: absolute;
    right: -210px
}

body.accessory-list .use-this-wrapper label {
    margin: 0px 2.5rem 0px 2.5rem;
    font-size: 16.5px;
    line-height: 24px;
    color: #000000;
    font-family: "Gotham";
    font-weight: 500 !important;
}

body.accessory-list .use-this-wrapper label::before {
    margin-top: 1px;
}

body.accessory-list .use-this-wrapper label::after {
    margin-top: 1px;
}

body.accessory-list .use-this-wrapper div.description {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-family: "Gotham";
    margin-left: 2.2rem;
    font-weight: 500;
}

body.accessory-list .ui-dialog-content .preview-rename {
    /* position: absolute; */
    /* top: 2px; */
    margin: 0 0 0 0.9rem;
    font-size: 16.5px;
    line-height: 24px;
    color: #000000;
    font-family: "Gotham";
    font-weight: 500;
}



form#views-form-cillular-order-admin-page-1 .views-field-operations .dropbutton-wrapper .dropbutton-widget {
    padding-right: unset;
    background: none;
}

form#views-form-cillular-order-admin-page-1 table thead a,
form#views-form-cillular-order-admin-page-1 table th:not(:first-child) {
    text-align: center;
}

form#views-form-cillular-order-admin-page-1 table tbody tr td.views-field:not(:first-child) {
    text-align: center;
}

form#views-form-cillular-order-admin-page-1 .views-field-operations .dropbutton-wrapper {
    display: flex;
    justify-content: center;
}

body.admin-content-cillular-order form.views-exposed-form .form--inline #edit-actions {
    display: none;
}


/*Orde fixes*/

form#views-form-cillular-order-admin-page-1 table.views-table thead tr th:first-child {
    width: 0;
    text-align: right;
}

form#views-form-cillular-order-admin-page-1 table.views-table thead tr th:nth-child(2) {
    text-align: left;
}

form#views-form-cillular-order-admin-page-1 table.views-table tbody tr td:nth-child(2) {
    text-align: left;
}


/* Footer center */

.align-footer {
    width: 95% !important;
    float: right !important;
}

.footer-copyright {
    width: 83.5%;
    float: right;
}

body.cillular-accessory-add form.cillular-product-form .form-general-section .field--type-datetime h4 {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400 !important;
}

body.cillular-accessory-add form.cillular-product-form .form-general-section .field--type-datetime .container-inline input {
    width: 100% !important;
}

div.import-products.button.button--primary a {
    width: 184px;
    height: 45px;
    border-radius: 22px;
    background-color: #21a0ce;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    display: inline-block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 58px;
    left: 198px;
}

form#cillular-product-form .form-compatibiltyFeatures-section .available-selected-wrapper .selected-devices-wrapper ul {
    height: 305px;
}

form#cillular-product-form select#edit-system-color {
    background: none !important;
}

form#cillular-product-form .form-additionalFeatures-section.form-section select.custom-select {
    background: none !important;
}

form#cillular-product-form table#imagesuri-values tbody tr td.field-multiple-drag {
    display: none;
}


form#cillular-product-form table#imagesuri-values tbody tr label {
    position: relative !important;
}


form#cillular-product-form table#imagesuri-values thead {
    display: none;
}

form#cillular-product-form div#edit-imagesuri-wrapper {
    width: 100%;
}



form#cillular-product-form table#imagesuri-values tbody {
    width: 100%;
}

form#cillular-product-form div#edit-imagesuri-wrapper>div.js-form-item {
    display: block;
}

form#cillular-product-form .form-general-section div#edit-imagesuri-wrapper .table-responsive-lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

form#cillular-product-form .form-item {
    align-items: center;
}


table.ui-datepicker-calendar tr {
    height: unset;
}

form#cillular-product-form select[multiple="multiple"].custom-select {
    background: none !important;
}

form#cillular-product-form div#edit-video-wrapper #video-values label {
    position: relative !important;
}

form#cillular-product-form div#edit-video-wrapper #video-values td input {
    width: 60%;
}

form#cillular-product-form div#edit-video-wrapper #video-values td label {
    width: 38%;
    height: unset;
}

form#cillular-product-form div#edit-video-wrapper #video-values td .js-form-item {
    align-items: center;
}

body.cillular-accessory-add .form-compatibiltyFeatures-section .elements-wrapper .js-form-item select {
    height: 59px !important;
}

form#cillular-product-form .form-additionalFeatures-section.form-section .js-form-item select option {
    padding: 16px;
}

form#cillular-product-form .form-additionalFeatures-section.form-section .elements-wrapper>.form-wrapper select {
    padding: 0;
}

form#cillular-product-form table#field-multi-colors-values label {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

form#cillular-product-form .form-additionalFeatures-section,
form#cillular-product-form .form-metaData-section {
    box-shadow: none;
}

form#cillular-product-form select::-webkit-scrollbar {
    max-width: 5px !important;
}



body.admin-content-cillular-order .views-element-container {
    position: relative;
}

form#cillular-product-form .form-additionalFeatures-section,
form#cillular-product-form .form-metaData-section {
    margin-top: 0;
}

form#cillular-product-form .form-accessoryDescription-section.form-section label {
    width: 100% !important;
}

form#cillular-product-form .form-metaData-section label {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

form#cillular-product-form select::-webkit-scrollbar-thumb {
    background-color: #12a0ce;
}

form#cillular-product-form .form-metaData-section div#edit-meta-description-wrapper .form-textarea-wrapper .cke_inner {
    max-height: 200px;
}

form#views-form-cillular-order-admin-page-1 .order-list-export-orders svg {
    margin-left: 5px;
}

body.cillular-accessory-add .form-general-section .container-inline .js-form-item label {
    display: none !important;
}

#cillular-product-form #field-multi-colors-values thead {
    display: none !important;
}

form#cillular-product-form table#field-multi-colors-values tbody td.field-multiple-drag {
    display: none !important;
}

#cillular-product-form #field-multi-colors-values tbody tr td {
    border-top: none;
}

form#cillular-product-form table#field-multi-colors-values tbody tr {
    margin-top: 0;
    margin-bottom: 22px;
}

form#cillular-product-form table#field-multi-colors-values tbody .draggable.odd[style="display: table-row;"] {
    display: block !important;
}

form#cillular-product-form table#field-multi-colors-values tbody tr {
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    margin-bottom: 22px;
    padding: 22px 32px;
    position: relative;
}

form#cillular-product-form .form-additionalColor-section-title.section-title {
    margin-bottom: 40px;
    margin-top: 15px;
}

form#cillular-product-form table#field-multi-colors-values .collapsed.toggleMultiColor {
    background: #fff url(../image/select-arrow-down.png) right no-repeat !important;
    background-size: cover;
    z-index: 999;
    display: block;
    position: relative;
    width: 20px !important;
    color: transparent;
    position: absolute;
    top: 25px;
    right: 40px;
    z-index: 1;
    cursor: pointer;
}

form#cillular-product-form .available-selected-wrapper {
    position: relative;
}

form#cillular-product-form #edit-field-multi-colors-wrapper .table-responsive-lg {
    width: 100%;
}

form#cillular-product-form #edit-field-multi-colors-wrapper table#field-multi-colors-values tbody tr .color-info {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-form table#field-multi-colors-values tbody tr.draggable.odd .color-info {
    width: 48%;
}

form#cillular-product-form table#field-multi-colors-values tbody tr td .multiOrderRemoveButton {
    width: 150px;
    height: 45px;
    border-radius: 22px;
    background-color: #f8f8f8;
    border: 1px solid #777878;
    color: black;
    margin-top: 35px;
    outline: none;
    font-weight: 500;
}

form#cillular-product-form #edit-field-multi-colors-wrapper table#field-multi-colors-values tbody tr .color-info div {
    width: 33%;
    padding-right: 20px;
    word-break: break-all;
}

form#cillular-product-form table#field-multi-colors-values tbody tr td div {
    display: flex;
    justify-content: space-between;
}


/*Add new device */

body.cillular-device-add .form-accessoryDescription-section .form-textarea-wrapper .cke_top {
    background: #12a0ce;
}

body.cillular-device-add .form-accessoryDescription-section .form-textarea-wrapper .cke_bottom {
    display: none;
}

body.cillular-device-add .form-compatibiltyFeatures-section .flex-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    justify-content: space-between;
}

body.cillular-device-add .form-compatibiltyFeatures-section .flex-container div {
    width: 24%;
}

body.cillular-device-add .form-compatibiltyFeatures-section .flex-container div .js-form-item {
    display: block !important;
}

body.cillular-device-add .form-compatibiltyFeatures-section .flex-container div .js-form-item label {
    width: 100% !important;
    font-size: 13px;
    line-height: 24px;
    color: #12a0ce;
    font-family: "Gotham";
    margin-bottom: 5px;
    font-weight: 400;
}

body.cillular-device-add .form-compatibiltyFeatures-section .flex-container div .js-form-item select {
    width: 100% !important;
    height: 59px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
}

body.cillular-device-add .form-metaData-section .form-textarea-wrapper .cke_top {
    background: #12a0ce;
}

body.cillular-device-add .form-metaData-section .form-textarea-wrapper .cke_bottom {
    display: none;
}

body.cillular-device-add .form-metaData-section .form-textarea-wrapper .cke_inner {
    border: 2px solid #12a0ce;
    border-radius: 10px;
    overflow: hidden;
    height: 170px;
}

body.cillular-device-add .form-metaData-section .form-textarea-wrapper .cke_chrome {
    border: none;
}


/* order multi color*/

form#cillular-order-form .form-multiOrder table {
    position: relative;
}

form#cillular-order-form .form-multiOrder table thead {
    background: white;
}

form#cillular-order-form .form-multiOrder table thead tr th {
    border: none;
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 50px;
    padding: 1.5rem;
}

form#cillular-order-form .form-multiOrder table tbody tr {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 0 5px#d2cece;
}

#cillular-order-form #field-multi-orders-values tbody tr[style='display: table-row;'] {
    display: table !important;
}

form#cillular-order-form .form-multiOrder table tbody tr td {
    border-top: none;
}

form#cillular-order-form .form-multiOrder table tbody tr .field-multiple-drag {
    display: none;
}

form#cillular-order-form .form-multiOrder table tbody tr td {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.5rem 1.5rem 1.5rem;
}

form#cillular-order-form .form-multiOrder table tbody tr td div {
    width: 47%;
    margin-bottom: 1em;
    margin-top: unset;
    display: flex;
    align-items: center;
}

form#cillular-order-form .form-multiOrder table tbody tr td div label {
    width: 30%;
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-order-form .form-multiOrder table tbody tr td div input {
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    width: 70%;
    height: 59px;
}

form#cillular-order-form .form-multiOrder table tbody tr td div select {
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    width: 70%;
    height: 59px;
}

form#cillular-order-form .toggleMultiColor {
    background: #fff url(../image/select-arrow-down.png) right no-repeat !important;
    background-size: cover;
    z-index: 999;
    display: block;
    position: relative;
    width: 20px !important;
    color: transparent;
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 1;
    cursor: pointer;
}

form#cillular-order-form .form-multiOrder .table-responsive-lg {
    border-radius: 10px;
    overflow: unset;
    margin-top: unset !important;
}

form#cillular-order-form .form-multiOrder table tbody tr td div:nth-child(12) input {
    padding: 0 0 0 10px;
    width: 70% !important;
    box-sizing: border-box;
}

form#cillular-order-form .form-multiOrder table tbody tr td div button {
    position: absolute;
    right: -112%;
    width: 150px;
    height: 45px;
    border-radius: 22px;
    background-color: #e43213;
    color: white;
    font-size: 13px;
    outline: none;
    top: 155%;
    border: none;
    font-weight: 500;
}

form#cillular-order-form .form-multiOrder table tbody tr .color-info {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "Gotham";
    font-weight: 400;
    width: 50%;
    padding-left: 1.5rem;
    padding-bottom: 20px;
    padding-top: 20px;
}

form#cillular-order-form .form-multiOrder table tbody tr .color-info div {
    width: 33%;
    padding-right: 20px;
    word-break: break-all;
}

form#cillular-order-form .form-multiOrder table tbody tr .color-info.hidden {
    display: none;
}

form#cillular-order-form .form-multiOrder table tbody tr td.hidden {
    display: none;
}

form#cillular-order-form .form-shippingInformation-section .container-inline .js-form-item {
    margin-top: unset;
}


/***********************************new mapping*****************************/

form#cillular-product-mapped-headers .details-wrapper .js-form-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid #e6e6e6;
}

form#cillular-product-mapped-headers .details-wrapper .js-form-item label {
    width: 30%;
}

form#cillular-product-mapped-headers .details-wrapper .js-form-item input {
    width: 60%;
    border: none;
}

form#cillular-product-mapped-headers {
    background: none;
    border-radius: 10px;
    box-shadow: none;
}

form#cillular-product-mapped-headers .vertical-tabs {
    border: none;
    margin: 0;
}

form#cillular-product-mapped-headers .details-wrapper .js-form-item label {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-mapped-headers .details-wrapper .js-form-item input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: #b9b9b9;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-mapped-headers .details-wrapper .js-form-item input::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: #b9b9b9;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-mapped-headers .details-wrapper .js-form-item input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: #b9b9b9;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-mapped-headers .details-wrapper .js-form-item input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 24px;
    color: #b9b9b9;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-mapped-headers .details-wrapper .js-form-item input::placeholder {
    font-size: 18px;
    line-height: 24px;
    color: #b9b9b9;
    font-family: "Gotham";
    font-weight: 400;
}

form#cillular-product-mapped-headers .details-wrapper .js-form-item label::before {
    content: url(../image/arowsss.png);
    top: 31%;
    position: absolute;
    left: 105%;
    border: none;
}

form#cillular-product-mapped-headers #edit-description {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "Gotham";
    font-weight: 400;
    margin-top: 45px;
}

form#cillular-product-mapped-headers {
    position: relative;
}

form#cillular-product-mapped-headers span.hideUnhide-mapped-headers {
    position: absolute;
    top: 0;
    right: 24px;
    background: #022b71;
    padding: 10px 7px;
    text-align: center;
    cursor: pointer;
    width: 218px;
    border-radius: 22px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    z-index: 2;
    font-size: 13px;
    height: 45px;
    background: #022b71 url(../image/dropdown-down-white.png) right no-repeat !important;
    background-size: 12px !important;
    background-position-x: 90% !important;
}

form#cillular-product-mapped-headers .custom-control {
    position: unset;
}

form#cillular-product-mapped-headers ul.vertical-tabs__menu {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
}

form#cillular-product-mapped-headers .accessory-mapped-header.button--primary.button.clicked ul.vertical-tabs__menu {
    display: block;
}

form#cillular-product-mapped-headers .accessory-mapped-header.button--primary.button {
    margin-left: 0;
    margin-right: 0;
}

form#cillular-product-mapped-headers .details-wrapper {
    margin: 0;
    padding: 0;
}

form#cillular-product-mapped-headers details#json-details {
    padding-left: 0;
    max-height: 561px;
    overflow: scroll;
}

form#cillular-product-mapped-headers details#json-details::-webkit-scrollbar-thumb {
    height: 70%;
}

form#cillular-product-mapped-headers .profile-mapping-link-wrapper a {
    width: 170px;
    height: 43px;
    background-color: #f8f8f8;
    border: 2px solid #022b71;
    font-size: 15px;
    line-height: 24px;
    color: #022b71;
    font-weight: 500;
    font-family: "Gotham";
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

form#cillular-product-mapped-headers .profile-mapping-link-wrapper a.mapping {
    background-color: #022b71;
    color: #fff;
}

main.accessory-mapped-headers div.block-local-tasks-block {
    display: none;
}

main.accessory-mapped-headers h1.page-title {
    display: none;
}

form#cillular-product-mapped-headers {
    padding-top: 0;
}

main.accessory-mapped-headers #page-content {
    padding-top: 0 !important;
}

form#cillular-product-mapped-headers ul.vertical-tabs__menu {
    background: #022b71 !important;
    margin-top: -18px;
    border: none;
    box-shadow: none;
    z-index: 1;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    width: 218px;
    list-style: none;
    padding-left: 0;
    text-align: center;
    right: 24px;
}

form#cillular-product-mapped-headers ul.vertical-tabs__menu li {
    background: none;
    border: none;
}

form#cillular-product-mapped-headers ul.vertical-tabs__menu li a,
form#cillular-product-mapped-headers ul.vertical-tabs__menu li a strong {
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400d;
    font-family: "Gotham";
    padding: 0 25px;
}

form#cillular-product-mapped-headers ul.vertical-tabs__menu li a:hover,
form#cillular-product-mapped-headers ul.vertical-tabs__menu li a:focus {
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
}

form#cillular-product-mapped-headers ul.vertical-tabs__menu::before {
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    z-index: 999;
    display: block;
    margin: auto;
    margin-top: -6px;
    margin-bottom: 10px;
}

form#cillular-product-mapped-headers .top-level-field-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #12a0ce;
    border: 2px solid #12a0ce;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-family: "Gotham";
    font-weight: 600;
    min-height: 61px;
}

form#cillular-product-mapped-headers .top-level-field-wrapper .cixci-field {
    width: 30%;
}

form#cillular-product-mapped-headers .top-level-field-wrapper .retailer-field {
    width: 60%;
}

form#cillular-product-mapped-headers .top-level-field-wrapper {
    display: none;
}

form#cillular-product-mapped-headers .top-level-field-wrapper:nth-child(1) {
    display: flex;
}

form#cillular-order-form .form-general-section .flex-container #edit-order-date-time-wrapper {
    align-items: baseline;
}

form#cillular-order-form .form-shippingInformation-section .flex-container #edit-shipped-date-wrapper {
    align-items: baseline;
}

form#cillular-order-form .form-general-section #edit-order-date-time-wrapper .container-inline .js-form-item:first-child {
    margin-top: unset;
}


/*newwwwwww trak order*/

.order-track-model {
    font-family: 'Gotham';
}

body.path-cillular-order .ui-dialog {
    padding: 50px;
}

body.path-cillular-order .ui-dialog button.ui-dialog-titlebar-close:after {
    color: #000;
    left: unset;
    top: unset;
}

body.path-cillular-order .ui-dialog button.ui-dialog-titlebar-close {
    background: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 100%;
    width: 24px;
    height: 24px;
}

body.path-cillular-order .ui-dialog button.ui-dialog-titlebar-close:focus,
body.path-cillular-order .ui-dialog button.ui-dialog-titlebar-close:active {
    outline: none !important;
}

body.path-cillular-order .ui-widget-overlay {
    background: #040505;
    opacity: 75%;
}

body.path-cillular-order .ui-dialog .ui-dialog-title {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    font-family: "Gotham";
}

body.path-cillular-order .ui-dialog .ui-dialog-titlebar {
    background: none;
    color: #000;
    border: none;
}

body.path-cillular-order .ui-dialog .order-track-model .item {
    width: 179px;
    /* height: 2px;
background-color: #12a0ce; */
    display: inline-block;
    margin: 0 10px;
    position: relative;
    border-top: 2px solid #b2b2b1;
}

body.path-cillular-order .ui-dialog .order-track-model .item.success,
body.path-cillular-order .ui-dialog .order-track-model .item.active {
    border-top: 2px solid #12a0ce;
}

body.path-cillular-order .ui-dialog .order-track-model .item.success:nth-child(1)::before {
    content: '';
    position: absolute;
    left: -14px;
    top: -4px;
    bottom: 0;
    width: 9px;
    height: 9px;
    border-radius: 4px;
    background-color: #12a0ce;
}

body.path-cillular-order .ui-dialog .order-track-model .item.success::after,
body.path-cillular-order .ui-dialog .order-track-model .item.active::after {
    content: '';
    position: absolute;
    right: -14px;
    top: -4px;
    bottom: 0;
    width: 9px;
    height: 9px;
    border-radius: 4px;
    background-color: #12a0ce;
}

body.path-cillular-order .order-track-model div.shipping-career,
body.path-cillular-order .order-track-model div.order-number {
    margin-bottom: 15px;
}

body.path-cillular-order .ui-dialog .ui-widget-header {
    border: none;
}

body.path-cillular-order .ui-dialog .order-track-model .item {
    margin-bottom: 50px;
}

body.path-cillular-order .order-track-model .item .title {
    margin-top: 15px;
    color: #4a4b4b;
    font-family: "Gotham";
    font-weight: 400;
}

body.path-cillular-order .ui-dialog.ui-front {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.order-track-model .bar-section-wrapper {
    display: flex;
    align-items: flex-start;
    padding-top: 15px;
    padding-left: 8px;
}

.order-track-model div.order-number .label,
.order-track-model div.shipping-career .label {
    line-height: 24px;
    color: #4a4b4b;
    font-family: "Gotham";
    font-weight: 500;
}

.order-track-model div.order-number,
.order-track-model div.shipping-career {
    color: #949c9c;
    font-weight: 500;
}

body.path-cillular-order .ui-dialog .order-track-model .item .date-wrapper {
    font-weight: 400;
    color: #949c9c;
}


/*end track order*/


/*
form#cillular-order-form .form-multiOrder table tbody tr {
    box-shadow: 0 0 5px#d2cece;
}

form#cillular-order-form .form-multiOrder table thead tr {
    box-shadow: 0 0 5px#d2cece;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

form.cillular-product-mapped-headers #edit-actions input {
    margin: 0rem 1rem 0 0;
}
 */


/* add device fixed*/

form#cillular-mobile-form .form-videoURL-section table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#cillular-mobile-form .form-videoURL-section table tbody tr {
    width: 47%;
}

form#cillular-mobile-form .form-general-section #retailer-specfic-add-more-wrapper table thead tr th {
    border: none;
}

form#cillular-mobile-form .form-general-section #retailer-specfic-add-more-wrapper table tbody tr td {
    border: none;
}

form#cillular-mobile-form .form-general-section #retailer-specfic-add-more-wrapper table tbody tr .field-multiple-drag {
    display: none;
}

form#cillular-mobile-form .form-general-section #edit-imagesuri-wrapper table thead tr th {
    border: none;
}

form#cillular-mobile-form .form-general-section #edit-imagesuri-wrapper table tbody tr td {
    border: none;
}

form#cillular-mobile-form .form-general-section #edit-imagesuri-wrapper table tbody tr .field-multiple-drag {
    display: none;
}

form#cillular-mobile-form .form-general-section #edit-imagesuri-wrapper span {
    display: none;
}

form#cillular-mobile-form .form-general-section .flex-container .field--type-decimal input {
    background-position-x: 15px !important;
    background-position-y: center !important;
    padding-left: 30px !important;
}


/*newwwwwwwwwwwwww*/

body.cillular-order-add #page-content>.region-content>.contextual-region>h1 {
    margin-left: 32px;
}

@media (min-width: 800px) and (max-width: 1800px) {
    form#cillular-order-form>.form-customerInformation-section>.flex-container>div>fieldset>.fieldset-wrapper>div>input {
        height: 49px;
    }
    form#cillular-order-form>.form-customerInformation-section>.flex-container>div>fieldset>.fieldset-wrapper>div>select {
        height: 49px;
    }
    form#cillular-order-form>.form-customerInformation-section>.flex-container>.extra-flex>div>.js-form-item>input {
        height: 49px;
    }
    form#cillular-order-form>.form-general-section>.flex-container>div>.js-form-item>input {
        height: 49px;
    }
    form#cillular-order-form>.form-general-section>.flex-container>#edit-order-date-time-wrapper>.container-inline>.js-form-item>input {
        height: 49px !important;
    }
    form#cillular-order-form>.form-shippingInformation-section>.flex-container>div>.js-form-item>select {
        padding-top: 14px;
        height: 49px;
    }
    form#cillular-order-form>.form-shippingInformation-section>.flex-container>div>.js-form-item>input {
        height: 49px;
    }
    form#cillular-order-form div#edit-shipped-date-wrapper>.container-inline>.js-form-item>input {
        height: 49px;
    }
    /*add accessory*/
    /* form#cillular-product-form .form-general-section .elements-wrapper .form-wrapper input {
        height: 49px;
    } */
    /* form#cillular-product-form select {
        height: 49px;
    }
    form#cillular-product-form input {
        height: 49px;
    } */
    form#cillular-order-form>.form-customerInformation-section>.flex-container>div>fieldset>.fieldset-wrapper>div>label {
        font-size: 12px;
    }
    form#cillular-order-form>.form-customerInformation-section>.flex-container>.extra-flex>div>.js-form-item>label {
        font-size: 12px;
    }
    form#cillular-order-form>.form-general-section>.flex-container>div>.js-form-item label {
        font-size: 12px;
    }
    form#cillular-order-form>.form-general-section>.flex-container>#edit-order-date-time-wrapper>h4 {
        font-size: 12px;
    }
    form#cillular-order-form .form-multiOrder table tbody tr td div label {
        font-size: 12px;
    }

    form#cillular-product-form div#edit-video-wrapper #video-values td label {
        font-size: 12px;
    }
    form#cillular-product-form div.form-compatibiltyFeatures-section .elements-wrapper .form-wrapper .js-form-item label {
        font-size: 12px;
    }
    form#cillular-product-form .form-additionalFeatures-section.form-section .elements-wrapper>div .form-item label {
        font-size: 12px;
    }

    form#cillular-product-form table#field-multi-colors-values label {
        font-size: 12px;
    }
    form#cillular-order-form>.form-general-section>.flex-container>div>.js-form-item>select {
        height: 49px;
    }
    form#cillular-order-form>.form-general-section>.flex-container>div#edit-status-id-wrapper>.js-form-item>select {
        height: 49px;
    }
}


/*View Orde css*/

.order-cannonical-wrapper .block-system-main-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}


.order-cannonical-wrapper table {
    width: 100%;
    border: 2px solid #12a0ce;
}

.order-cannonical-wrapper table thead {
    background-color: #12a0ce;
    height: 70px;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
}

.order-cannonical-wrapper table thead tr {
    text-align: center;
}


body.path-cillular-order aside#content-after {
    display: none;
}

.order-cannonical-wrapper .shiiping-information-block {
    width: 35%;
    margin-top: 75px;
    background-color: #f8f8f8;
    border: 2px solid #12a0ce;
    margin-right: 20px;
    padding: 40px 30px;
}

.order-cannonical-wrapper .shiiping-information-block h3 {
    padding-bottom: 20px;
    font-family: "Gotham";
    font-weight: 500;
    font-size: 20px;
    color: black;
}

.order-cannonical-wrapper .retailer-block {
    width: 35%;
    margin-top: 75px;
    background-color: #f8f8f8;
    border: 2px solid #12a0ce;
    padding: 40px 30px;
}

.order-cannonical-wrapper .retailer-block h3 {
    padding-bottom: 20px;
    font-family: "Gotham";
    font-weight: 500;
    font-size: 20px;
    color: black;
}

.order-cannonical-wrapper .order-details {
    margin: 30px 0px 20px 35px;
    font-weight: bold;
    color: black;
}

.order-cannonical-wrapper .page-title {
    font-size: 25px;
}

.order-cannonical-wrapper .customer-shipping-bold {
    font-weight: 500;
}

.order-cannonical-wrapper .shiiping-information-block div {
    font-family: "Gotham";
    font-size: 15px;
}

.order-cannonical-wrapper table tbody tr td .image-view-order {
    border-radius: 10px;
    -o-object-fit: fill;
       object-fit: fill;
    height: 45px;
}

.order-cannonical-wrapper aside#content-after button {
    display: none;
}


/* Preview device improt*/

body.admin-preview-device-import .import-mobiles a {
    width: 184px;
    height: 45px;
    border-radius: 22px;
    background-color: #21a0ce;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
    display: inline-block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 200px;
}


/* Add devices */

body.cillular-device-add form#cillular-mobile-form #edit-system-color-wrapper select {
    height: unset;
}

body.cillular-device-add #cillular-mobile-form .form-general-section #edit-retailer-specfic-wrapper .field-multiple-table tbody tr td {
    border-top: none;
}

body.cillular-device-add #cillular-mobile-form .form-general-section #edit-retailer-specfic-wrapper .field-multiple-drag {
    display: none;
}

body.cillular-device-add #cillular-mobile-form .form-general-section #edit-retailer-specfic-wrapper .field-multiple-table tbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

body.cillular-device-add #cillular-mobile-form .form-general-section #edit-retailer-specfic-wrapper .field-multiple-table tbody tr {
    width: 47%;
}

form#cillular-mobile-form>.form-general-section>#edit-imagesuri-wrapper>.js-form-item>div>table>tbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

form#cillular-mobile-form>.form-general-section>#edit-imagesuri-wrapper>.js-form-item>div>table>tbody tr {
    width: 47%;
}

form#cillular-mobile-form .form-additionalFeatures-section .form-textarea-wrapper {
    width: 100%;
}

form#cillular-mobile-form .form-additionalFeatures-section .form-textarea-wrapper .cke_top {
    background-color: #12a0ce;
}

form#cillular-mobile-form .form-additionalFeatures-section .form-textarea-wrapper .cke_bottom {
    display: none;
}

form#cillular-mobile-form .form-additionalFeatures-section .form-textarea-wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #12a0ce;
}


/* Discontinue popup */



body.accessory-list #ui-datepicker-div div {
    width: 50%;
}

body.accessory-list #ui-datepicker-div table thead {
    background: none;
    color: #022b71;
}

body.accessory-list #ui-datepicker-div table tbody tr td a {
    background: none;
    border: none;
    padding: 5px;
    text-align: center;
}

body.accessory-list #ui-datepicker-div .custom-datepicker-day .custom-calendar-day {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 20px;
    text-transform: uppercase;
}


.ui-datepicker .ui-datepicker-title::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #022b71;
    left: 10px;
    right: 10px;
    top: 40px;
}

body.accessory-list .ui-datepicker-current-day {
    display: flex;
    justify-content: center;
}


/*edit order fixes */

form.cillular-order-edit-form .form-customerInformation-section fieldset {
    margin-bottom: unset;
}

form.cillular-order-edit-form .form-customerInformation-section #edit-shippin-information-0-address2 {
    margin-top: unset;
}

form.cillular-order-edit-form .form-customerInformation-section .fieldset-wrapper div {
    margin-top: unset;
}

form.cillular-order-edit-form .form-customerInformation-section .extra-flex div {
    margin-top: unset;
}

form.cillular-order-edit-form .form-general-section .flex-wrapper div {
    margin-top: unset;
}

form.cillular-order-edit-form .form-customerInformation-section .flex-wrapper div {
    display: flex;
    align-items: center;
}

form#cillular-order-edit-form #edit-actions {
    position: absolute;
}

form#cillular-order-edit-form #edit-back {
    position: unset;
}


/* UI Files */

body.admin-content-files .page-title {
    padding-left: 1.5rem;
}

body.admin-content-files form.views-exposed-form {
    background: none;
    box-shadow: none;
    margin-bottom: unset;
}

body.admin-content-files form.views-exposed-form .clearfix #edit-actions {
    width: 24% !important;
    margin-top: 1.3rem;
}

body.admin-content-files form.views-exposed-form .clearfix div input {
    border-radius: unset;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
}

body.admin-content-files form.views-exposed-form .clearfix div select {
    border-radius: unset;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
}

body.admin-content-files form.views-exposed-form .clearfix #edit-actions input {
    border-radius: 29px;
    background-color: #022b71;
    border: 1px solid #e6e6e6;
    padding: 12px 50px;
}

body.admin-content-files .views-table thead {
    height: 59px;
    border-radius: 10px;
    background-color: #12a0ce;
}

body.admin-content-files .views-table thead tr th {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
    font-family: "Gotham";
}

body.admin-content-files .views-table thead tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 15px;
    padding-left: 50px;
}

body.admin-content-files .views-table thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 15px;
}

body.admin-content-files .views-table tbody tr td {
    border-top: 8px solid #f5f5f8;
    padding: 0.5em;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Gotham";
    background: white;
}

body.admin-content-files .views-table tbody tr td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 50px;
}

body.admin-content-files .views-table tbody tr td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

body.admin-content-files .views-table tbody tr {
    position: relative;
    z-index: 0;
}

body.admin-content-files .views-table tbody tr td::after {
    position: absolute;
    content: "";
    left: -2px;
    right: -2px;
    top: 2px;
    bottom: 1px;
    border: 2px solid #e6e6e6;
    border-radius: 15px;
    z-index: -1;
}

body.admin-content-files .view-content {
    padding: 1.5rem;
}

body.admin-content-files .views-table thead tr th a {
    color: black;
}

body.admin-content-files .views-table thead th:not(:first-child) {
    text-align: center;
}

body.admin-content-files .views-table tbody td:not(:first-child) {
    text-align: center;
}


/* Add order fixes */

form#cillular-order-form .form-multiOrder table#field-multi-orders-values thead {
    display: none !important;
}

form#cillular-order-form .form-multiOrder table#field-multi-orders-values tbody tr .section-title {
    font-size: 30px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-bottom: 50px;
    padding: 1.5rem 0 0 1.5rem;
}


/* Add device fixes */

body.cillular-device-add form.cillular-mobile-form #edit-retailer-specfic-wrapper .table-responsive-lg {
    margin-bottom: unset !important;
    margin-top: unset !important;
}

form.cillular-mobile-form #edit-retailer-specfic-wrapper .table-responsive-lg table tbody tr td .js-form-item label {
    position: relative !important;
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form.cillular-mobile-form #edit-retailer-specfic-wrapper .table-responsive-lg table tbody tr td {
    padding: unset;
}

form.cillular-mobile-form #edit-retailer-specfic-wrapper .table-responsive-lg table tbody tr td .js-form-item {
    display: flex;
    align-items: baseline;
}

form.cillular-mobile-form #edit-retailer-specfic-wrapper .table-responsive-lg table tbody tr td .ajax-new-content .js-form-item {
    display: flex;
    align-items: baseline;
}

body.cillular-device-add form.cillular-mobile-form #edit-imagesuri-wrapper .table-responsive-lg {
    margin-bottom: unset !important;
    margin-top: unset !important;
}

form.cillular-mobile-form #edit-imagesuri-wrapper .table-responsive-lg table tbody tr td .js-form-item label {
    position: relative !important;
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form.cillular-mobile-form #edit-imagesuri-wrapper .table-responsive-lg table tbody tr td {
    padding: unset;
}

form.cillular-mobile-form #edit-imagesuri-wrapper .table-responsive-lg table tbody tr td .js-form-item {
    display: flex;
    align-items: baseline;
}

form.cillular-mobile-form #edit-imagesuri-wrapper .table-responsive-lg table tbody tr td .ajax-new-content .js-form-item {
    display: flex;
    align-items: baseline;
}


/*reset password fixes */


/* Choose new password */

main.choose-pw {
    min-height: 100vh;
    background-image: linear-gradient(177deg, #0d69ad 0%, #072f4d 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

main.choose-pw #user-form {
    padding: unset;
    background: none;
    border-radius: unset;
    box-shadow: none;
}

main.choose-pw .col-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

main.choose-pw #content-before {
    display: none;
}

main.choose-pw #page-content {
    background: white;
    width: 25%;
    border-radius: unset;
    padding: 15px !important;
}

main.choose-pw .region-content {
    border: 2px solid #12a0ce;
    padding: 25px;
}


main.choose-pw .password-parent {
    margin-bottom: 25px;
}


main.choose-pw .col-md-8 {
    display: flex;
    justify-content: center;
    align-items: center;
}

main.choose-pw .form-password .page-title:before {
    display: none;
}





main.choose-pw .page-title {
    margin-left: unset;
}

main.choose-pw .password-strength {
    display: none;
}

main.choose-pw .js-password-confirm-message {
    display: none;
}

main.choose-pw .password-parent {
    margin-bottom: 10px !important;
}


form#cillular-order-form .primarytoggle {
    background: #fff url(../image/select-arrow-down.png) right no-repeat !important;
    background-size: cover;
    z-index: 999;
    display: block;
    width: 20px !important;
    color: transparent;
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 1;
    cursor: pointer;
}

form#cillular-order-form>.form-general-section {
    position: relative;
}

form#cillular-order-form .form-general-section .color-info {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "Gotham";
    font-weight: 400;
    width: 50%;
}

form#cillular-order-form .form-general-section .color-info div {
    width: 33%;
    padding-right: 20px;
    word-break: break-all;
}

form#cillular-order-form .form-general-section .flex-container .js-form-item-order-date-time-0-value-time {
    display: none;
}


/*dataepicker accessory page*/

body.accessory-list #ui-datepicker-div {
    position: fixed !important;
    top: 0;
    left: 50% !important;
    right: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.ui-dialog-datepicker {
    min-height: 400px;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

body.accessory-list.open-datepicker #ui-datepicker-div {
    display: flex !important;
}

body.accessory-list .ui-dialog-datepicker .ui-dialog-buttonset.form-actions {
    margin-top: 300px;
    display: flex;
}

body.accessory-list .ui-dialog-datepicker .ui-dialog-buttonset.form-actions button:nth-child(1) {
    border-color: #022b71;
}



body.open-datepicker .ui-dialog-buttonset.form-actions button {
    width: 150px !important;
    height: 40px !important;
}

body.accessory-list .ui-dialog-buttonset.form-actions .ui-dialog-titlebar-close .ui-button-icon {
    display: none;
}

body.accessory-list .ui-dialog-datepicker .js-form-item-discontinued-date {
    display: none !important;
}

body.accessory-list .ui-dialog-datepicker .ui-dialog-title {
    font-weight: 600;
    font-size: 20px;
}

body.accessory-list>.ui-widget-overlay {
    background: #060708 !important;
    opacity: 75%;
}

body.open-datepicker #ui-datepicker-div .ui-datepicker-title .ui-datepicker-month {
    text-transform: uppercase;
}

body.open-datepicker table.ui-datepicker-calendar thead tr th span body.open-datepicker .ui-front {
    overflow: hidden;
}

.ui-dialog {
    display: none;
}

/*end date picker accessory page*/


/*Reset password */

body.user-password main.form-password .justify-content-md-center {
    height: 100vh;
}

body.user-password main.form-password .row .col-md-8 {
    display: flex;
    justify-content: center;
    align-items: center;
}

body.user-password main.form-password aside.mt-2 {
    display: none;
}


/* Add device */

form.cillular-mobile-form .form-item-all-available-retailers-value label {
    font-size: 13px;
    line-height: 24px;
    color: #626161;
    font-family: "Gotham";
    font-weight: 400;
}

form.cillular-mobile-form table#imagesuri-values tbody tr td {
    display: block;
}

form.cillular-mobile-form .form-general-section .flex-container .js-form-item {
    margin-top: unset;
}


/* Accessory mapping headers fixes */

form.cillular-product-mapped-headers #edit-actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

form.cillular-product-mapped-headers #edit-actions input {
    width: 150px;
    height: 45px;
    border-radius: 22px;
    background-color: #022b71;
    color: white;
    margin-right: 15px !important;
    font-size: 13px;
    outline: none;
    margin: unset;
    font-weight: 500;
}


/*Add order arrow toggle */

body.cillular-order-add .cillular-order-form .collapsed {
    transform: rotate(-180deg);
    transition: .3s;
}

body.cillular-order-add .cillular-order-form .arrow-rotate {
    transform: rotate(0deg) !important;
    transition: .3s;
}


/*Add accessory arrow toggle */

body.cillular-accessory-add .cillular-product-form .collapsed {
    transform: rotate(-180deg);
    transition: .3s;
}

body.cillular-accessory-add .cillular-product-form .arrow-rotate {
    transform: rotate(0deg) !important;
    transition: .3s;
}


/* Discontinue popup */

body.open-datepicker .ui-dialog #ui-datepicker-div .ui-datepicker-next span {
    background: #fff url(../image/calArrow.png) right no-repeat !important;
    background-size: cover;
    display: block;
    color: transparent;
    z-index: 1;
    cursor: pointer;
}

body.open-datepicker .ui-dialog #ui-datepicker-div .ui-datepicker-prev span {
    background: #fff url(../image/calArrow.png) right no-repeat !important;
    background-size: cover;
    display: block;
    color: transparent;
    z-index: 1;
    cursor: pointer;
    transform: rotate( 180deg);
}


/* body.open-datepicker .ui-dialog #ui-datepicker-div .ui-datepicker-prev {
    display: none;
} */


/* Add accessory compabality fixes */

form#cillular-product-form .form-compatibiltyFeatures-section .available-selected-wrapper .selected-devices-wrapper ul {
    height: 230px;
    margin-bottom: 12px
}

form#cillular-product-form .form-compatibiltyFeatures-section .available-selected-wrapper .selected-devices-wrapper .title {
    padding-bottom: 90px;
}

@media (min-width: 800px) and (max-width: 1800px) {
    form#cillular-product-form .form-compatibiltyFeatures-section .available-selected-wrapper .selected-devices-wrapper .title {
        padding-bottom: 79px;
    }
}

body.cillular-accessory-add .block-page-title-block .page-title {
    padding-left: 1.5rem;
}

body.cillular-accessory-add .cillular-product-form #edit-inventory-threshold-wrapper p {
    right: 0;
    top: -7%;
}

body.cillular-accessory-add #edit-upc-wrapper p {
    right: 0;
    top: -7%;
}


/* View order fixes */

.order-cannonical-wrapper .region-content table tbody tr td:nth-child(8)::before {
    content: "$";
}

.order-cannonical-wrapper .region-content table tbody tr td:nth-child(9)::before {
    content: "$";
}

.order-cannonical-wrapper .region-content .order-items table tbody tr td:nth-child(9)::before {
  content: "";
}
.order-cannonical-wrapper .region-content .order-items table tbody tr td:nth-child(8)::before {
    content: "";
}

.order-cannonical-wrapper .region-content table tbody tr:last-child td:nth-child(8)::before {
    content: "";
}

.order-cannonical-wrapper .region-content table tbody tr:last-child td:nth-child(8)::after {
    content: " :";
}

.path-cillular-order #content-before {
    display: none;
}

.order-cannonical-wrapper .region-content table tbody tr:last-child td:last-child::first-letter {
    display: none;
}


/* Add order Fixes */

body.cillular-order-add #ui-datepicker-div .ui-datepicker-header {
    background: none;
    border: none;
}

body.cillular-order-add #ui-datepicker-div .ui-datepicker-calendar thead {
    background: none;
    color: #022b71;
}

body.cillular-order-add #ui-datepicker-div .ui-datepicker-calendar tbody tr td span {
    border: none;
    background: none;
    text-align: center;
}

body.cillular-order-add #ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
    border: none;
    background: none;
    text-align: center;
}

body.cillular-order-add #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-current-day {
    display: flex;
    justify-content: center;
}

body.cillular-order-add #ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-active {
    border: 1px solid #022b71;
    color: #022b71;
    border-radius: 50%;
    font-weight: bold;
}

body.cillular-order-add #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
    width: 20%;
    border: none;
    color: #022b71;
}

body.cillular-order-add #ui-datepicker-div .ui-datepicker-calendar tbody tr td {
    padding: 5px 0;
}

body.cillular-order-add #ui-datepicker-div {
    border: 1px solid #0d69ae;
    z-index: 2 !important;
}

body.cillular-order-add #ui-datepicker-div .ui-datepicker-header {
    padding: 10px 0;
}

body.cillular-order-add .ui-datepicker .ui-datepicker-title::after {
    top: 45px;
}

body.cillular-order-add #ui-datepicker-div .ui-datepicker-next span {
    background: #fff url(../image/calArrow.png) right no-repeat !important;
    background-size: cover;
    display: block;
    color: transparent;
    z-index: 1;
    cursor: pointer;
}

body.cillular-order-add #ui-datepicker-div .ui-datepicker-prev span {
    background: #fff url(../image/calArrow.png) right no-repeat !important;
    background-size: cover;
    display: block;
    color: transparent;
    z-index: 1;
    cursor: pointer;
    transform: rotate( 180deg);
}

body.cillular-order-add #ui-datepicker-div .ui-datepicker-header a {
    top: 15%;
}

body.cillular-order-add #ui-datepicker-div table tbody tr td a.ui-state-active {
    border: 1px solid #022b71;
    color: #022b71;
    border-radius: 50%;
    font-weight: bold;
}

body.cillular-order-add .ui-datepicker-month {
    text-transform: uppercase;
}


/* View accessory */

.view-accessory-page {
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    padding: 1.4rem;
}

.view-accessory-page .left-section .col-md-8 .image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
}

.view-accessory-page .left-section .col-md-8 .image img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.view-accessory-page .left-section .image-thumbnails-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.view-accessory-page .left-section .image-thumbnails-wrapper .image {
    height: 25%;
    width: 100%;
}

.view-accessory-page .left-section .image-thumbnails-wrapper .image img {
    -o-object-fit: cover;
       object-fit: cover;
}

.view-accessory-page .top-section {
    margin-bottom: 100px;
}

.view-accessory-page .right-section h2 {
    font-size: 40px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-top: 20px;
}

.view-accessory-page .right-section .category {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
}

.view-accessory-page .right-section div label {
    font-size: 13px;
    line-height: 26px;
    color: #272727;
    font-weight: 400;
    font-family: "Gotham";
}

.view-accessory-page .right-section div {
    font-size: 13px;
    line-height: 26px;
    color: #272727;
    font-weight: 300;
    font-family: "Gotham";
}

.view-accessory-page .accessory-tab-section {
    border-radius: 10px;
    background-color: #f8f8f8;
    border: 2px solid #e6e6e6;
    padding: 6rem 6rem 2rem 6rem;
}

.view-accessory-page .accessory-tab-section .projects-tab .row div {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    border-bottom: 5px solid #cfcfcf;
    padding-bottom: 15px;
    cursor: pointer;
}

.view-accessory-page .accessory-tab-section .projects-tab .active {
    color: #12a0ce !important;
    border-bottom: 5px solid #12a0ce !important;
}

.view-accessory-page .accessory-tab-section .portfolio_items_wrapper .specification_items_wrapper .row .item {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #cfcfcf;
    margin-top: 10px;
    padding-bottom: 10px;
}

.view-accessory-page .accessory-tab-section .portfolio_items_wrapper .specification_items_wrapper .row .item label {
    font-size: 10px;
    line-height: 24px;
    color: #6e6d6d;
    font-family: "Gotham";
    margin-bottom: unset;
}

.view-accessory-page .accessory-tab-section .portfolio_items_wrapper .specification_items_wrapper .row .col-md-4 {
    padding-left: 0;
    padding-right: 3px;
}

.view-accessory-page .accessory-tab-section .portfolio_items_wrapper .specification_items_wrapper .row .col-md-4 .item:nth-child(5) {
    border-bottom: none;
}

.view-accessory-page .accessory-tab-section .portfolio_items_wrapper .description_items_wrapper .short_description,
.long_description {
    font-size: 13px;
    line-height: 26px;
    color: #272727;
    font-weight: 400;
    font-family: "Gotham";
    margin-top: 10px;
}

.view-accessory-page .accessory-tab-section .portfolio_items_wrapper .description_items_wrapper h3 {
    font-size: 18px;
    line-height: 26px;
    color: #272727;
    font-weight: 400;
    font-family: "Gotham";
    margin: 20px 0;
}

.view-accessory-page .accessory-tab-section .portfolio_items_wrapper .description_items_wrapper li {
    font-size: 13px;
    line-height: 26px;
    color: #272727;
    font-weight: 400;
    font-family: "Gotham";
}

.view-accessory-page .accessory-tab-section .portfolio_items_wrapper .description_items_wrapper li::marker {
    color: #272727 !important;
}

.view-accessory-page .accessory-tab-section .portfolio_items_wrapper .meta_items_wrapper .row .item {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding-bottom: 10px;
}

.view-accessory-page .accessory-tab-section .portfolio_items_wrapper .meta_items_wrapper .row .item label {
    font-size: 10px;
    line-height: 24px;
    color: #6e6d6d;
    font-family: "Gotham";
    margin-bottom: unset;
}


/*Accessort export btn */

body.accessory-list .product-list-export-options ul li {
    list-style: none;
}

body.accessory-list .product-list-export-options ul {
    padding: 0 !important;
    box-shadow: 0 0 5px #ccc;
    position: absolute;
    width: 100%;
    background: #fff;
    padding-bottom: 15px !important;
}

body.accessory-list .product-list-export-options ul li {
    padding: 0;
    cursor: pointer;
}

body.accessory-list .product-list-export-options ul li:hover {
    background: none;
}

body.accessory-list .product-list-export-options ul li.active-option {
    background: #eee;
}

body.accessory-list .product-list-export-options {
    position: relative;
}

body.accessory-list .download-products-list-wrapper {
    width: 218px;
}

body.accessory-list .product-list-export-options ul {
    top: 50px;
}

body.accessory-list .product-list-export-options ul li:first-child {
    margin-top: 30px;
}


/* Add order */

.cillular-order-add .sku-error {
    right: 0;
}

.cillular-order-add .email-error-message {
    position: absolute;
    right: 205px;
    top: 60px;
    color: red;
    margin-top: unset !important;
    font-size: 10px;
    font-weight: 400;
}

@media (min-width: 800px) and (max-width: 1800px) {
    .cillular-order-add .sku-error {
        top: 50px;
        margin-top: unset !important;
    }
    .cillular-order-add .email-error-message {
        top: 50px;
    }
}


/* View order fixes */


/*Accessory button fix*/


body.accessory-list .product-list-download-products svg {
    display: none;
}

.product-list-export-products-wrapper li {
    display: flex;
    list-style-type: none;
    padding: 5px 0 0 0;
}

.product-list-export-products-wrapper .ajax-progress {
    padding: 0px 5px 0px 5px;
}

/* table.dataTable {
  border-collapse: collapse;
  border-spacing: unset;
}
table.dataTable thead th.sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}
table.dataTable thead th::before {
    content: "";
    background-image: url(../image/sort.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;

}
table.dataTable thead th#view-sku-table-column::before {
  left: 40px;
}
table.dataTable thead th#view-mobile-retailer-order-no-table-column::before {
  left: -7px;
}
table.dataTable thead th.sorting_disabled::before {
  display: none;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1 {
  background-color: #d0d0d0;
} */


#edit-header {
  display: block !important;
}

.path-cixci-order #vbo-action-form-wrapper {
  display: block !important;
}
