@font-face {
    font-family: poppins;
    src: local('sans-serif'), url("/static/fonts/poppins/Poppins-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: poppins;
    src: local('sans-serif'), url("/static/fonts/poppins/Poppins-Italic.ttf");
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: poppins;
    src: local('sans-serif'), url("/static/fonts/poppins/Poppins-Light.ttf");
    font-display: swap;
    font-weight: 200;
}
@font-face {
    font-family: poppins;
    src: local('sans-serif'), url("/static/fonts/poppins/Poppins-Light.ttf");
    font-display: swap;
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: poppins;
    src: local('sans-serif'), url("/static/fonts/poppins/Poppins-Medium.ttf");
    font-display: swap;
    font-weight: 500;
}
@font-face {
    font-family: poppins;
    src: local('sans-serif'), url("/static/fonts/poppins/Poppins-MediumItalic.ttf");
    font-display: swap;
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: poppins;
    src: local('sans-serif'), url("/static/fonts/poppins/Poppins-SemiBold.ttf");
    font-display: swap;
    font-weight: 600;
}
@font-face {
    font-family: poppins;
    src: local('sans-serif'), url("/static/fonts/poppins/Poppins-Bold.ttf");
    font-display: swap;
    font-weight: 800;
}

html, body {
    height: 100%;
    font-family: poppins;
}
body {
    margin: 0px;
}
.f-page.col-sm-12 {
    padding: 0px;
}
.wrapper.clear {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.wrapper.clear:after {
    clear: both;
    content: "";
    display: table;
}
.full-height {
    height: 100%;
    min-height: 600px;
}
.f-page {
    color: #ffffff;
    font-size: 12px;
    /*font-size: 0.8784773060029283vw;*/
}
.f-page .left {
    background-color: #1abc4e;
    float: left;
    min-height: 100%;
}
.f-page .right {
    background-color: #e4e4e4;
    float:right;
    color: #425d6b;
    background-image: url("/static/images/login-bg-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5), url("/static/images/login-bg-1.jpg"));*/
}
.f-page .right a{
    color: #1abc4e;
}
.f-page .right .div-cover {
    padding-left: 5px;
}
.f-page .right .m-msg {
    font-size: 42px;
    /*font-size: 4vw;*/
}
.f-page a {
    color: #ffffff;
}
.footer, .sec-p {
    position: fixed;
    bottom: 0;
    width: 65%;
    text-align: center;
    padding-bottom: 15px;
    font-size: 10px;
}
.sec-p {
    text-align: left;
    z-index: 999;
}
.sec-p .l {
    margin-top: 10px;
    font-size: 10px;
}
.left .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    margin-left: -15px;
    margin-bottom: 15px;
}
.m-msg .f, .m-msg .to {
    color: #1b1b1b;
    font-weight: 800;
}
.m-msg .s .to {
    font-weight: 500;
}
.m-msg .s .wts {
    color: #1abc4e;
    font-weight: 800;
}
.pos-relative {
    position: relative;
}
.footer .logo-label {
    font-size: 9px;
}
.vertical-center {
    margin: 0;
    /*position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.form-box {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.form-box input {
    width: 100%;
    border-radius: 3px;
    border: none;
    height: 25px;
    font-size: 11px;
    font-weight: 600;
}
.form-box .h-title, .form-box-2 .h-title {
    text-align: left;
    /*font-size: 0.7320644216691069vw;*/
    font-size: 11px;
    font-weight: 700;
    padding-top: 10px;
}
.form-box-2 .h-title {
    color: #1abc4e;
}
.form-box .f-pass {
     text-align: right;
     font-size: 11px;
     padding-top: 10px;
}
.nav-username .dropdown-toggle {
    padding: 0px;
}
.confirm-button {
    margin-right: 60px;
    color: #ffffff;
    background-color: #1abc4e;
    width: 85px;
    font-size: 14px;
    border-radius: 15px;
    border: 1px;
    padding: 5px 10px 5px 10px;
}
.nav-username a.dropdown-toggle.nav-link {
    /*color: #007bff;*/
    color: #000000
}
.dropdown-option {
    font-size: 12px;
    padding: 4px 0px 4px 14px;
    color: #000000;
}
.dropdown-menu-right a {
    text-decoration: none;
}
.dropdown-option:hover  {
    background-color: #1abc4e;
    color: #ffffff;
}
.page-heading {
    text-transform: uppercase;
    font-size: 18px;
    /*font-size: 1.3177159590043923vw;*/
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 20px;
}
.notice-message {
    font-size: 12px;
}
.notice-message .important {
    font-size: 14px;
}
.reg {
    font-size: 10px;
    /*font-size: 0.7320644216691069vw;*/
}
.reg .s-up {
    font-size: 12px;
    /*font-size: 0.8784773060029283vw;*/
    font-weight: 600;
}
.submit-btn {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.submit-btn input {
    background-color: #ffffff;
    color:  #1abc4e;
    border: none;
    border-radius: 3px;
    height: 25px;
    width: 90%;
}
.submit-btn input:focus {
    outline: none;
}
.submit-btn.change-pwd {
    width: 70%;
}
.or-txt {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 10px;
    /*font-size: 0.7320644216691069vw;*/
}
.icon-in {
    position: absolute;
    margin-left: 10px;
    height: 25px;
    display: flex;
    align-items: center;
    color: #425d6b;
    font-size: 14px;
}
.input-data {
  padding-left: 30px;
}
.page-heading-message {
    font-size: 10px;
}
.top-logo {
    background-image: url("/static/images/hackpack-logo.png");
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 30px;
}
.top-logo-left {
    text-align: right;
    background-image: url("/static/images/Beeyond-logo-2.png");
    height: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    width: 34px;
    left: 32%;
}
.border-bottom-custom {
    border-bottom: 6px solid #1abc4e;
}
.think-by-bx {
    color: #95e4ae;
}
.iti__country-name, .iti__selected-dial-code {
    color: #000000;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.no-bullet-list {
    list-style-type:none;
}
.sidebar li.menu {
    cursor: pointer;
    padding-left: 40px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar li.menu.active, .sidebar .list-group-item.active, .sidebar #analytics.list-group-item.active:hover {
    background-color: #6dd48e;
}
.sidebar #analytics.list-group-item {
    padding-top: 5px;
    padding-bottom: 5px;
}
.useravatar {
    height: 46px;
    width: 46px;
    border-radius: 23px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/static/images/default-avatar.png');
    margin: 0px 10px;
    background-position: center;
}
.sidebar a, .sidebar .list-group-item:hover {
    color: #ffffff;
}
.sidebar, .sidebar .list-group-item, .sidebar .list-group-item:hover {
    background-color: #1abc4e;
    font-size: 12px;
    font-weight: 500;
}
.sidebar .list-group-item, .sidebar .list-group-item:hover {
    font-size: 15px;
}
.sidebar .list-group-item {
    border: none;
}
#menu-toggle {
    display: none;
}
.sidebar .top-logo {
    margin-top: 10px;
}
.sidebar .think-by-bx {
    margin-bottom: 4rem;
}
.sidebar .list-group-item {
    padding-top: 0rem;
    padding-bottom: 11px;
}
.sidebar ul {
    margin-bottom: 0.5rem;
}
.content-wrap {

}
.text-align-left {
    text-align: left;
}
.custom-nav.navbar {
    font-size: 14px;
}
.nav-username {
    padding: 15px 10px 0px 0px;
}
.table-container {
    width: 90%;
    font-size: 12px;
}
.table-container.table-size {
    min-height: 514px;
}
.black-text {
    color: #000000;
}
.form-table {
    width: 100%;
    text-align: center;
}
.cell-style:after{
    content: "|";
    color: #cecece;
    float: right;
}
.row-style {

}
.form-table thead, .add-button {
    background-color: #1abc4e;
    color: #ffffff;
}
.form-table thead tr {
    height: 40px;
    border-radius: 10px;
    text-align: center;
}
.form-table thead tr td {
    font-weight: 500;
}
.form-table thead tr td.front{
    border-top-left-radius:  5px;
    border-bottom-left-radius: 5px;
}
.form-table thead tr td.bottom{
    border-top-right-radius:  5px;
    border-bottom-right-radius: 5px;
}
.form-table tbody tr {

}
.form-table tbody tr td {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #000000;
}
.form-table tbody tr td.short-space{
    padding-right: 0.1rem;
    padding-left: 0.1rem;
}
.user-pagination {
    margin-top: 30px;
}
.user-pagination a {
    color: #000000;
    font-weight: 500;
}
.disabled {
    color: #969292;
    font-weight: 500;
    cursor: no-drop;
}
.cursor-pointer {
    cursor: pointer;
}
.add-button {
    padding: 7px;
    border-radius: 15px;
    font-size: 13px;
    width: 150px;
    text-align: center;
}
.add-button a:hover {
    text-decoration: none;
}
.top-row {
    width: 90%;
    margin: 15px 0px 40px 0px;
    display: table;
}
.search-input {
    border-radius: 15px;
    border: 1px solid #c1c1c1;
    padding: 5px 40px 5px 15px;
    font-size: 12px;
    margin-right: 10px;
    width: 250px;
}
.search-input:focus {
    outline: none;
}
.search-container {
    width: 250px;
}
.search-container .icon-in {
    margin-left: 220px;
    margin-top: 3px;
    height: 25px;
    display: flex;
    align-items: center;
    color: #425d6b;
    font-size: 18px;
}
.blink {
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}
#replaceable-content {
    margin-bottom: 40px;
}
.user-manage, .user-manage input {
    font-size: 12px;
    font-weight: 500;
}
.user-manage input, .user-manage select {
    border-radius: 10px;
    width: 90%;
    border: 1px solid #c2c2c2;
    height: 30px;
    padding: 0px 10px 0px 10px;
}
.user-manage input.fileupload {
    border: none;
    padding: 0px;
    border-radius: 0px;
}
.user-manage input:focus {
    outline: none;
}
.user-manage label {
    margin-bottom: 0.2rem;
    font-size: 11px;
    font-weight: 600;
}
.input-block {
    margin-bottom: 15px;
}
.h-0 {
    height: 1px !important;
}
.w-90 {
    width: 90%;
}
.save-btn input, input.save-btn {
    padding: 5px 10px;
    border-radius: 5px;
    float: right;
    border: none;
    outline: none;
    text-align: center;
}
.save-btn input.save, .save-btn.save {
    margin-right: 60px;
    color: #ffffff;
    background-color: #1abc4e;
    width: 70px;
}
.save-btn input.cancel {
    width: 80px;
    float: right;
    border: 1px solid #737373;
    margin-right: 30px;
    color: #737373;
    background-color: #ffffff;
}
.save-btn input.cancel.previous {
    background-color: #1abc4e;
    color: #ffffff;
    border: none;
}
.save-btn.save {
     width: 150px;
    font-size: 13px;
    height: 32px;
    border-radius: 8px;

}
.save-btn {
    margin-bottom: 20px;
    height: 30px;
    font-size: 12px;
}
.save-btn.remove .cancel.previous {
    width: 100px;
    cursor: pointer;
}
.collapse .save-btn.remove {
    margin-top: 10px;
}
.user-heading {
    font-size: 18px;
    margin: 0px 0px 20px 30px;
}
.profilepic {
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}
.overflow-auto {
    overflow: auto;
}
.clear-avatar input {
    height: 12px;
    width: 12px;
    margin-left: 4px;
}
.change-pwd {
    font-size: 14px;
}
.change-pwd-form {
    margin-left: 35px;
}
.change-pwd .user-heading {
    font-weight: 500;
}
.change-pwd-form label {
    width: 200px;
}
.change-pwd-form input {
    width: 250px;
    border-radius: 10px;
    border: 1px solid #ababab;
    height: 30px;
    padding-left: 10px;
}
.change-pwd-form input:focus {
    outline: none;
}
.table-heading {
    font-size: 12px;
    font-weight: 600;
}
.prodata, .countdata {
    font-size: 12px;
    max-height: 40vh;
}
.prodata table, .countdata table {

}
.prodata table tr, .countdata table tr{
    border-bottom: 1px solid #eaeaea;
}
.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false):focus {
    outline: none;
}
.datatable .tablesorter-header  {
    font-size: 10px;
    color: #1abc4e;
    font-weight: 600;
}
.tablesorter-bootstrap:not(.table-dark) thead:not(.thead-dark) .tablesorter-header {
    background-color: #fff !important;
    min-width: 80px;
}
.tablesorter-bootstrap thead .tablesorter-headerUnSorted:not(.sorter-false), .tablesorter-bootstrap thead .tablesorter-headerAsc, .tablesorter-bootstrap thead .tablesorter-headerDesc {
    background-size: 7px 10px;
}
.datatable tbody {
    font-size: 10px;
}
.datatable tbody tr td {
    padding-top: 8px;
    padding-bottom: 8px;
}
.table-heading.first {
    margin-top: 20px;
}
.table-heading.second {
    margin-top: 10px;
}
.download-btn button {
    background-color: #1abc4e;
    border: 1px solid #1abc4e;
    border-radius: 5px;
    width: 180px;
    padding: 2px;
    margin-right: auto;
}
.download-btn {
    margin-top: 10px;
}
.download-btn button:focus {
    border: 1px solid #1abc4e;
    outline: none;
}
.download-btn a {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}
.download-btn a:hover {
    text-decoration: none;
    color: #fff;
}
.top-row .top2 {
    font-size: 10px;
}
.download-btn select {
    font-size: 12px;
    padding: 4px 5px 4px 5px;
    border-radius: 3px;
    cursor: pointer;
}
.download-btn option {
    padding: 4px 5px 4px 5px;
}
.create-new-product {
    height: 100px;
}
.bg {
    height: 80px;
    width: 80px;
    margin-top: 50px;
    background-color: #3dd66e;
    border-radius: 10px;
    padding-top: 23px;
    color: #ffffff;
    font-size: 26px;
}
.product {
    margin: 30px 0px 30px 0px;
}
.product .ellipsis-non-collapse {
    width: 10px;
}
.product  .navbar.navbar-expand-lg {
    padding-left: 0px;
    padding-right: 0px;
}
.product-file {
    height: 150px;
    background-image: url('/static/images/folder-green.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 24px;
}
.product-file img {
    object-fit: fill;
    border-radius: 8px;
    margin-top: 25px;
    height: 120px;
    margin-left: 19px;
}
.product-thumbnail {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 123px;
    height: 98%;
}
.product-name {
    font-size: 11px;
    font-weight: 700;
    margin-top: 5px;
}
.product-details {
    padding: 0px 15px;
}
.product-name.subcat {
    font-size: 9px;
}
.product-name.subcat, .product-name.status {
    width: 200px;
}
.product-name.status span {
    font-size: 9px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    background-color: #eaeaea;
    color: #000;
    padding: 3px 15px;
    height: 20px;
    margin-top: 6px;
}
.sort-option {
    font-size: 10px;
}
.product-shim {

}
.product-shim .col-12, .product-shim.col-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.ellipsis-non-collapse {
    user-select: none;
}
.ellipsis-non-collapse .fa-ellipsis-v {
    color: #1abc4e;
}
.ellipsis-non-collapse .dropdown .dropdown-option {
    padding: 4px;
}
.ellipsis-non-collapse .dropdown a .dropdown-option {
    color: #000000;
}
.ellipsis-non-collapse .dropdown a:hover {
    text-decoration: none;
}
.ellipsis-non-collapse .dropdown a .dropdown-option:hover {
    color: #000000;
    background-color: #eeeeee;
}
.ellipsis-non-collapse .nav-link {
    padding: 0px;
}
.ellipsis-non-collapse .dropdown-menu.show {
    font-size: 12px;
    padding-left: 10px;
    box-shadow: 1px 1px 3px 0px #888888;
    border-color: #ffffff;
    border-radius: 6px;
    margin-left: -135px;
}
.ellipsis-non-collapse .dropdown svg {
    margin-right: 5px;
}
.product .dropdown-toggle::after {
    content: '';
    display: none;
}
#sortlist {
    width: 150px;
    border-radius: 5px;
    height: 24px;
    padding-left: 5px;
    border: 1px solid #c1c1c1;
}
.sort-option {
    width: 150px;
}
.sort-option-head {
    font-weight: 700;
}
.product .search-input {
    height: 40px;
}
.product.search-container .icon-in {
    margin-top: 8px;
}
.label-name {
    width: 175px;
    font-weight: 600;
}
.data-input {
    font-size: 12px;
}
.data-input input, .data-input textarea, .data-input select {
    width: 450px;
    border-radius: 8px;
    outline: none;
    border: 1px solid #c2c2c2;
    padding-left: 10px;
}
.data-input select {
    height: 30px;
}
.data-input textarea {
    padding-top: 5px;
    resize: none;
    margin-top: 30px;
    margin-bottom: 30px;
}
.label-name.desc {
    vertical-align: bottom;
    height: 85px;
}
.data-input input {
    height: 30px;
}
.form-data {
    margin-top: 60px;
}
.video-thumbnail {
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-line {
    font-size: 12px;
    font-weight: 600;
}
.process-step {
    width: 38px;
    height: 38px;
    border-radius: 38px;
    background-color: #a4deb7;
    color: #ffffff;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.process-step.active {
    background-color: #1abc4e;
}
.product-line .col-4 {
    padding-left: 0px;
    padding-right: 0px;
}
.product-mod .save-btn {
    font-size: 12px;
}
.adjust-margin {
    margin-top: 2px;
}
.browse-btn {
    font-weight: 500;
    color: #ffffff;
    background-color: #1f97e6;
    padding: 6px 0px;
    border-radius: 5px;
    font-size: 10px;
    width: 75px;
    display: inline-block;
}
.data-input input.upload {
    height: 32px;
    margin-right: 20px;
}
.message-note .data-input {
    font-size: 9px;
    color: #ababab;
}
.message-note {
    margin: 8px 0px;
}
.upload-percent {
    margin-left: 178px;
    width: 450px;
}
.complete-message {
    color: #1abc4e;
    font-size: 10px;
    font-weight: 600;
    margin: 10px 0px;
}
.progress {
    height: 12px;
}
.thumbnail-vdo {
    width: 50px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    pointer-events: none;
    margin-bottom: 3px;
}
.video-thumbnail .thumbnail-vdo {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.video-preview .video-trash {
    font-size: 10px;
    margin-top: 2px;
}
.video-thumbnail .video-preview .video-name {
    height: 24px;
}
.video-preview .video-name {
    font-size: 8px;
    height: 60px;
    overflow: hidden;
}
.video-preview {
    margin-top: 15px;
}
.video-preview .col-2 {
    padding-left: 5px;
    padding-right: 5px;
}
.add-new-project {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    color: green;
    margin-top: 28px;
    border-radius: 7px;
    padding: 0px;
    box-shadow: 1px 1px 3px 1px #dadada;
    cursor: pointer;
}
.add-new-project .fa-plus-circle {
    margin-top: 12px;
    margin-left: 2px;
}
.product-line hr {
    position: absolute;
    width: 100%;
    top: 5px;
    z-index: -1;
    background-color: #f3f3f3;
}
.product-line hr.right, .product-line hr.left {
    width: 50%;
}
.product-line hr.right {
    left: 0px;
}
.product-line hr.left {
    right: 0px
}
.product-line-name {
    font-size: 11px;
    color: #a7a7a7;
}
.product-line-name.active {
    color: #212529;
}
.video-trash .message {
    font-size: 9px;
    font-weight: 600;
}
.video-head {
    font-weight: 600;
}
.upload-percent #errormessage .alert-warning {
    font-size: 12px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
.upload-percent #errormessage .alert-dismissible .close {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.chart-scans {
    height: 40vh;
}
.dateselect{
    width: 100px;
    margin-right: 5px;
}
.dateselect input {
    font-size: 10px;
    height: 26px;
}
.datepicker table tr td span.active.active {
    background-color: #1abc4e !important;
    border-color: #1abc4e !important;
}
.subhead {
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
}
.switcher.tableview, .switcher.mapview {
    color: #005aff;
    text-decoration: underline;
    cursor: pointer;
    user-select: none;
    margin-left: 15px;
    font-weight: 500;
}
.map-page-shim.download-btn {
    margin-top: 0px;
}
.map-page-shim.download-btn button {
    width: 125px;
    height: 26px;
    padding: 1px;
    color: #fff;
}
.map-page-shim.download-btn a {
    font-size: 9px;
    vertical-align: middle;
    padding: 0px;
}
.subhead-top {
    margin-bottom: 12px;
}
.top-row.map-page-shim {
    margin-bottom: 20px;
    margin-left: 15px !important;
}
.download-btn .input-group-addon {
    font-size: 11px;
    border: 1px solid #bdbdbd;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 4px 4px 0px 0px;
}
.download-btn .input-group input {
    border: 1px solid #bdbdbd;
    border-right: none;
    cursor: pointer;
    outline: none;
    padding-right: 2px;
    padding-left: 3px;
    font-size: 9px;
}
.download-btn .input-group input:focus {
    outline: none;
    box-shadow: none;
}
.download-btn .form-control[readonly] {
    background-color: #ffffff;
}
.product-select {
    width: 350px;
}
.select2-container, .select2-selection {
    /*height: 30px;*/
}
.product-select .selection, .select2-results__option {
    font-size: 12px;
}
.select2 .select2-search__field {
    margin-top: 0px;
    font-size: 12px;
}
.select2.select2-container {
    float: right;
    height: 32px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size: 12px;
}
.select2-container--default .select2-results .select2-results__option--highlighted[aria-selected] {
    background-color: #1abc4e;
}
.select2-container--default .select2-search--inline input.select2-search__field {
    padding-left: 5px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-left: 1px solid #cacaca !important;
    border-top: 1px solid #cacaca !important;
    border-bottom: 1px solid #cacaca !important;
    border-right: none !important;
}
.top-row.map-page-shim.mx-auto .select2-container--default .selection .select2-selection--multiple {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    height: 32px;
}
.select2-dropdown.select2-dropdown--below .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #c0ffb9;
    color: #ffffff;
}
.top-row .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f7f7f7;
    border-left: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    border-right: none;
}
.select2-input-icon {
    height: 32px;
    border: 1px solid #cacaca;
    width: 25px;
    border-left: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 1px;
    font-size: 18px;
}
.select2-selection__choice{
    float: none !important;
    display: inline-block !important;
}
.select2-dropdown.select2-dropdown--below {
    width: 374px !important; /* to override inline style */
    border: 1px solid #dedede;
}
.select2-container--open .select2-dropdown.select2-dropdown--below {
    border-top: 1px solid #dedede;
}
.sidebar-menu {
    color: #797979;
    font-size: 12px;
    font-weight: 500;
    width: 145px;
    padding: 10px;
}
.sidebar-menu svg {
    font-size: 30px;
}
.sidebar-menu .text {
    margin-left: 5px;
}
.sidebar-menu .sidebar-menu-cont {
    cursor: pointer;
    padding: 6px;
    font-size: 12px;
    user-select: none;
    display: flex;
    align-items: center;
}
.sidebar-menu .sidebar-menu-cont.active {
    border: 1px solid #1abc4e;
    color: #ffffff;
    background-color: #1abc4e;
    border-radius: 24px;
}
.sidebar-menu .sidebar-menu-cont:hover {
    background-color: #a8d8b7;
    color: #ffffff;
    border-radius: 24px;
}
.collapse.show {
    transition: width 0s;
}
.sp-original-input-container .sp-add-on {
    width: 40px !important;
}
.dropzone.dz-clickable {
    border-style: dashed;
}
.dropzone-browse-button {
    background-color: #1abc4e;
    color: #ffffff;
    border: 1px solid #1abc4e;
    border-radius: 5px;
    width: 110px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 0px;
    margin: 5px 0px;
}
.dropzone .dz-message {
    font-size: 12px;
    color: grey;
}
.dropzone .dz-message .block {
    margin-top: 3px;
}
.overlay-add {
    margin-top: 20px;
}
.collapse .save-btn {
    margin-top: 45px;
}
.collapse .save-btn input.save, .collapse .save-btn input.cancel {
    margin-right: 0px;
    font-size: 12px;
}
.collapse .save-btn input.cancel {
    margin-right: 20px;
}
.save-btn.shim {
    margin-top: 15px;
}
.overlay-add-heading {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px;
}
.overlay-add-heading2 {
    font-size: 9px;
    margin-bottom: 10px;
}
.overlay-add-heading3 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}
.input-group .input-group-prepend .input-group-text, input.youtube-link {
    border: 1px solid #9a9a9a;
}
.input-group .input-group-prepend .input-group-text {
    border-right-color: #ffffff !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
input.youtube-link {
    border-left: 0px;
    height: 30px;
    font-size: 12px;
    border-radius: 10px;
    padding-left: 5px;
}
input.youtube-link.form-control:focus, input.youtube-link.form-control:active {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}
.button-type {
    font-size: 12px;
    font-weight: 300;
    background-color: #efefef;
    border-radius: 12px;
    padding: 2px 0px;
    margin-left: 3px;
    margin-right: 3px;
}
.button-type:hover {
    background-color: #a5f5a5;
    color: #000000;
}
.button-type.active {
    background-color: #1abc4e;
    color: #ffffff;
}
.button-type .text {
    width: 70px;
    cursor: pointer;
}
.button-type-header {
    color: #1abc4e;
    font-size: 12px;
    font-weight: 600;
}
.button-type-header label {
    margin-bottom: 3px;
}
.sp-original-input-container .sp-colorize-container.sp-add-on {
    width: 35px !important;
    height: 35px !important;
    border-radius: 18px !important;
}
.sp-replacer.sp-light {
    height: 32px;
    width: 32px;
    border-radius: 16px;
}
.sp-dd {
    display: none;
}
#id_button_color_text, #id_button_text_text {
    margin-right: -16px;
    height: 32px;
    border: 1px solid #ececec;
    background-color: #ececec;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    font-size: 12px;
    padding-left: 8px;
    width: 130px;
}
#id_button_color_text:focus, #id_button_text_text:focus, #id_button_label:focus {
    outline: none;
}
#id_button_label {
    border: 1px solid #9a9a9a;
}
.is_image_button {
    font-size: 11px;
    font-weight: 600;
    margin: 10px 0px;
    padding-top: 8px;
}
.is_image_button label {
    word-break: break-all;
}
.is_image_button label input[type="checkbox"] {
    vertical-align:top;
    font-size: 10px;
}
.button-content, #no_button, .button-color {
    margin-top: 15px;
    margin-bottom: 15px;
}
#no_button .row {
    margin-left: 0px;
    margin-right: 0px;
}
.dropzone .dz-preview .dz-progress {
    display: none;
}
.tooltip-inner, .min-slider-handle .round {
    background-color: #1abc4e;
}
.bs-tooltip-right .arrow::before {
    border-right-color: #1abc4e;
}
.slider-track-high {
    background-color: #0075ff
}
#collapseOverall {
    overflow: hidden;
    margin-top: 20px;
}
.dragactive {
    border: 3px solid #288bb3;
}
.slider-selection, .slider-track-high {
    background-image: none !important;
    background-color: #ddffe1 !important;
}
.slider-track-high {
    background-color: #1abc4e !important;
}
.slider.slider-vertical .slider-handle {
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    box-shadow: 0.5px 0.5px 2px 1px rgba(0,0,0,.32)
}
.accordion .slider.slider-vertical {
    width: 18px;
}
.slider-handle.min-slider-handle.round {
    left: -1px;
}
.slider.slider-vertical .tooltip.bs-tooltip-right {
    margin-left: 5px;
}
.accordion .slider.slider-vertical .slider-track {
    width: 6px;
}
.slider.slider-vertical .slider-handle {
    width: 15px;
    height: 15px;
    border-radius: 8px;
}
.slider-indicator {
    font-size: 16px;
    color: #1abc4e;
    margin-bottom: 10px;
}
#sortable-4 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	padding-top: 15px;
}

