* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
header.navbar .navbar-brand {
    float: left;
}
header.navbar .nav-btns {
    width: 60%;
    float: left;
}
header.navbar .nav-btns .nav-item {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}
header.navbar .nav-btns .nav-link {
    float: left;
    font-size: 15px;
    color: #d6d6d6;
    margin: 0px 20px;
}
header.navbar .nav-btns .nav-link i {
    font-size: 24px;
    padding: 0px 12px;
    position: relative;
    top: 3px;
    color: #3c9af4;
}
header.navbar .nav-login {
    width: 20%;
    float: left;
    margin-left: auto;
}
header.navbar .nav-login .dropdown {
    float: left;
    width: 100%;
    text-align: right;

}
.sidebar-menu .menu-toggle-btn {
    text-align: end;
    position: absolute;
    right: 15px;
    top: 0px;
    padding: 0;
}
.sidebar-menu .menu-toggle-btn i {
    font-size: 24px;
}
.sidebar-menu .main-menu {
    font-size: 22px;
    padding-bottom: 15px;
}
.sidebar-menu hr {
    border-color: #565656;
    margin: 0.75rem;
}
.left-sidebar-hidden .sidebar-menu .menu-toggle-btn {
    right: -50px;
    z-index: 10;
}
.main-toggle-btn {
    margin-right: 0 !important;
}
.menu-toggle-btn i {
    color: #47464c !important;
}
.left-sidebar-hidden .sidebar-menu .menu-toggle-btn i {
    position: fixed;
    left: 0px;
    top: 82px;
    background: #2c303b;
    padding: 10px;
    border-radius: 0px 5px 5px 0px;
    color: #d4d7e0 !important;
}
.sidebar~.main-content #app {
  padding: 40px 50px 75px;
}
.sidebar.open~.main-content #app {
  padding: 40px 50px;
}
.sidebar .nav-link .line-1{
  margin-bottom: 0px;
}

.app-footer {
    background: #1f2025;
}
.app-footer p {
    color: #c2c4c3;
    margin: 0;
}
.btn-site-blue {
    color: #fff !important;
    background-color: #3c9af4 !important;
    border-color: #3c9af4 !important;
}
.text-site-blue {
    color: #3c9af4 !important;
}
.main-top-heading h1 {
    font-size: 32px;
}
.main-top-heading h4 {
    color: #676a74;
}
.main-top-search .btn-site-blue {
    height: 56px;
    padding: 0px 30px;
    border-radius: 50px;
    line-height: 56px;
    font-weight: 600;
}
.main-top-search .form-control:focus {
    box-shadow: none;
}
.main-top-search .form-control::placeholder {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.main-top-search .drap-drop {
    font-weight: 600;
    font-size: 13px;
    padding-top: 5px;
}

.view-sort label {
    color: #8e8ea0;
    font-weight: 600;
    font-size: 15px;
    margin-left: 10px;
}
.view-sort select {
    width: 100px;
    margin: 0px 10px;
    border-radius: 5px;
    outline: none;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 5px;
}

.asset-tabs-adj .nav-item .nav-link,
.asset-tabs-adj .nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.asset-tabs-adj .card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.asset-tabs-adj .nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.asset-tabs-adj .card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.asset-tabs-adj .nav-tabs > .nav-item > .nav-link {
    color: #000;
    margin: 0;
    margin-right: 10px;
    border-radius: 30px;
    padding: 11px 23px;
    background: #e9eaef;
    font-size: 16px;
    font-weight: 600;
    height: 56px;
    line-height: 32px;
}

.asset-tabs-adj .nav-tabs > .nav-item > .nav-link.active {
    background-color: #fff;
    border-radius: 30px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    height: 56px;
    line-height: 32px;
}

.asset-tabs-adj .card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: none;
    background: transparent;
}

