﻿body {
  background: #f3f3f3;
}

.app-sidebar
  .menu
  .menu-item.active.has-sub
  > .menu-submenu
  .menu-item.expand
  .menu-submenu {
  display: block;
}
table {
    font-size: var(--bs-body-font-size);
}
.back-to-home a {
  color: #333;
}
.back-to-home a:hover {
  color: #ff3b30;
}
.pace .pace-progress {
  top: 0px;
}

.preloader {
    background: url(/assets/img/Preloader.gif) center no-repeat rgb(255 253 253 / .7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    display: block;
}

/*==== Begin Radio btn =====*/
.radio.radio-css label {
padding-left: 24px;
margin: 0;
position: relative;
}
.radio.radio-css input:checked + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.radio.radio-css label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #d5dbe0;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.radio.radio-css input:checked + label:before,
.checkbox.checkbox-css input:checked + label:before {
  background: #ff3b30;
  border-color: #ff3b30;
}
.radio.radio-css input {
  display: none;
}
/*==== End Radio btn =====*/
.btn.btn-xs {
    font-size: .6875rem;
    padding: 4px 6px;
}
.app-sidebar {
  /* box-shadow: 0px 0px 8px #ddd;
    -webkit-box-shadow: 0px 0px 8px #ddd; */
  background: #f3f3f3;
}
.app-sidebar .menu .menu-item .menu-link {
  font-size: 13px;
  padding: 12px 15px;
}
.app-sidebar .menu .menu-item .menu-link,
.app-sidebar .menu .menu-header {
  color: #333;
}
.app-sidebar .menu .menu-item .menu-icon i {
  background: #fbd6d7;
  color: #ed3237;
}
.app-sidebar .menu .menu-item .menu-link:focus,
.app-sidebar .menu .menu-item .menu-link:hover {
  background: #333;
  color: #fff;
}
.app-sidebar .menu .menu-item.active > .menu-link,
.app-sidebar .app-sidebar-minify-btn:focus,
.app-sidebar .app-sidebar-minify-btn:hover {
  background: #ed3237;
}
.menu-item.has-sub.expand .menu-submenu {
  border-bottom: 1px solid #ddd;
}
.menu-item.has-sub.expand .menu-link {
  color: #fff;
}
.menu-item.has-sub.expand .menu-submenu .menu-item .menu-link {
  color: #666;
}
.menu-item.has-sub.expand .menu-submenu .menu-item.active .menu-link {
  color: #ed3237;
}
.menu-item.has-sub.expand .menu-submenu .menu-item .menu-link:hover,
.menu-item.has-sub.expand .menu-submenu .menu-item .menu-link:focus {
  color: #333;
}
.app-sidebar .menu .menu-item.active > .menu-link .menu-icon i,
.app-sidebar .menu .menu-item .menu-link:hover i {
  color: #ed3237;
  background: #fff !important;
}
.app-sidebar .menu .menu-item .menu-submenu .menu-item .menu-link {
  padding: 7px 20px 7px 15px;
}

.app-sidebar .app-sidebar-minify-btn {
  background: #c78080;
}

.panel {
  border: 1px #ddd solid;
  border-radius: 10px;
}
.panel .panel-heading {
  border-bottom: 1px solid #ddd;
}
.panel .panel-heading .panel-title {
  font-size: 14px;
}
.panel .panel-heading .panel-heading-btn {
    margin: -6px;
    display: flex;
    gap: 10px;
}
.panel .panel-heading .panel-heading-btn span.select2.select2-container.select2-container--default.select2-container {
    width: 120px !important;
}
.panel .panel-heading .panel-heading-btn span.select2-selection.select2-selection--single {
    width: 100%;
    height: 30px;
}
.modal .modal-header {
  padding: 7px 15px;
}
.modal .modal-header .modal-title {
  font-size: 16px;
}
.modal-body {
  padding: 20px 25px;
}
.modal-footer .btn {
    margin: 0px;
}

.modal-footer {
    gap: 10px;
}
table.table-bordered.dataTable td:nth-last-child(1),
table.table-bordered.dataTable td:nth-last-child(2) {
  width: 100px;
}

table.certificate-request.table-bordered.dataTable td:last-child,
table.approve-reject-req-table.table-bordered.dataTable td:last-child {
  width: 150px;
}
table.table-bordered.dataTable.three-btn-table td:nth-last-child(1) {
    width: 150px;
}
.switchery {
  height: 20px;
  width: 40px;
}

.switchery small {
  width: 20px;
  height: 20px;
}
.password-input {
  padding: 0px;
  background: transparent;
  border: 0px;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-group .field-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.form-floating .field-icon {
  position: absolute;
  bottom: 16px;
  right: 10px;
  z-index: 999;
  color: #333;
}
.table-profile td:first-child {
  width: 120px;
}

.table-profile td {
  border: 0px;
}
.page-item.active .page-link {
  background: #ed3237;
  border-color: #ed3237;
}
body table.dataTable thead tr th.sorting_asc:after {
  color: #ed3237;
}
.change-password-box {
  width: 350px;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 4px;
}
.login.login-v2 .login-container .login-content {
  padding: 40px;
  background: #fbfbfb;
  border-radius: 10px;
}

.login.login-v2 .login-container {
  max-width: 500px;
}

/*=========Dashboard widget Start ==============*/
.certificate-box {
  overflow-x: scroll;
}
.certificate-box .row {
  flex-wrap: nowrap;
}

.widget.widget-stats .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ed3237' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.widget.widget-stats .form-check-input:checked {
  border-color: #ed3237;
  background-color: transparent;
}
.widget.widget-stats .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.stats-number .custom-stats-label {
  display: flex;
  align-items: center;
}
.widget-stats,
.widget.widget-stats {
  border: 1px #ddd solid;
  border-radius: 10px;
}
.widget-stats:hover,
.widget.widget-stats:hover,
.widget-stats:hover,
.widget.widget-stats.selected {
  border: 1px #ed3237 solid;
  background: #f3f3f3;
}

.widget.widget-stats.custom-widget.text-dark {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  align-items: center;
}

.widget.widget-stats.custom-widget .stats-number {
  margin-bottom: 0;
}
/* ================= Dashboard Design CHnage css ================ */

.app-content {
    padding: 20px 30px;
    border-radius: 20px;
    background: #ffffff;
    height: calc(100vh - 72px);
    overflow: auto;
    border: 1px #ddd solid;
    margin-top: 10px;
}

.app-sidebar .app-sidebar-content .menu {
  padding: 22px 10px 0px 10px;
}
.app-sidebar .menu .menu-item.active > .menu-link {
  border-radius: 50px;
}

.app-sidebar .menu .menu-item .menu-link,
.app-sidebar .menu .menu-header {
  border-radius: 50px;
}
.app-header {
  background: #f3f3f3;
}
.app-header .navbar-brand {
  height: 72px;
}
.app-header-fixed {
  padding-top: 62px;
}

/* ================= Begin Light Box Modal ================ */
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}
.lightbox-target img {
  margin: auto;
  position: absolute;
  width: 95%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 26px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  left: 0;
}
.lightbox-target:target img {
  max-height: 90%;
  max-width: 100%;
  width: auto;
}
.lightbox-target:target a.lightbox-close {
  top: 0;
}
/* ================= End Light Box Modal ================ */
.pic {
  height: 190px;
  overflow: hidden;
  position: relative;
}
.pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.pic .browse-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(237 50 55 / 80%);
  padding: 10px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
}
.pic .browse-btn input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.pic .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: rgb(255 255 255 / 50%);
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 50%;
}