#sortable-4 li {
	margin: 0 3px 3px 3px;
	padding: 5px;
	padding-left: 24px;
	font-size: 17px;
	height: 35px;
}

#sortable-4 .highlight {
	border: 1px solid red;
	font-weight: bold;
	font-size: 45px;
	background-color: #333333;
}

#sortable-4 .default {
	background: #cedc98;
	border: 1px solid #DDDDDD;
	color: #333333;
	cursor: move;
}
#sortable-4 .default.sortactive {
    border: 1px solid #288bb3;
}
.slideshowpropery {
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    position: relative;
}
.imagepreview .slideshowpropery {
    margin-left: 2px;
    margin-top: 4px;
}
.overlaycontainer {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
}
.overlaycontainer.multiple {
    width: 300px;
    background-position: center;
}
.overlaycontainer.multiple .sidectrl {
    position: relative;
    height: 100%;
}
.overlaycontainer.multiple .sidectrl.rightside svg{
    margin-left: -10px;
}
.overlaycontainer.multiple .sidectrl svg{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: none;
}
.overlaycontainer.multiple.dragactive .sidectrl svg{
    display: block;
}
.overlaycontainer.music {
    width: 70px;
    height: 70px;
    background-color: transparent;
}
.overlaycontainer.music .music-dom {
    background-color: #74a4ce;
    color: #ffffff;
    overflow : hidden;
}
.background-theme-col {
    background-color: #f3f3f3;
    border-radius: 0px;
}
.editordiv {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.editordiv-cont {
    max-width: 900px;
    padding-right: 0px;
    padding-left: 0px;
}
.editor-row {
    margin-left: 0px;
    margin-right: 0px;
}
.imagepropertydelete {
    position: absolute;
    bottom: 0px;
    right: 0;
    cursor: pointer;
    background-color: #ffffff;
}
.delete-modal {
    padding-left: 30px;
    padding-right: 30px;
}
.delete-modal .trashimage {
    height: 200px;
}
.delete-modal .trashimage img  {
    height: 100%;
}
.delete-modal .content-message {
    font-size: 35px;
}
.delete-modal .content-warning {
    font-size: 14px;
    margin-bottom: 20px;
}
.delete-modal .btn {
    width: 120px;
}
.delete-modal .btn.cancel {
    color: #3e3e3e;
    border: 1px solid #3e3e3e;
}
.delete-modal .btn.delete {
    background-color: red;
    color: #ffffff;
}
.delete-modal .delete-cont {
    text-align: right;
}
.property-delete {
    background-color: #ffffff;
    border: 1px solid green;
    border-radius: 15px;
    padding: 3px 12px;
    font-size: 14px;
    float: right;
}
.prop-label {
    font-size: 14px;
}
.overlayproperty .property-head {
    padding-bottom: 10px;
    padding-top: 15px;
    border-bottom: 2px solid #ffffff;
}
.accordion .col-3 {
    padding-left: 0px;
    padding-right: 0px;
}
.overlayproperty  {
    min-height: 300px;
    overflow: auto;
    margin-bottom: 15px;
    padding: 0px 5px;
}
.overlayproperty.image .container {
    padding-right: 0px;
}
.add-slideshow-image {
    background-color: #ededed;
    width: 97px;
    border: 1px solid #d5d5d5;
    padding: 5px 8px;
    color: #504f4f;
    border-radius: 4px;
    margin: 0 2px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sortable-cont {
    min-height: 300px;
    overflow: auto;
}
.overall-property-container {
    max-width: 250px;
}
.dragable-head {
    font-size: 14px;
    padding-top: 12px;
    padding-left: 10px;
    border-bottom: 2px solid #ffffff;
}
.video.upload-percent, .audio.upload-percent, .image.upload-percent, .button.upload-percent, .imageproperty.upload-percent, .model3d.upload-percent {
    margin-left: 0px;
    width: 100%;
    margin-top: 10px;
}
.model3d.upload-percent {
    margin-top: 10px;
}
.center-inside-div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-content-preview {
    font-size: 12px;
    word-break: break-all;
}
.button-content-label {
    font-size: 12px;
    font-weight: 600;
}
.property-name {
    padding: 5px 0px;
    font-size: 13px;
}
.overlay-add-subheading {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}
input.overlay-add-search {
    width: 300px;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
}
.overlay-add-search:focus, select.overlay-add-select:focus {
    outline: 0px;
}
.overlayprops {
    border-top: 2px solid #fff;
    padding-top: 15px;
    margin-top: 5px;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 5px;
    font-size: 12px;
}
.overlayprops .save-btn.save {
    width: 65px;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.overlayprops input {
    width: 90%;
    font-size: 12px;
    border-radius: 3px;
    outline: none;
    border: 1px solid grey;
}
.overlayprops input[type="checkbox"] {
    width: 20px;
}
.overlayprops .full-screen-prompt {
    margin-top: 2px;
    cursor: pointer;
}
select.overlay-add-select {
    width: 200px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    color: #808080;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
}
.model-3d-container {
    cursor: pointer;
    margin-top: 20px;
}
.overlay-3d-name {
    font-size: 11px;
    font-weight: 600;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
}
.model-3d-cover {
    padding: 0px 0px;
}
.active-mark svg {
    display: none;
    position: unset;
    font-size: 24px;
    font-weight: 600;
    color: green;
    background-color: #ffffff;
    border-radius: 12px;
    float:right;
    margin-top: 3px;
}
.space-divider {
    margin-top: 30px;
    margin-bottom: 20px;
}
.model3d-switcher {
    font-size: 12px;
    margin-top: 13px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.model-3d-container .thumbnail {
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.col-3.model-container {
    padding-left: 15px;
    padding-right: 15px;
}
.model3doverlay canvas:focus {
    outline: none;
}
.reset-rot {
    font-size: 10px;
    color: rgb(125, 125, 125) !important;
    background-color: white;
    border: 1px solid silver;
    margin-top: 10px;
}
.modelaxis {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: #ccc;
    border-radius: 5px;
    outline: none;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
.rot-label {
    font-size: 14px;
}
.prop-dat-cont {
    margin-bottom: 5px;
}
#messagenotice .close-btn button {
    font-size: 12px;
    color: #005fc1;
    opacity: 1;
}
#messagenotice .heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
#messagenotice p, #messagenotice .u-btn button {
    font-size: 13px;
    font-weight: 500;
}
#messagenotice .u-btn {
    margin-bottom: 30px;
}
#messagenotice .u-btn button {
    background-color: #1abc4e;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 150px;
}
.instruction-overlay {
    font-size: 12px;
    margin-top: 25px;
}
.editor-background-phone {
    height: 100%;
    background-image:url('/static/images/iphone.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 124px;
    padding-bottom: 151px;
}
body .datepicker table tr td span.disabled {
    color: #d0d0d0;
}
#deleteconfirm {
    z-index: 20000;
}
#deleteconfirm .delete-modal {
    transform: scale(0.8);
}
.product .collapse.navbar-collapse {
    display: block;
}
.product-name.name {
    width: 98%;
}
.product-name.status.row {
    padding: 0px 15px;
}
.product-name.status .check {
    background-color: transparent;
    border: none;
    font-size: 20px;
    padding: 0px;
}
.product-name.status .check .fa-check-circle {
    color: #ff0000;
}
.product-name.status .check .fa-check-circle.active {
    color: #00ff00;
}
.product-name.status .check .fa-check-circle.active.modified {
    color: #ffa500;
}
.video-preview .thmna {
    width: 200px;
    text-align: center;
}
.full-screen-prompt {
    user-select: none;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0px;
    padding-top: 8px;
    width: 100%;
    overflow: auto;
}
.overlay-add .full-screen-prompt {
    border-top: 1px solid #cecece;
}
.full-screen-prompt label {
    cursor: pointer;
}
.duration-prompt, .redirect-url-prompt {
    font-size: 12px;
}
.duration-prompt input {
    width: 45px;
}
.duration-prompt label, .redirect-url-prompt label {
    font-weight: 600;
    width: 100px;
}
.redirect-url-prompt input {
    width: 80%;
    border-radius: 3px;
    border: 1px solid grey;
    font-size: 12px;
    padding-left: 10px;
    height: 30px;
    outline: 0 !important;
    box-shadow: none;
}
.data-input.og-product{
    margin: 20px 0px 20px 0px;
}


/***********   overlay-relation           ***************/
.overlay-relation-container {
    margin-top: 25px;
}
.overlay-relation-container .resize-drag {
   width: 120px;
   background-color: #219cf552;
   color: white;
   font-size: 12px;
   font-family: sans-serif;
   touch-action: none;
   height: 50px;

   /* This makes things *much* easier */
   box-sizing: border-box;
}
.overlay-relation-container .outer-div {
   height: 50px;
   margin: auto;
   position: relative;
   border: 0px solid black;
   margin-bottom: 5px;
   background-color: #efefef;
   font-size: 10px;
}
.overlay-relation-container .ticker, .overlay-relation-container .ticker-out {
    height: 50px;
    width: 2px;
    background-color: #81ff81;
    position: absolute;
}
.overlay-relation-container .type {
    position: absolute;
    z-index: 0;
}
.overlay-relation-container .overlay-stats {
    font-size: 14px;
    margin: auto;
    margin-top: 40px;
}
.overlay-relation-container .overlay-stats label{
    width: 180px;
    font-size: 14px;
    font-weight: 600;
}
.overlay-relation-container .overlay-stats button {
    border: 0;
    background: #1abc4e;
    padding: 5px 10px;
    color: white;
    border-radius: 7px;
}
.overlay-relation-container.col-12, .overlay-relation-container .col-9 {
    padding: 0px;
}
.overlay-relation-container.col-12 {
    padding-right: 10px;
}
.overlay-relation-heading {
    font-size: 16px;
    font-weight: 700;
}
.current-duration-container, .total-duration-container {
    border: 2px solid #1abc4e;
    padding: 5px 2px;
}
.total-duration-container {
    margin-bottom: 3px;
}
.current-duration-container {
    margin-bottom: 10px;
}
.total-duration label {
    margin-bottom: 0px;
}
/***********   overlay-relation ends           ***************/


/* Toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 18px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9ddead;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0px;
  bottom: 0px;
  background-color: #1abc4e;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #9ddead;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 9px;
}

.slider.round:before {
  border-radius: 50%;
}

/* toggle switch ends */


/*  media queryies  */
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .top-logo-left {
    left: 98%;
  }
  #menu-toggle {
    display: block;
  }
  .product-name.subcat, .product-name.status {
    width: 180px;
  }
}
@media only screen and (min-width: 1980px) {
.product-shim {
    width: 240px;
  }
  .col-4k-2 {
    width: 12.5% !important;
  }
}
@media only screen and (min-width: 1520px) and (max-width: 1980px)  {
.product-shim {
    width: 240px;
  }
  .col-4k-2 {
    width: 16.66% !important;
  }
}


/* firefox only css */
@-moz-document url-prefix() {
  .form-box input {
    filter: none;
  }
}