.asset-tabs-adj .card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.asset-tabs-adj .asset-card {
    border: 2px solid #848d9c;
}
.asset-tabs-adj .asset-card .asset-card-top {
    padding: 5px 0px 10px;
    border-bottom: 2px solid #848d9c;
}
.asset-tabs-adj .asset-card .asset-card-top p {
    font-weight: 600;
    padding: 3px 0px;
}
.asset-tabs-adj .asset-card .asset-card-btn .down-trash {
    background: #fff;
    border-radius: 5px;
    padding: 2px 10px;
    color: #848d9c;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

/* .asset-tabs-adj .asset-card .asset-card-data {
    height: 200px;
} */
.asset-tabs-adj .assets-cards-flow {
    max-height: 620px;
    overflow-y: scroll;
}
.asset-tabs-adj .assets-cards-flow .col-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.asset-tabs-adj .assets-cards-flow::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #b4bbc7;
}
.asset-tabs-adj .assets-cards-flow::-webkit-scrollbar {
    width: 4px;
    background-color: #b4bbc7;
}
.asset-tabs-adj .assets-cards-flow::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #848d9c;
}
.modal-dialog{
  top: 45px;
}
#assets-pagination input {
    width: 50px;
    border-radius: 5px;
    border: 0;
    outline: none;
    margin: 0px 5px;
    font-weight: 600;
}
#assets-pagination p,
#assets-pagination a {
    font-size: 14px;
    color: #848d9c;
    font-weight: 600;
    text-decoration: none;
}
.custom-modal-set .modal-dialog {
  height: 100%;
  margin: 0 auto;
  align-items: center;
}
.custom-modal-set .modal-dialog form {
    width: 100%;
}
.modal {
  position: fixed;
  top: 92px;
}
.custom-modal-set .modal-content {
  position: absolute;
  top: 0px;
  padding: 20px 40px;
  background-color: #d4d7e0;
  border-radius: 15px;
}
.custom-modal-set .modal-header {
    padding: 1rem 0px;
    border-bottom: 2px solid #848d9c;
}
.custom-modal-set .modal-header h5 {
    font-size: 24px;
}
.custom-modal-set .modal-body {
    padding: 1rem 0px;
    border: 0;
}
.custom-modal-set .modal-body strong {
    color: #696d77;
    font-weight: 600;
}
.custom-modal-set .modal-body .modal-select,
.custom-modal-set .modal-body input {
    height: 60px;
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
    border-radius: 15px;
    outline: none;
    box-shadow: none;
}

.custom-modal-set .modal-btns .btn {
    width: 225px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0 !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
}
.custom-modal-set .modal-btns {
    border: 0;
}
.custom-modal-set .modal-btns .modal-cancel-btn {
    background: transparent;
    color: #2b2830;
}

.box-panel .t-name-sec input {
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 10px;
}

.box-panel .tabs-sec {
    margin-top: 15px;
}

.box-panel .nav-tabs {
    border-bottom: 2px solid #ffffff;
}

.nav-link:focus{
    outline: none !important;
}

.box-panel .nav-tabs .nav-link:focus,
.box-panel .nav-tabs .nav-link:hover {
    border-color: #d4d7e0;
    outline: none;
    transition: none;
}

.box-panel .nav-tabs .nav-link.active {
    background: #d4d7e0;
    border: 2px solid #fff;
    border-bottom: 2px solid #d4d7e0;
    position: relative;
}

.box-panel .nav-tabs .nav-item {
    margin-bottom: -2px;
}
.box-panel .nav-tabs .nav-link.active::before {
    content: "";
    width: 100%;
    height: 3px;
    background: #3c9af4;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.box-panel .nav-tabs a:hover {
    border-bottom: none;
}
.box-panel .nav-tabs .nav-link {
    font-size: 15px;
    font-weight: 500;
}

.box-panel #accor-sec .accordion .card-header .card-title:after {
    font-family: "FontAwesome";
    content: "\f077";
    float: right;
    background: #fff;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    text-align: center;
    line-height: 25px;
}
.box-panel #accor-sec .accordion .card-header.collapsed .card-title:after {
    content: "\f078";
}
.box-panel #accor-sec .card {
    border: 0;
    border-radius: 0;
    height: 500px;
    overflow-y: scroll;
    padding-right: 10px;
}
.box-panel #accor-sec .card-body {
    padding: 0px 15px 10px 15px;
}
.box-panel #accor-sec .card-header {
    background: transparent;
    padding: 0px;
    text-decoration: none;
    border: 0;
}
.box-panel #accor-sec .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #4e4e4e;
    margin: 0;
}
.box-panel #accor-sec .badge {
    background-color: #3c9af4 !important;
    font-size: 16px;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    font-weight: 400;
    padding: 0;
    line-height: 23px;
}

.box-panel #accor-sec .accordion input {
    box-shadow: none;
    border: 1px solid #ced4da !important;
}

.box-panel #accor-sec .card-title {
    font-size: 12px !important;
}