.morecontent span {
  display: none;
}
.morelink {
  display: block;
}
.rotate {
  transform: rotate(90deg);
}
.browse-btn-box {
  border: 1px dashed #999;
  padding: 20px;
  border-radius: 8px;
  min-height: 150px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  font-size: 16px;
}

.browse-btn-box input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}
.browse-btn-box i {
  display: block;
  font-size: 30px;
  color: #ed3237;
  margin-bottom: 10px;
}

/* ============ Begin Roll Permission ============ */

.app-content.role-permission-content {
  padding: 0;
}
.role-permission-content {
    margin: -20px -30px;
}
.role-permission-content .panel {
    margin: 0px;
}
.role-permission-content .panel-body {
    padding: 0px;
    height: calc(100vh - 147px);
}
.role-permission-page-header {
  padding: 20px 30px;
  border-bottom: 1px #ddd solid;
}

.role-permission-page-header .page-header {
  margin: 0;
}

.application-entity-box {
    position: relative;
    padding: 25px 0px 0px 300px;
    height: 100%;
}

.application-entity-box .role-box {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px;
    width: 300px;
    background: #f9f9f9;
    height: 100%;
    border-radius: 0px;
    border-right: 1px solid #dddddd;
}

.application-entity-box .entity-list {
  height: 100%;
}

.application-entity-box .entity-list .jstree {
    height: calc(100% - 60px);
    padding-left: 20px;
    overflow: auto;
}

.application-entity-box .footer {
  margin: 0px;
}

.application-entity-box .footer {
    padding: 10px 30px;
    margin: 0 0px 5px 0px;
    border-top: 1px solid #ddd;
    line-height: 20px;
    font-weight: 600;
    display: flex;
    gap: 10px;
}
.application-entity-box .footer .btn {
    width: 100px;
}
.jstree
  .jstree-container-ul
  .jstree-node.jstree-open
  .jstree-anchor.jstree-clicked
  > .fa-folder:before {
  color: var(--bs-red);
}
.application-entity-box .role-box .radio.radio-css div {
    margin-bottom: 10px;
}
/* ============ End Roll Permission ============ */