.box-panel #accor-sec .temp-accor-set {
    background: #eaebf0;
    padding: 0px;
    border-radius: 10px;
    position: relative;
}
.box-panel #accor-sec .temp-accor-set .card-title {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    width: 100%;
}
.box-panel #accor-sec .card-sec-in {
    padding-bottom: 70px;
}
.box-panel #accor-sec .temp-accor-set .card-title .fa {
    font-size: 20px;
    margin: 0px 10px;
}
.box-panel #accor-sec .temp-accor-set .collapsed .accor-head-lef {
    background: transparent;
}
.box-panel #accor-sec .card-logo-input {
    padding: 5px 10px;
    border: 1px solid #babdc3;
    border-radius: 5px;
}
.box-panel #accor-sec .card-logo-input label {
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 0;
}
.box-panel #accor-sec .card-logo-input input {
    border: 0 !important;
    padding: 0 !important;
    margin-right: 10px;
}
.box-panel #accor-sec .temp-accor-set .accor-head-lef {
    background: #fff;
    padding: 5px;
    width: 100%;
}
.box-panel #accor-sec .temp-accor-set .temp-del-btn {
    float: left;
    width: 100%;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
}
.box-panel #accor-sec .temp-accor-set .temp-del-btn span {
    font-weight: normal;
    font-size: 14px;
    color: #858585;
}
.box-panel .temp-card-bott {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #656870;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0px 0px 10px 10px;
    padding: 0px 15px;
}
.box-panel .card-body .temp-card-bott .slider:before {
    width: 14px;
    height: 14px;
}
.box-panel .card-body .temp-card-bott .switch {
    width: 50px;
    height: 22px;
}
.box-panel .card-body .temp-card-bott .switch input:checked + .slider:before {
    transform: translateX(28px);
}
.box-panel .card-body .temp-card-bott .off {
    top: 0;
    left: -50px;
    font-size: 14px;
    color: #e5e5e5;
    font-weight: 400;
}
.box-panel .card-body .temp-card-bott .on {
    top: 0;
    right: -50px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.box-panel .card-body .temp-card-bott .switch-btn {
    position: relative;
    right: 60px;
    top: 4px;
}

.social-icons.text-center {
    background-color: #2c303a;
    border-radius: 15px 15px 0px 0px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.canvas-social-icon.d-inline-block {
    border: 1px solid #444444;
    margin: 11px 2px;
    color: #fff;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    line-height: 32px;
    float: left;
}
.canvas-social-icon i.fab {
    font-size: 24px;
}

.box-panel .tabs-sec .img-text-btns a {
    width: 50%;
    background: #fff;
    margin: 10px 3px;
    border-radius: 50px;
}
.container.bootstrap.snippet.mx-0.px-0{
  max-width: 1260px;
}
.box-panel .tabs-sec .import-variable-btn i {
    font-size: 16px;
}
.box-panel .tabs-sec .import-variable-btn a {
    font-weight: 600;
    font-size: 14px;
}
.left-sidebar-light-alt .left-sidebar .nav-title a,
.left-sidebar-light-alt .left-sidebar .nav-title a h5 {
    margin: 0;
}

.left-sidebar-light-alt .sidebar-menu > ul > li > a.active {
    background: #d4d7e0;
    border-radius: 3px;
}
.left-sidebar-light-alt .sidebar-menu > ul > li > a.active h5 {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
.left-sidebar-light-alt .sidebar-menu > ul > li.sub-menu > a.active {
    background: transparent;
}
.canvas-elem {
    background: #000;
    border-radius: 0px 0px 15px 15px;
    padding: 15px;
}
.canvas-elem-head h3 {
    font-weight: 400 !important;
    font-size: 22px;
    margin: 0;
    color: #e1e1e1;
}
.canvas-elem-head span {
    color: #a7a7a7;
    font-size: 14px;
}
.canvas-elem-head .fa {
    color: #e1e1e1;
    font-weight: 400;
    border: 3px solid #e1e1e1;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 5px;
}
.canvas-elem-head .canva-elem-set {
    margin-left: 45px;
}

.can-next-prev .btn-lay-set h5,
.can-next-prev .btn-lay-set span {
    color: #e1e1e1;
}
.can-next-prev .btn-lay-set h5 {
    font-size: 14px;
}
.can-next-prev .btn-lay-set span {
    font-size: 9px;
}
.can-next-prev .prv-btn-icon {
    position: absolute;
    background: #47484c;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    line-height: 38px;
    font-size: 24px;
    color: #fff;
    top: 7px;
    right: 7px;
}
.can-next-prev .prv-btn-icon.next-btn-icon {
    left: 7px;
}
.can-next-prev .btn-det-set {
    background: #27282d;
    padding: 5px;
    border-radius: 15px;
}
.canvas-elem-foot .canva-foot-btn a {
    background: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    color: #27282d;
}

.main-top-heading h5 {
    color: #3c9bf4;
}
.xml-feed h2 {
    color: #676b75;
    font-size: 22px;
}
.xml-feed input {
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: bold;
}
.inven-p-btn p {
    color: #676b75;
    font-weight: 600;
}
.inven-p-btn span {
    font-weight: bold;
}
.inven-p-btn .btn {
    background: #21d2a2;
    color: #fff;
    font-weight: 600;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 50px;
    margin-top: 20px;
}
.time-select-box {
    width: 300px;
}
.time-select-box input,
.time-select-box select {
    border: 0;
    outline: none;
    box-shadow: none;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px;
}
.time-select-box p {
    font-weight: 600;
    color: #676b75;
}
.time-select-box .slct-time .time-field {
    width: 60%;
}
.time-select-box .slct-time .ampm-field {
    width: 40%;
}
.time-graphics .auto-graphics {
    width: 400px;
    height: 100%;
    background: #2c303a;
    margin-left: 30px;
    border-radius: 15px;
    color: #fff;
    padding: 25px;
}
.time-graphics .auto-graphics .switch input,
.temp-card-bott .switch input {
    display: none;
}
.time-graphics .auto-graphics .switch,
.temp-card-bott .switch {
    display: inline-block;
    width: 80px;
    height: 44px;
    margin: 5px;
    position: relative;
}
.time-graphics .auto-graphics .slider,
.temp-card-bott .slider {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background: #555860;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.time-graphics .auto-graphics .slider:before,
.temp-card-bott .slider:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: #c5c5c5;
    border-radius: 100px;
    top: 0px;
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
    left: 0;
}
.time-graphics .auto-graphics .switch input:checked + .slider:before,
.temp-card-bott .switch input:checked + .slider:before {
    -webkit-transform: translateX(37px);
    transform: translateX(37px);
    background: #43ad50;
}
.time-graphics .auto-graphics .off,
.temp-card-bott .off {
    position: absolute;
    left: -40px;
    top: 5px;
    color: #706f6f;
    font-weight: 600;
    font-size: 22px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.time-graphics .auto-graphics .on,
.temp-card-bott .on {
    position: absolute;
    right: -40px;
    top: 5px;
    font-weight: 600;
    font-size: 22px;
    color: #d3d3d3;
    font-family: "roboto_light", sans-serif;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.time-graphics
    .auto-graphics
    .switch
    input:checked
    ~ .time-graphics
    .auto-graphics
    .off {
    color: #d3d3d3;
    top: -5px;
}
.time-graphics
    .auto-graphics
    .switch
    input:checked
    ~ .time-graphics
    .auto-graphics
    .on {
    color: #43ad50;
}

.temp-card-bott .switch input:checked ~ .temp-card-bott .off {
    color: #d3d3d3;
    top: -5px;
}
.temp-card-bott .switch input:checked ~ .temp-card-bott .on {
    color: #43ad50;
}
.time-graphics .auto-graphics p {
    font-size: 13px;
    color: #e1e1e1;
}
.time-graphics .auto-graphics span {
    font-size: 12px;
    font-weight: 300;
}
.time-graphics .auto-graphics .theme-time {
    border: 0;
    outline: none;
    box-shadow: none;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px;
    width: 100%;
    margin-top: 10px;
    background: #555860;
    color: #fff;
}

.header-border {
    border-width: 2px;
}
.table-head h6 {
    color: #676a74;
}
.table-data table {
    border-collapse: collapse;
    width: 100%;
}
.table-data td,
.table-data th {
    text-align: left;
    padding: 8px;
    font-size: 13px;
}
.table-data td {
    color: #4f515a;
    font-size: 12px;
    font-weight: 600;
}
.table-data tr:nth-child(even) {
    background-color: #e2e4ea;
    border: 1px solid #a6a7ad;
    border-left: 0;
    border-right: 0;
}
.table-data .table-heads {
    background: transparent !important;
    border: none !important;
}
.table-data td img {
    width: 300px;
    height: 300px;
}
.table-data {
    max-height: 600px;
    height: 600px;
    overflow: scroll;
}

.table-data::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(108, 87, 87, 0.3);
    border-radius: 10px;
    background-color: #c5c8cf;
}
.table-data::-webkit-scrollbar {
    width: 4px;
    background-color: #d4d7e0;
}
.table-data::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #9297a4;
}

.xml-feed .file-upload {
    display: block;
    text-align: center;
    font-size: 12px;
}
.xml-feed .file-upload .file-select {
    display: block;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    width: 70%;
}
.xml-feed .file-upload .ch-f-set .file-select-button {
    background: #21d2a2;
    padding: 0 10px;
    display: flex;
    right: 0;
    height: 100%;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    width: 30%;
    justify-content: center;
    height: 60px;
    border-radius: 0px 10px 10px 0px;
}
.xml-feed .file-upload .ch-f-set {
    background: #fff;
    border-radius: 10px;
}
.xml-feed .file-upload .file-select .file-select-name {
    display: inline-block;
    padding: 15px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
.xml-feed .file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.xml-feed .file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.login-signup-form .form-signin {
    max-width: 450px;
    margin: 15% auto 15%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 10px 70px 0 rgb(108 158 195 / 25%);
}
.login-signup-form .brand {
    display: block;
    margin-bottom: 50px;
}
.login-signup-form .form-group > label {
    font-weight: 400;
}
.login-signup-form .form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 8px 20px;
    font-size: 13px;
}
.login-signup-form .form-signin .checkbox {
    font-weight: 400;
}
.login-signup-form .custom-control {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.login-signup-form .custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.login-signup-form .custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}
.login-signup-form .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #36a2f5;
}
.login-signup-form .bg-btn-dark {
    background-color: #2c303b !important;
    color: #fff !important;
}
.login-signup-form .sign-in-link {
    color: #2c303b;
    font-weight: bold;
    text-decoration: none;
}
.login-signup-form .form-signin-heading {
    font-size: 22px;
}

.login-signup-form .form-control {
    background-color: #fff !important;
}

.app #toast-container > .toast-error {
    background-image: none !important;
    margin-right: 10px;
    outline: none !important;
    border: none !important;
}

.app .toast-close-button {
    display: none;
}

.app #toast-container > .toast-success {
    background-image: none !important;
    outline: none !important;
    border: none !important;
}

#toast-container > div {
    padding-left: 20px !important;
    outline: none !important;
    border: none !important;
}

#toast-container {
    top: 90px;
    outline: none !important;
    border: none !important;
}

.toast-error {
    background-color: rgb(184, 34, 34) !important;
    opacity: 1 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
}

.toast-success {
    background-color: rgb(35, 223, 51) !important;
    opacity: 1 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.pagination-set .fa {
    font-size: 24px;
    margin: 0px 10px;
}

.alignItmes {
    display: flex;
    justify-content: space-between;
}
#inventorydatatable-table,
#inventorycsv-table,
#clientdatatable-table {
    width: 100% !important;
}

#inventorydatatable-table_paginate a,
#inventorydatatable-table_paginate span,
#inventorycsv-table_paginate a,
#inventorycsv-table_paginate span,
#clientdatatable-table_paginate a,
#clientdatatable-table_paginate span,
#CampaignDatatable-table_paginate a,
#CampaignDatatable-table_paginate span {
    font-weight: bold;
    font-size: 22px;
    padding: 5px;
    border: none;
    background: transparent;
}

#inventorydatatable-table_paginate a:hover,
#inventorycsv-table_paginate a:hover,
#clientdatatable-table_paginate a:hover,
#CampaignDatatable-table_paginate a:hover,
#inventorydatatable-table_paginate a:active,
#inventorycsv-table_paginate a:active,
#clientdatatable-table_paginate a:active,
#CampaignDatatable-table_paginate a:active {
    background: transparent;
    color: #000 !important;
    border: none;
    box-shadow: none;
}