/* ============ Begin certificate request  ============ */

.generated {
  color: #71a2ff;
}

.login-to-lab {
  color: #232323;
}

.submitted {
  color: #b03b94;
}

.inprocess {
  color: #eba725;
}

.approved {
  color: #68b12d;
}
.widget-img.img-preview .close-btn {
  top: 3px;
  right: 3px;
  z-index: 9;
}

/* ============ Begin Left Tab  ============ */

.nav-pills .nav-link {
  border-bottom: 1px #ddd solid;
}
.nav-pills .nav-link {
  border-radius: 0;
  color: #383838;
}

.nav-pills .nav-link {
  font-size: 15px;
}

.nav-pills .nav-link {
  width: 215px;
  text-align: left;
}

.nav-pills .nav-link .device-number {
  font-size: 18px;
  font-weight: 400;
}
.nav-pills .nav-link .device-number span {
  font-weight: 700;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-right: 0;
  border-radius: 0;
  background: #ededed;
  color: #383838;
}
.nav-pills .nav-link:hover {
  border-radius: 0;
  background: #ededed;
  color: #383838;
  cursor: pointer;
}
.nav-pills .nav-link:first-child {
  border-top-left-radius: 10px;
}
.nav-pills .nav-link {
  position: relative;
}
.nav-pills .nav-link.active::after {
  content: "";
  z-index: 9;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-right: 1px #ededed solid;
}
.nav-pills .nav-link::after {
  content: "";
  z-index: 1;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-right: 1px #ddd solid;
}
.tab-content {
  padding: 10px 10px 10px 0px;
  position: relative;
}

.tab-content:before {
  content: "";
  z-index: 1;
  position: absolute;
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px #ddd solid;
}

/* ============ End Left Tab  ============ */

/* ============ Start 404 not found and 403 forbidden ============ */
.error .error-content {
  background: none;
  background-image: none;
  color: #333;
}

.error .error-message {
  color: #333;
}

.error .error-desc {
  font-size: 1rem;
  color: #333;
}
.error .error-code span {
  color: #ed3237;
}
/* ============ End 404 not found and 403 forbidden ============ */
.select2.select2-container
  .selection
  .select2-selection.select2-selection--multiple
  .select2-selection__rendered {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.select2.select2-container
  .selection
  .select2-selection.select2-selection--multiple
  .select2-selection__rendered::-webkit-scrollbar {
  height: 8px;
  background: #f2f2f2;
}
.select2.select2-container
  .selection
  .select2-selection.select2-selection--multiple
  .select2-selection__rendered::-webkit-scrollbar-thumb {
  background: var(--app-theme);
}
.select2:before {
  content: "\f0d7";
  font-family: Font Awesome\6 Free, Font Awesome\6 Pro, FontAwesome !important;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0%, -50%);
}

.select2.select2-container
  .selection
  .select2-selection.select2-selection--multiple {
  cursor: pointer;
  padding-right: 30px;
}
.select2.select2-container
  .selection
  .select2-selection.select2-selection--multiple
  .select2-selection__rendered
  .select2-search--inline {
  min-width: inherit;
}
.select2.select2-container
  .selection
  .select2-selection.select2-selection--multiple
  .select2-selection__rendered
  .select2-search--inline
  .select2-search__field {
  width: 100% !important;
}
/* ======== End select 2 ===========*/


.factory-details {
  border: 1px #ddd solid;
  border-radius: 5px;
  overflow: hidden;
}

.factory-details .add-info-wra {
  position: relative;
  padding: 20px 20px 10px 20px;
  background: #e7e7e7;
}

.factory-details .add-info-wra .add-detail-btn {
  position: absolute;
  right: 20px;
  bottom: 25px;
}

.factory-details .add-info-wra .row {
  width: calc(100% - 90px);
}

.download-file-card .fila-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-file-card .fila-name p {
    font-size: 15px;
}
.parsley-errors-list {
    position: absolute;
    z-index: 999;
    bottom: calc(100% - 16px);
    right: 0px;
    width: auto;
    max-width: 100%;
}
.parsley-errors-list li {
    position: relative;
    background: rgba(255, 91, 87, 0.9);
    color: #FFF;
    padding: 2px 5px !important;
    font-size: 11px;
    width: 100%;
    border: 1px solid #ff5b57;
    border-radius: 2px;
}
.parsley-errors-list li:after {
    content: "";
    border: 8px solid rgba(255, 91, 87, 0.71);
    border-left: 0px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -6px;
    right: 0px;
    transform: rotate(-135deg);
}
.no-record-found {
    padding: 50px;
    text-align: center;
}
.no-record-found .icon {
    font-size: 24px;
    margin-bottom: 15px;
}