.adjust-img {
    width: 100%;
    height: 200px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.set-img {
    width: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
}

.temp-img {
    width: 100%;
    /* height: inherit; */
    margin-top: -48px;
}
.layouts-sec-adj .assets-cards-flow .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.layouts-sec-adj .asset-card {
    border: 0;
}
.layouts-sec-adj .asset-card .asset-card-data {
    border: 2px solid #848d9c;
}
.layouts-sec-adj .asset-card .asset-card-top {
    border: 0;
}

.asset-card.mb-3.show-hover:hover {
    background-color: #babdc4;
    /* border-width: thick; */
}

.showImage {
    position: fixed;
    z-index: 1050;
    top: 30%;
    height: 50%;
    width: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    padding: 10px;
}

.showImageNew {
    position: fixed;
    z-index: 1050;
    top: 25%;
    height: 50%;
    width: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    padding: 10px;
}

.asset-card.mb-3.show-hover.selected {
    background-color: #babdc4;
    border-width: thick;
}

.reshapeButton {
    padding: 0.7rem 1.5rem;
    border: 1px solid #215db0;
    background-color: #215db0;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    width: 225px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0 !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
}


#getElement {
    position: absolute;
    width: calc(100% - 40px);
    z-index: 111;
    left: 20px;
}
#getElement li {
    padding: 5px 10px;
    cursor: pointer;
}
#getElement li:hover {
    background: #858c9f;
    color: #fff;
}
.temp-save-btn {
    background-color: #21d2a2 !important;
    border-radius: 50px !important;
    color: #fff !important;
    padding: 7px 20px !important;
}

.adjust-imgg {
    width: 148px;
    height: 150px;
    margin: auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #212529;
}
.col-3-img {
    flex: 1 0 25%;
}

.back-button{
    float:right;
}

.campaign-library{
    display: flex;
    justify-content: space-between;
}
.list{
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1300px) {
    .main-content #app {
        padding: 40px 30px;
    }
}

@media (max-width: 1250px) {
  .col-3{
     min-width: 33% !important;
 }
}
@media (max-width: 1099px) {
  .size-filter{
      margin-top: 15px !important;
 }
}
@media (max-width: 1025px) {
 .col-3{
    min-width: 50% !important;
}
}

@media (max-width: 769) {
  .col-sm-6{
     min-width: 100% !important;

 }
}
@media screen and (max-width: 768px) {
  .sidebar.open~.main-content #app {
    padding: 40px 36px;
}
/* .dataTables_wrapper{
  width: fit-content;
}  */
.xml-feed .file-upload .ch-f-set .file-select-button {
  height: 45px;
  font-size: 16px;
}
.mobile-resp-form {
  flex-wrap: wrap;
}
.row.justify-content-end.prev-next{
  width: 100%;
}

.xml-feed .file-upload .ch-f-set {
  height: 45px;
}
.xml-feed .file-upload .file-select .file-select-name {
  font-size: 15px;
}
    .asset-tabs-adj .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }
    .asset-tabs-adj .nav-tabs .nav-item > .nav-link {
        margin-bottom: 5px;
    }
    #append_rec tr {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    #append_rec #template{
      display: none;
    }
    #append_rec tr th{
      /* width: 80%; */
        width: 300px;
        text-align: center;
    }
    #append_rec tr td{
      /* width: 80%; */
      width: 300px;
}
#append_rec tr td img{
  width: 100%;
}
    .prev-save{
      display: flex;
      justify-content: space-around;
    }
}
@media (max-width: 670px) {
    .col-3{
       min-width: 100% !important;
   }
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 800px !important;
  }
}

@media (max-width: 656) {
  .col-sm-6{
     min-width: 100% !important;
 }
}


@media (min-width: 850) {
    .col-resp{
       flex: 0 0 50%;
       max-width: 50%;
   }
}
.sub-main {
  background-color: #d4d7e0;
  padding: 57px;
}
.items {
  margin: 0px;
}
.star {
  color: #ff3a6e;
}
.number, .number1 {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #f8f7ff;
}
.sidebar.open {
  width: 250px;
  padding: 20px 31px;
  /* overflow: scroll; */
  transition: all 0s ease;
}
.line1 {
  width: 15.5%;
  background-color: #f8f7ff;
}
.sidebar .logo-details {
  margin-top: 4px;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar .logo-details .icon {
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar .logo-details .logo_name {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  opacity: 0;
}
.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
  opacity: 1;
}
.sidebar .logo-details #btn {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details #btn {
  text-align: right;
}
.sidebar-content{
    height: 25px;
    background-color: green;
}
.sidebar i {
  color: #fff;
  height: 60px;
  min-width: 31px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}