.no-record-found .icon i {
    background: rgb(237 50 55 / 20%);
    color: #ed3237;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}
.no-record-found .dscb p {
    font-size: 16px;
    opacity: .8;
    margin: 0px;
}
.wihout-label {
    margin-top:28px;
}
.select2-container--open .select2-dropdown--below .select2-search__field {
    width: calc(100% - 10px) !important;
    margin: 5px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    height: 30px;
    outline: none !important;
    padding: 0px 10px;
}

.select2.select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline input.select2-search__field {
    margin-top: 2px;
}

.select2-results__option[aria-selected="true"]::after {
    content: " ✔"; /* Unicode checkmark */
    color: green;
    font-weight: bold;
    float: right;
}
.browse-box {
    border: 1px dashed rgb(237 50 55 / 20%);
    background: rgb(237 50 55 / 10%);
    padding: 30px;
    border-radius: 4px;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}
    .browse-box .dscb {
        text-align: center;
    }
    .browse-box .dscb i {
        width: 50px;
        height: 50px;
        background: rgb(237 50 55 / 15%);
        line-height: 50px;
        color: #ed3237;
        border-radius: 50%;
        text-align: center;
    }

.browse-box .dscb span {
    display: block;
    margin-top: 10px;
    font-weight: 500;
}
.browse-box input[type="file"] {
    opacity: 0;
    position: absolute;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
}
.uploaded-list .list-group-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}
.uploaded-list .list-group-item a {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    color: #ed3237;
}


.tab-with-table .tabs {
    display: flex;
    border: 1px solid #DDD;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.tab-with-table .tabs div {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.tab-with-table .tabs div.active {
    background: rgb(237 50 55 / 10%);
    color: #ed3237;
    border-color: #ed3237;
}

.tab-with-table .tab-content {
    padding: 0px;
}
.tab-with-table .tab-content {
    display: none;
}
.tab-with-table .tab-content.active {
    display: block;
}
.tab-with-table .tab-content:before {
    display:none;
}
.btn-with-td {
    position: relative;
    padding-right: 46px;
    word-break: break-all;
}

.btn-with-td .btn {position: absolute;right: 0px;top: 0px;}
.form-group.without-input {
    margin-top: 30px;
}
/* ============== Begin modal two col ============ */
.modal-col-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.modal-col-2 .left-sidebar,
.modal-col-2 .right-sidebar {
    width: 50%;
    padding: 20px;
    border: 0px;
}

.modal-dialog.no-footer .modal-col-2 .right-sidebar {
    border-radius: 0px 0px 6px 0px;
}

.modal-col-2 .right-sidebar {
    border-left: 1px solid #ddd;
}

.modal-col-2 .right-sidebar .card .no-record-found {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.modal-col-2.first-30 .left-sidebar {
    width: 30%;
}

.modal-col-2.first-30 .right-sidebar {
    width: 70%;
}

.location-on-camera .right-sidebar .card {
    height: calc(100% - 22px);
}

.modal-fullscreen.no-footer .modal-body {
    max-height: 100%;
}

/* ============== End modal two col ============ */
.scrollable-list-box {
    overflow-y: auto;
    overflow-x: hidden;
}
.input-with-icon {
    display: flex;
    gap: 10px;
}

    .input-with-icon .img-box, td .img-box {
        border: 1px solid #d3d3d3;
        border-radius: 4px;
        width: 40px;
        height: 34px;
        position: relative;
        background:#fff;
    }

    .input-with-icon .img-box img, td .img-box img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        padding: 3px;
    }

.main-menu-top {
    gap: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px !important;
    margin-right: 15px !important;
}

.main-menu-top .nav-item .nav-link
 {
    font-size: 14px;
    color: #555;
    position: relative;
    padding: 0px 20px;
}
.main-menu-top .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    background: #ed3237;
    height: 2px;
    width: 100%;
    bottom: -22px;
    left: 0px;
}
.main-menu-top .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    background: rgb(237 50 55 / 10%);
    height: calc(100% + 45px);
    width: 100%;
    bottom: -22px;
    left: 0px;
}
.main-menu-top .nav-item .nav-link.active {
    color: #ed3237;
}
.main-menu-top .nav-item .nav-link i
 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #dddddd;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    color: #83878b;
}
.main-menu-top .nav-item .nav-link.active i {
    color: #fff;
    background: #ed3237;
}

.small-list-table.table-bordered td:nth-last-child(1) {
    width: 250px !important;
}

.small-list-table.table-bordered td:nth-last-child(2) {
    width: 250px !important;
}