.sidebar .nav-list {
  height: 100%;
}
.sidebar li {
  position: relative;
  list-style: none;
}
.sidebar li .tooltip {
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}
.sidebar li:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
  z-index: auto;
}
.sidebar.open li .tooltip {
  display: none;
}
.sidebar.open input {
  padding: 0 20px 0 50px;
  width: 100%;
}
.sidebar .bx-search {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  color: #fff;
}
.sidebar.open .bx-search:hover {
  color: #fff;
}
.sidebar .bx-search:hover {
  background: #fff;
  color: #11101d;
}
.sidebar li a {
  left: -10px;
  position: relative;
  top: -1px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.sidebar.open li a {
  position: relative;
  top: 7px;
  left: -7px;
  height: 22px;
  margin-bottom: 9px;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  /* background: #adacb1 !important; */
}

::-webkit-scrollbar-thumb {
  background: #53505f;
  border-radius: 10px;
}
.links_name {
  font-size: 13.3px;
  color: #fff;
  opacity: 1;
}
.sidebar li a .links_name {
  color: #adacb1;
  font-size: 10px;
  font-weight: 400;
  white-space: nowrap;
  padding-left: 1px;
  pointer-events: none;
  transition: 0.4s;
  margin-bottom: 0px;
}
.sidebar .nav-list li h5{
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.sidebar.open .nav-list li h5 {
  opacity: 1;
  pointer-events: none;
  transition: 0.4s;
}
.sidebar.open .nav-list li h4 {
  display: block;
  pointer-events: none;

  letter-spacing: 1px;
  margin-top: 8px;
  font-weight: 600 !important;
}
.sidebar .nav-list li h4 {
  display:none;
  pointer-events: none;
}
.sidebar.open li a h5{
  opacity: 1;
  pointer-events: auto;
  font-size: 13px;
}
.dorg{
  height: 10px;
  background-color: green;
}
.sidebar.open li a .links_name {
  /* opacity: 1; */
  display: block;
  pointer-events: auto;
  font-size: 13px;
  padding-left: 0.7rem!important;
}
.line-1 {
  border-bottom: 1px;
  background-color: #565656;
}
.sidebar li a:hover .links_name,
.sidebar li a:hover i {
  transition: all 0.5s ease;
  color: #67546e;
}
.sidebar li i {
  color: #dfdde6;
  line-height: 50px;
  font-size: 15px;
  border-radius: 12px;
  padding-right: 0px;
  padding-left: 17px;
  margin-top: -20px;
  margin-bottom: -22px;
}
.sidebar li.profile {
  position: fixed;
  height: 60px;
  width: 78px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sidebar.open li.profile {
  width: 250px;
}
.sidebar li .profile-details {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar li img {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}
.sidebar li.profile .name,
.sidebar li.profile .job {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}
.sidebar li.profile .job {
  font-size: 12px;
}
.sidebar .profile #log_out {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #1d1b31;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.sidebar.open .profile #log_out {
  width: 50px;
  background: none;
}
.home-section {
  position: relative;
  background-color: #d4d7e0;
  top: 0;
  left: 29px;
  width: calc(100% - 29px);
  transition: all 0.5s ease;
}
.asset-card-btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.home-section .text {
  display: inline-block;
  color: #11101d;
  font-size: 15px;
  font-weight: 400;
  margin: 0px;
}
.sub-main {
  background-color: #d4d7e0;
  padding: 57px;
}
.items {
  margin: 0px;
}
.star {
  color: #ff3a6e;
}
.number, .number1 {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #f8f7ff;
}
.button-next {
  width: 175px;
  height: 42px;
  border: 0px;
  border-radius: 20px;
  background-color: #215db0;
  font-size: 13px;
}
.first {
  width: 70px;
}
.campaign {
  background-color: #f2f2f2;
  border-radius: 20px;
  margin-top: 60px;
}
.line {
  height: 1px;
  background-color: #babdc4;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 70px;
  height: 100%;
  width: 58px;
  background: #252830;
  padding: 6px 15px;
  /* z-index: 99; */
  transition: all 0.3s ease;
  overflow: visible;
}
.line1 {
  width: 15.5%;
  background-color: #f8f7ff;
}
.sidebar .logo-details .icon {
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar .nav-list .active .icon
 {
    color: #67546e;
}
.sidebar .nav-list .active .links_name
 {
    color: #67546e;;
}
.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
  opacity: 1;
}
.sidebar .logo-details #btn {
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details #btn {
  text-align: right;
  color: #47464c !important;
  right: 7px;
}
.nav-list li {
  height: 24px;
}
.sidebar i {
  color: #fff;
  height: 60px;
  min-width: 31px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}
.sidebar .nav-list {
  height: 100%;
}
.sidebar li {
  /* position: relative; */
  list-style: none;
}
.sidebar .nav-list li .tooltip {
  position: absolute;
  top: -10px;
  left: calc(100% + 15px);
  z-index: 33443;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}
.sidebar .nav-list li:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 0px;
  transform: translateY(-50%);
}
.sidebar.open li .tooltip {
  display: none;
}
.sidebar.open input {
  padding: 0 20px 0 50px;
  width: 100%;
}
.sidebar .bx-search {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  color: #fff;
}
.sidebar.open .bx-search:hover {
  color: #fff;
}
.sidebar .bx-search:hover {
  background: #fff;
  color: #11101d;
}

.sidebar li a .links_name {
  color: #adacb1;
  font-size: 10px;
  font-weight: 400;
  white-space: nowrap;
  padding-left: 1px;
  /* opacity: 0; */
  display: none;
  pointer-events: none;
  transition: 0.4s;
}
.sidebar li.profile {
  position: fixed;
  height: 60px;
  width: 78px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sidebar.open li.profile {
  width: 250px;
}
.sidebar li .profile-details {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar li img {
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}
.sidebar li.profile .name,
.sidebar li.profile .job {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}
.sidebar li.profile .job {
  font-size: 12px;
}
.sidebar .profile #log_out {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #1d1b31;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.sidebar.open .profile #log_out {
  width: 50px;
  background: none;
}
.sidebar.open ~ .home-section {
    left: 250px;
    width: calc(100% - 250px);
    margin-right: 250px;
}
.sidebar~ .home-section {
  left: 58px;
  width: calc(100% - 57px);
  margin-right: 58px;
}
@media (max-width: 1120px) {
  .list{
    justify-content: flex-start;
  }
  }
  @media (max-width: 1023px) {
    .list{
      flex-wrap: wrap;
    }
    .modal-content {
      max-width:92% !important;
    }
    }
    @media (max-width: 1024px) {
      .modal-content {
        max-width:92% !important;
      }
      }
@media (max-width: 908px) {
  .list{
    justify-content: flex-start;
  }
  }
  @media (max-width: 768px) {
    .modal-dialog {
      max-width: 576px !important;
  }
  .modal-content {
    max-width: 496px !important;
  }
    }

@media (max-width: 645px) {
  .campaign-main {
    overflow: scroll;
  }
}
@media (max-width: 467px) {
  .line1 {
    display: none;
  }
  .first {
    width: 98px;
  }
  .list {
    width: 294px;
}
.sidebar~.main-content #app {
  padding: 40px 30px;
}
}
@media (max-width: 425px){
  .sidebar~.main-content #app {
      padding: 40px 9px;
      width: 366px;
  }
  .sidebar.open~
  .campaign {
    width: 258px;
  }
  .sub-main {
    padding: 45px;
  }
  .list {
    width: 302px;
}
  .line {
    width: 235px;
  }
  .campaign {
    margin-top: 32px;
  }
  .row .justify-content-around{
    margin-top: 20px;
  }
  .justify-content-end.d-flex.col-resp {
      margin-top: 11px;
      width: 290px;
  }
.btn.btn-site-blue{
width: 303px;
}
.input-group.border.rounded-pill.p-2.bg-white{
    width: 306px;
}
.size-filter.float-md-right.float-lg-right.mr-4.mt-lg-3 {
  width: 300px;
}
.button-resp-form {
  display: grid!important;
  justify-items: center;
}
#append_rec tr th{
  /* width: 80%; */
    width: 230px;
}
#append_rec tr td{
  /* width: 80%; */
  width: 230px;
}
.size-filter.float-right.mr-4.mt-lg-3{
width: 284px;
}
}
@media (max-width: 420px) {
  .sub-main {
    padding: 40px;
  }
}
@media (max-width: 368px) {
  .sub-main {
    padding: 20px;
  }
}
@media (max-width: 320px) {
  .sub-main {
    padding: 11px;
  }
  .campaign {
    width: 249px;
  }
  .sidebar {
    width: 45px;
  }
  .home-section {
    left: 45px;
    width: calc(100% - 45px);
  }
  .number,.catagrous{
    display: none;
  }
  .list{
    flex-direction: column;
    align-items: center;
  }
  .sidebar .logo-details #btn {
    right: -7px;
  }
  .sidebar li i {
    padding-left: 16px;
}
}
.mobile-resp-form {
    display: flex;
}
.button-resp-form {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 426px) {
    .mobile-resp-form {
        display: grid!important;
    }
    .button-resp-form {
        display: grid!important;
    }
  }
  @media (max-width: 769px) {
    .line1 {
        width: 12%!important;

    }
  }




