@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Josefin+Sans:wght@400;700&display=swap');
body {
    font-family: 'Cardo', serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, table thead th, .form-group label, .navbar-nav {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
a.btn_delete_order {
   margin: 0 0 3px 10px;
color:white !important;
}

.custom-action-col{
min-width:125px;
}

.custom-action-col-sm{
min-width:120px;
}

.cursor-pointer {
    cursor: pointer;
}
.min-height-none{
min-height: 0px !important;
}
.card-header {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.btn {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 5px;
}

button {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

:focus-visible {
    outline: none;
}

.qty {
    width: 35px;
    height: 22px;
    padding-top: 2px;
    line-height: 1;
}

.currentBoardLink span {
    position: relative;
    top: 2px;
}

table {
    /* font-family: arial, sans-serif; */
    font-family: 'Cardo', serif;
    border-collapse: collapse;
    width: 100%;
}

.form-group label {
    font-size: 13px;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #eaeaea;
}

.clear {
    clear: both;
}

.btn-success, .btn-danger {
    background-image: none !important;
    background-color: #8c714b !important;
    border-color: #8c714b !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
}

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

.pointer-none {
    pointer-events: none;
}

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

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #8c714b !important;
}

input:focus+.slider {
    box-shadow: 0 0 1px #8c714b !important;
}

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

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.validation-popup .inner-content {
    display: inline-block;
    background: #131212;
    padding: 10px 20px;
    color: white;
    text-transform: capitalize;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    border: 2px solid #8c714b;
}

.has-error {
    border: 1px solid red;
}

.custom-width {
    width: 50%;
}

.show-hide-password-div span {
    float: right;
    margin-top: -25px;
    margin-right: 15px;
    cursor: pointer;
}

.change_password_section .show-hide-password-div span {
    margin-top: -28px;
}
.licensing-fees-section .table-fixed {
       border-bottom: 0px !important;
}
/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0, 0.5);
    padding-top: 50px;
    z-index: 99999;
}

/* Modal Content/Box */

.modal-content {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    /* Could be more or less, depending on screen size */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
}

.modal-content h3 {
    margin-bottom: 20px;
    color: #000;
}

.modal-content p {
    margin-bottom: 20px;
}

.modal-content-script {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 625px;
    max-width: 94%;
}

.modal-content-script h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-script h5 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-script p {
    text-align: left;
}

.float-left {
    float: left;
}

.modal-content-store-status {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
}

.modal-content-store-status h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-store-status h5 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-store-status p {
    text-align: left;
}

.modal-content-store-delete {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
}

.modal-content-store-delete h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-store-delete p {
    text-align: left;
}

.modal-content-order-view-update {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
}

.modal-content-order-view-update h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-order-view-update p {
    text-align: left;
}

.modal-content-order-view-model-update {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
    min-height: 310px;
}

.modal-content-order-view-model-update h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-order-view-model-update p {
    text-align: left;
}

.modal-content-user-delete {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
}

.modal-content-user-delete h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-user-delete p {
    text-align: left;
}

.modal-content-store-edit {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
}

.modal-content-store-edit h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-store-edit p {
    text-align: left;
}

.modal-content-email-pdf {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    //width: 603px;
    //max-width: 94%;
    width: 100%;
    max-width: 520px;
}

.modal-content-email-pdf h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-email-pdf h6 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-email-pdf p {
    text-align: left;
}

.modal-content-board-progress {
    display: none;
    background-color: #fefefe;
    border: 1px solid #888;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 650px;
    max-width: 94%;
}

.modal-content-board-progress .file-upload-div {
    overflow-y: auto;
    max-height: 200px;
    overflow-x: hidden;
}

/* width */

.modal-content-board-progress .file-upload-div::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.modal-content-board-progress .file-upload-div::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

.modal-content-board-progress .file-upload-div::-webkit-scrollbar-thumb {
    background: #8c714b;
}

/* Handle on hover */

.modal-content-board-progress .file-upload-div::-webkit-scrollbar-thumb:hover {
    background: #695539;
}

.modal-content-board-progress h4 {
    margin-bottom: 10px;
    color: #000;
    text-align: left;
}

.modal-content-board-progress p {
    text-align: left;
}

.modal-content-board-progress-builder-confirmation {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
}

.modal-content-board-progress-builder-confirmation h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-board-progress-builder-confirmation p {
    text-align: left;
}

.modal-content-order-confirmation {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
}

.modal-content-order-confirmation h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-order-confirmation p {
    text-align: left;
}

.modal-content-order-summary {
    display: none;
    /* text-align: center; */
    background-color: #fefefe;
    border: 1px solid #888;
    width: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: calc(100vh - 0%);
    font-size: 16px;
}

.modal-content-order-summary h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-order-summary p {
    margin-bottom: 7px !important;
}

.modal-content-order-summary p {
    text-align: left;
}

.modal-content-order-summary h6 {
    font-size: 1rem;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}

.modal-content-order-summary h5 {
    font-size: 1.5rem;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}

.modal-content-order-summary .clearfix {
    margin-top: 15px;
}

.modal-content-order-status {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
}

.modal-content-order-status h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-order-status h5 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-order-status p {
    text-align: left;
}

.modal-content-payment-progress {
    display: none;
    /* text-align: center; */
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
}

.modal-content-payment-progress h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-payment-progress h5 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-payment-progress p {
    text-align: left;
}

.modal-content-payment-update {
    display: none;
    /* text-align: center; */
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
}

.modal-content-payment-update h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-payment-update h5 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-payment-update p {
    text-align: left;
}

.modal-common {
    display: none;
    /* text-align: center; */
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
}

.modal-content-paymemodal-common h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-common h5 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-common p {
    text-align: left;
}



.modal-sm-common {
    display: none;
    /* text-align: center; */
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 35%;
}


.modal-sm-common h5 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-sm-common p {
    text-align: left;
}








.modal-content-pending-order {
    display: none;
    /* text-align: center; */
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: 94%;
}

.modal-content-pending-order h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-pending-order h5 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-pending-order p {
    text-align: left;
}

.pending_order_div {
    max-height: 250px;
    overflow-y: auto;
}

.modal-content-additional-emails {
    display: none;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 580px;
    max-width: 94%;
}

.modal-content-additional-emails h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-additional-emails h5 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-additional-emails p {
    text-align: left;
}

.modal-content-licensee-fee-update {
    display: none;
    /* text-align: center; */
    background-color: #fefefe;
    border: 1px solid #888;
    /* width: 45%; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    padding: 30px 40px 30px 40px;
    /*width: 625px;*/
    /* max-width: 35%; */
}

.modal-content-licensee-fee-update h4 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-licensee-fee-update h5 {
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.modal-content-licensee-fee-update p {
    text-align: left;
}

.modal-content-order-country {
    background-color: #fefefe;
    border: 1px solid #888;
    width: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 600px;
    max-width: calc(100vh - 0%);
    font-size: 16px;
    font-family: Basic Commercial,sans-serif;
}
.modal-content-order-country h5{font-size: 24px;text-align: center;margin:0 0 40px;font-weight: 700;text-transform: capitalize;} 
 .flag-holder{display:-webkit-flex;-webkit-justify-content: center;margin:0 0 25px;}
 .flag-holder input{display: none;}
 .flag-holder label{text-align: center;padding: 0 10px;}
 .flag-holder .flag-box{width: 100px;position: relative;cursor: pointer;}
 .flag-holder .flag-box img{width: 100%;}  
 .flag-holder .flag-box:after{content:'';position: absolute;left:0;top:0;width: 100%;height: 100%;background: rgba(148,148,148,.8);border:4px solid rgba(140, 113, 75, .3);}
 .flag-holder input[type=radio]:checked + .flag-box:after {background: rgba(255,255,255,0);border:4px solid rgba(140, 113, 75, 1);}
 .flag-holder .flag-box span{position: absolute;left:50%;bottom:90%;width:70px;padding:5px 10px 3px;height:auto;background: #111;color:#fff;border-radius:4px;
    font-size:12px;transform: translateX(-50%); transition:all 0.5s ease;opacity: 0;z-index: 9;}
.flag-holder .flag-box span:after{content: '';position: absolute;transform: translateX(-50%);left:50%;bottom:-5px;width: 0;height: 0;border-left: 6px solid transparent;
border-right: 6px solid transparent;border-top: 6px solid #000;}
 .flag-holder input[type=radio]:checked + .flag-box>img+span{bottom:110%;opacity: 1;}
 .modal-content-order-country .yes-btn{float: none;display: block;margin: 10px auto;}
/* Set a style for all buttons */
 
button {
    background-color: #8c714b;
    color: white;
    padding: 15px 20px 13px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

button:hover {
    opacity: 1;
}

/* Add a color to the cancel button */

.cancelbtn {
    background-color: #ccc;
    color: black;
    float: left;
    width: 50%;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

/* Add a color to the delete button */

.yesbtn {
    background-color: #8c714b;
    float: left;
    width: 50%;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.yes-btn {
    background-color: #8c714b;
    float: left;
    width: 50%;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

/* Custom css */

main {
    height: calc(100vh - 56px);
    position: relative;
}

.navbar-brand img {
    max-width: 75px;
}

.login {
    background: url(../images/login.png) no-repeat;
    background-size: cover;
    background-position: center top;
}

.menu {
    width: 300px;
    position: relative;
}

.side-nav {
    position: absolute;
    z-index: 100;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    list-style-type: none;
}

.menu {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3)
}

.menu-head {
    /* background: #695539; */
    background: #333;
    position: relative;
    z-index: 13;
    min-height: 47.6px;
}

.menu-head h3 {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    padding: 6px 0;
}

.menu-head a {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}

.side-nav {
    background: #333;
}

.side-nav li a {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #333;
    border-bottom: 1px solid #8c714b;
    text-decoration: none;
    transition: all .5s;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    position: relative;  
}

.side-nav li a.fixed {
    background: #333;
    color: #fff;
}

.side-nav li a.fixed:before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all .5s;
}

.side-nav li a.fixed.in:before {
    transform: translateY(-50%) rotate(180deg);
}

.side-nav li a:hover, .side-nav li.active a {
    background: #8c714b;
    color: #fff;
    /* border-left: 10px solid #695539; */
}

.side-nav li a.fixed:hover {
    background: #8c714b;
    border-left: 0;
}

.content {
    width: calc(100vw - 300px);
}

.content>section:first-of-type {
    overflow: auto;
}

.sub-nav {
    height: 0;
    overflow: hidden;
}

.sub-nav.show {
    height: auto;
}

.table-fixed {
    overflow-y: auto;
    height: calc(100vh - 304px);
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.table-fixed.view-boards {
    height: calc(100vh - 316px);
}

table {
    border: 1px solid #dee2e6;
}

.table-fixed th, .table-fixed td {
    border: none;
    border-left: 1px solid #dee2e6;
    vertical-align: middle;
}

.table-fixed thead th {
    position: sticky;
    z-index: 10;
    top: -2px;
    background: #fff;
    border: none;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
}

.table-fixed.view-user-cOrder thead th {
    min-width: 90px;
}

.view-user-cOrder {
    overflow-x: auto !important;
}

.modelName-div {
    max-width: 220px;
}

.table-fixed::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.table-fixed::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-fixed::-webkit-scrollbar-thumb {
    background: #8c714b;
}

.table-fixed::-webkit-scrollbar-thumb:hover {
    background: #695539;
}

.table-pagination .page-link {
    color: #8c714b !important;
    background: #ccc;
    border: 1px solid #ccc;
    transition: all .5s;
}

.table-pagination .page-item.active .page-link {
    color: #fff !important;
    background: #8c714b;
    border: 1px solid #8c714b;
    transition: all .5s;
}

.table-pagination .page-item.disabled {
    opacity: .5;
}

.table-pagination .page-link:hover {
    background: transparent;
    color: #8c714b !important;
}

.table-pagination .page-item:first-of-type .page-link, .table-pagination .page-item:last-of-type .page-link {
    color: #8c714b !important;
    border: 1px solid #8c714b;
    background: transparent;
    transition: all .5s;
}

.table-pagination .page-item:first-of-type .page-link:hover, .table-pagination .page-item:last-of-type .page-link:hover {
    background: #8c714b;
    color: #fff !important;
}

.table-pagination .page-item {
    margin-right: 2px;
}

.page-count .dropdown-menu {
    top: -6px !important;
    min-width: auto;
}

.page-count .btn-primary {
    background-color: #8c714b !important;
    border-color: #8c714b !important;
}

.page-count .btn-primary:focus, .page-count .btn-primary:hover {
    background-color: #8c714b;
    border-color: #8c714b;
}

.page-count .dropdown-item:focus, .page-count .dropdown-item:hover {
    color: #fff;
    background-color: #8c714b;
}

.main-nav {
    z-index: 10000;
}

.main-nav a:hover {
    background: #333;
    color: #fff;
}

.main-nav.bg-dark {
    background-color: #333 !important;
}

.main-nav .nav-link {
    color: #fff !important;
    background: #8c714b !important;
    border-radius: 3px;
}

.main-nav #siteSwitcher.nav-link {
    color: #000 !important;
    background: #fff !important;
    border-radius: 3px;
    width: 126px;
    text-align: center;
}

div#navbarSupportedContent #siteSwitcher.nav-link {
    color: #000 !important;
    background: #fff !important;
    border-radius: 3px;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    
}

.site-toogle img, .site-option img{
    width:auto;
    height:22px;
}
.site-dropdown{
    min-width:120px !important;
}


.main-nav .navbar-toggler {
    background: #fff;
}

.choose-country img {
    max-width: 33px;
}

.choose-country a {
    text-decoration: none;
    color: #8c714b;
}

.choose-country a:hover {
    background: #333;
    color: #fff;
}

.back-drop:before {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
}

.validation-popup {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
}

/*#view_order tbody tr td:first-child {display: -webkit-flex;}*/

#view_order span.status.black {
    white-space: nowrap;
}


.new-custom-modal label{margin:0 0 10px;width: 100%;}
.label_title {
    font: bold 14px 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    color: #88714c;
    border-bottom: none;
    margin-bottom:3px;
}
.label_text{font: 16px 'Josefin Sans', sans-serif;}


.popup_confirmation .dashboard-header{
    color: #8c714b;
    margin-bottom: 22px;
}

div#navbarSupportedContent #siteSwitcher.nav-link p {
    margin-bottom: 0;
    line-height: 18px;
    padding-top: 3px;
}

#view_order .model-list span.text-nowrap{
    white-space:normal!important;
} 

.add-user-form-section .builder-permission-field{align-items: center;}
.add-user-form-section .builder-permission-field .col-md-6{margin-top: -5px;}
.add-user-form-section .builder-permission-field .col-md-6 input[type=checkbox]{position: relative;top:2px;}

@media only screen and (min-height:1000px) {
    .modal-content-order-summary {
        max-height: 800px !important;
    }
    .modal-content-order-summary .order-summary-div {
        min-height: 180px !important;
        max-height: 360px;
    }
}

@media only screen and (max-height:999px) {
    .modal-content-order-summary {
        max-height: 700px !important;
    }
    .modal-content-order-summary .order-summary-div {
        min-height: 180px !important;
        max-height: 270px;
    }
}

@media only screen and (min-width:1440px) {
    /*.modal-content-order-summary{font-size: 14px;}*/
    .modal-content-order-summary .row+b {
        display: block;
        margin-top: 10px;
    }
    /*.modal-content-order-summary .order-summary-div p{margin-bottom: 10px!important;}*/
}

@media only screen and (min-width:1500px) {
    /*.modal-content-order-summary{font-size: 16px;}*/
    .modal-content-order-summary h5 {
        font-size: 1.5rem;
    }
    .modal-content-order-summary .order-summary-div p span img {
        height: 130px;
    }
}

@media only screen and (min-width:1600px) {
    .flex-xxl-row {
        flex-direction: row !important
    }
    .pl-xxl-2 {
        padding-left: .5rem !important;
    }
}

/*@media only screen and (min-width:1600px) {
.modal-content-order-summary{max-height:82%!important;height:82%;}
}*/

@media only screen and (min-width:1720px) {
    /*.modal-content-order-summary .order-summary-div{height:250px;max-height:250px!important;}*/
    /*.modal-content-order-summary{font-size:18px;}*/
    /*.modal-content-order-summary .order-summary-div p{margin-bottom: 15px!important;}*/
}

@media only screen and (min-width:2000px) {
    /*.modal-content-order-summary .order-summary-div{height:300px;max-height:300px!important;}*/
    /*.modal-content-order-summary {font-size: 22px;}*/
}

@media only screen and (min-width:1000px) {
    #view_order .order_table_body .downlownLink .custom_tooltip .tooltiptext {
        width: 170px;
        margin-left: -85px;
    }
}

@media only screen and (max-width: 1400px) {

.custom-action-col{
min-width:130px;
}

.custom-action-col-sm{
min-width:120px;
}
    .table-fixed {
        height: calc(100vh - 340px);
    }
    .customerView .table-fixed {
        max-height: calc(100vh - 340px);
        height: 100%;
    }
}

@media only screen and (max-width: 1300px) {
    .date-holder .form-control[type=date] {
        max-width: 150px;
    }
}

@media only screen and (max-width: 1200px) {
    .menu {
        width: 250px;
    }
    .content {
        width: calc(100vw - 250px);
    }
}

@media only screen and (max-width: 991px) {
    body {
        overflow: hidden;
    }
    main {
        height: 100vh;
    }
    main.back-drop:before {
        content: "";
        position: absolute;
        z-index: 12;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .menu, .content {
        width: 100%;
    }
    .content {
        height: calc(100% - 54.6px);
        overflow: auto;
    }
    .content+section {
        overflow: auto;
    }
    .side-nav {
        height: 0;
        overflow: hidden;
        transition: all .5s;
    }
    .side-nav.show {
        /* //height: calc(100vh - 110px); */
        height: calc(100vh - 48px);
        overflow: auto;
    }
    .validation-popup {
        position: fixed !important;
    }
    .side-nav {
        top: 47.6px;
    }
    .modal-sm-common{
        max-width: 94%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    .table-fixed, .table-fixed.view-boards {
        height: 200px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .product-form .btn-div button {
        font-size: 11px !important;
    }
    .show-hide-password-div span {
        margin-right: 7px !important;
    }
    .long_checkboxtitle {
        margin-top: -19px !important;
    }
}

@media only screen and (min-device-width :1920px) and (max-device-width :2000px) and (orientation: landscape) {
    /*.modal-content-order-summary .clearfix {margin-top: 30px;}*/
    /*.modal-content-order-summary {font-size: 22px;}*/
    /*.modal-content-order-summary .order-summary-div {height: 300px;max-height: 300px!important;}*/
    /*.modal-content-order-summary h6 {font-size: 1.5rem;}*/
}

@media only screen and (max-width: 767px) {
    .content {
        height: calc(100% - 61.6px);
        overflow: auto;
    }
    .content .card{padding-bottom:100px;}
    .form-field {
        max-height: 180px;
        overflow-y: auto;
        overflow-x: hidden;
        margin-bottom: 20px;
    }
    .card-header, .card-body {
        padding-left: .75rem;
        padding-right: .75rem;
    }
    .m-width-100 .form-inline .form-control {
        width: 100%;
    }
    .date-holder .form-group {
        max-width: 50%;
    }
    .date-holder.date-holder-n-wdt .form-group {
        max-width: 100%;
    }
    .modal-content, .modal-content-script, .modal-content-store-status, .modal-content-store-delete, .modal-content-order-view-update, .modal-content-order-view-model-update, .modal-content-user-delete, .modal-content-store-edit, .modal-content-email-pdf, .modal-content-board-progress, .modal-content-board-progress-builder-confirmation, .modal-content-order-confirmation, .modal-content-order-summary, .modal-content-order-status, .modal-content-payment-progress, .modal-content-pending-order, .modal-content-payment-update, .modal-common, .modal-sm-common {
        padding: 20px 15px 20px 15px;
    }
    .order-summary-div {
        max-height: 125px !important;
    }
    .modal-content-order-summary .cancelbtn {
        width: 100%;
        margin: 3px 0;
        padding: 7px 20px;
    }
    .modal-content-order-summary .yesbtn {
        width: 100%;
        margin: 3px 0;
        padding: 7px 20px;
    }
    /* notification_number */
    .notification_number {
        height: 23px !important;
        width: 23px !important;
        border-radius: 50%;
        top: 3px;
        padding: 2px !important;
        border-width: 3px !important;
        right: 2px !important;
        font-size: 14px !important;
    }
    /* 1-11-21 */
    .per_custom_product>div>div:first-child textarea {
        margin-left: 0 !important;
        margin-top: 14px !important;
    }
    .customer_order_table .carousel-item {
        min-width: 80px;
        padding: 13px 5px;
    }
   
}

/* 767 */

@media only screen and (max-width: 700px) {
    .unlimited_img_container {
        top: -80px !important;
        right: auto !important;
        left: 50%;
        transform: translateX(-50%);
    }
.no-preview-div {
    width: 100%!important;
    left: 0;
}
}

.status {
    padding: 2px 4px;
    color: #fff;
    font-size: 12px;
}

.black {
    background-color: #000000;
}

.yellow {
    background-color: #fabc02;
}

.orange {
    background-color: #fb9902;
}

.purple {
    background-color: #8601af;
}

.teal {
    background-color: #0392ce;
}

.blue {
    background-color: #4a53ed;
}

.green {
    background-color: #66b032;
}

.builder_status_yellow {
    color: #fabc02;
}

.builder_status_orange {
    color: #fb9902;
}

.builder_status_purple {
    color: #8601af;
}

.builder_status_teal {
    color: #0392ce;
}

.dark-grey {
    background-color: #666666;
}

.active_sort {
    color: #000;
}

.inactive_sort {
    color: #aaa;
}

@media only screen and (max-width:480px) {
    .page-link {
        padding: .5rem .50rem;
    }
    .custom-width {
        width: 100%;
    }
    
}

@media only screen and (max-width:410px) {
    .page-link {
        font-size: 12px;
    }
}

@media only screen and (max-width:360px) {
    .page-link {
        padding: .4rem .47rem;
    }
}

@media only screen and (max-width:359px) {
    .btn {
        font-size: 11px;
        line-height: 1.9;
    }
}

@media only screen and (max-width:320px) {
    .page-link {
        padding: .4rem .38rem;
        font-size: 11px;
    }
}

@media only screen and (max-width:319px) {
    .page-link {
        padding: .4rem .30rem;
        font-size: 10px;
    }
    .btn {
        padding: .375rem .39rem;
    }
}

.pagination-holder {
    position: absolute;
    bottom: 15px;
}

.pagination-holder #prev, .pagination-holder #next {
    color: #fff;
    background-color: #8c714b;
    padding: 5px 10px;
}

.pagination-holder #next {
    margin-left: 5px;
}

.per_custom_product>div>div:first-child textarea {
    margin-bottom: 5px;
}

@media only screen and (min-width:1720px) {
    .prod_img_prv {
        right: 30% !important;
    }
    .prod_img_prv_back {
        right: 18% !important;
    }
}

@media only screen and (max-width:1400px) {
    .per_custom_product>div>div:first-child textarea {
        clear: both;
        /* margin-left: 1px !important; */
        margin-left: 0 !important;
        margin-top: 15px !important;
    }
    .per_custom_product>div>div:first-child button {
        clear: both;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width:1120px) {
    /* .per_custom_product div[style*="width:500px;"] {
        width: 340px !important;
    } */
    /* 07-10-21 */
    .custom-order-view.per_custom_product div[style*="width:500px;"] {
        width: 320px !important;
    }
    .per_custom_product>div>div:first-child textarea {
        max-width: 340px;
    }
    .unlimited_img_container img {
        height: auto !important;
        max-height: 100%;
    }
}

@media only screen and (max-width:700px) {
    .view-custom-order {
        /* min-height: 100vh !important; */
    }
    .custom_order_view .parent_height {
        /* height: calc(100vh - 110px) ; */
        height: calc(100% - 110px);
        padding-bottom: 90px;
        width: 100%;
        display: inline-block;
    }
    .per_custom_product.unlimited_blank>div>div:first-child {
        padding-top: 0;
    }
    .per_custom_product>div>div:first-child {
        padding-top: 300px;
        position: static !important;
        max-width: 100%;
        display: inline-block;
        width: 100%;
    }
    .unlimited_img_container img {
        max-height: 350px;
    }
    .per_custom_product.unlimited_blank>br {
        display: none;
    }
    .per_custom_product>div>div:first-child textarea {
        max-width: 94%;
    }
    .prod_img_prv {
        left: calc(50% - 180px);
        top: -110px !important;
        right: auto !important;
    }
    .prod_img_prv_back {
        left: calc(50% - 0px);
        top: -110px !important;
        right: auto !important;
    }
    .prod_img_prv, .prod_img_prv_back {
        zoom: .65;
    }
    .per_custom_product div[style*="width:500px;"] {
        width: 100% !important
    }
    .per_custom_product>div>div:first-child textarea {
        max-width: 100%;
    }
    .per_custom_product>div br {
        display: none;
    }
    .pagination-holder {
        margin-top: 15px;
        position: static;
    }
    /* 7-10-21 */
    .custom-order-view.per_custom_product>div>div:first-child {
        /* padding-top: 440px; */
    }
    .parent_unlimited_div .unlimited_img_container img {
        max-height: 100%;
    }
    .parent_unlimited_div .unlimited_img_container {
        height: 350px !important;
    }
    .custom-order-view.per_custom_product>div.parent_unlimited_div>div:first-child {
        padding-top: 300px;
    }
    .popup_confirmation .big-button{
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .clode_board_img {
        margin: -12px !important;
    }
}

@media only screen and (max-width: 575px) {
    .form-inline .wholsaler-search-sec .form-group {
        width: 100%;
    }
    .modal-content-payment-progress .position-absolute {
        position: static !important;
    }
    .modal-content-payment-update .position-absolute {
        position: static !important;
    }
    /* 1-11-21 */
    .per_custom_product>div>div:first-child textarea {
        margin-left: 0 !important;
        margin-top: 14px !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .table-fixed {
        height: calc(100vh - 200px);
    }
}

.hide_board_note_container {
    display: none;
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    .popup_confirmation_board_model {
        height: 80vh !important;
        overflow-y: auto;
    }
}

/* 7-5-21 */

.No_Color_hide_edit {
    display: none !important;
}

.modal-content-user-edit {
    display: none;
    text-align: center;
    background-color: #fefefe;
    /* border: 1px solid #888; */
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    width: 100%;
    max-width: 600px;
}

.modal-content-board-model {
    display: none;
    text-align: center;
    background-color: #fefefe;
    /* border: 1px solid #888; */
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    width: 100%;
    max-width: 600px;
    border-radius: 3px;
}

/* .modal-content-user-delete h4{ margin-bottom: 20px;color: #000;text-align: left; }
.modal-content-user-delete p{ text-align: left; } */

.popup_confirmation_edit_user {
    background: white;
    max-width: 532px;
    /* padding: 23px; */
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.popup_confirmation_board_model {
    background: white;
    max-width: 532px;
    /* padding: 23px; */
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 500px;
}

.modal_footer_custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal_footer_custom>:not(:last-child) {
    margin-right: .25rem;
}

.modal-content-user-edit {
    /*display: flex;*/
}

.modal-content-store-edit label {
    display: flex;
}

.custom_tooltip {
    position: relative;
    display: inline-block;
}

.custom_tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 100;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.custom_tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.custom_tooltip:hover .tooltiptext {
    visibility: visible;
}

.float_right {
    float: right;
}

.list-group-item a {
    cursor: pointer;
    color: #8c714b !important;
}

.display_none {
    display: none !important;
}

.avatar-wrapper {
    position: relative;
    height: 150px;
    width: 150px;
    margin: 50px auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 15px -5px black;
    transition: all 0.3s ease;
}

.avatar-wrapper:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.avatar-wrapper:hover .profile-pic {
    opacity: 0.5;
}

.avatar-wrapper .profile-pic {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}

.avatar-wrapper .profile-pic:after {
    font-family: FontAwesome;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 300px;
    background: #ecf0f1;
    color: #34495e;
    text-align: center;
}

.avatar-wrapper .upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.avatar-wrapper .upload-button .fa-camera {
    position: absolute;
    font-size: 120px;
    top: 15px;
    left: 15px;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
    color: #34495e;
}

.avatar-wrapper .upload-button:hover .fa-camera {
    opacity: 0.9;
}

.user_table tr td:nth-child(5) {
    text-align: center;
}

.user_table tr td:nth-child(6) {
    text-align: center;
}

.view-user {
    overflow-x: hidden;
}

.label_span {
    font-weight: bold;
    color: #8f7247;
    text-transform: uppercase;
    /* font-family: Helvetica; */
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    padding-top: 3px;
    text-transform: uppercase;
}

.accountDetailListing .list-group-item {
    border: 0 !important;
}

.loader_acc {
    display: block;
    margin-left: 258px;
    margin-top: -27px;
    width: 30px;
}

.custom-order-list a {
    cursor: pointer;
    color: #8c714b !important;
}

.form_info {
    color: red;
}

.modal_div label {
    float: left;
}

.modal-content-user-edit label {
    float: left;
}

.show-html-element, .save-data, .cancel_btn_acc_detail {
    cursor: pointer;
    color: #8c714b !important;
}

.checkbox-th {
    min-width: 5px !important;
    width: 5px !important;
}

.check-download-bulk {
    margin-top: 5px;
    position: absolute;
    margin-left: -4px;
}

.check-download-bulk-td {
    position: relative;
}

.customerView {
    max-height: calc(100vh - 140px);
    overflow: auto;
}

.customerView .table-fixed {
    max-height: calc(100vh - 304px) !important;
    border-top: 0px !important;
}

.customer_order_table .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: black;
    background-size: 100% 100%;
}

.customer_order_table .carousel-item {
    border: 1px solid #dee2e6;
    /* border: 1px solid #ccc; */
    background: #dee2e6;
    margin: auto;
    padding: 13px 13px;
}

.color-brown {
    color: #8c714b;
}

.common-text-div {
    float: left;
    padding: 3px;
    width: 100%;
    text-align: left;
    line-height: 1.6;
}

.common-custom-link {
    color: #8c714b;
    text-decoration: underline;
}

.common-custom-link:hover {
    color: #8c714b;
    text-decoration: underline;
}

.color-black {
    color: black;
}

.email_listing ul li {
    background: white;
    border: 1px solid #8c714b !important;
    border-radius: 8px;
    list-style: none;
    padding-left: 4px;
    width: auto;
    margin: 5px;
    max-width: 188px;
    min-width: 94px;
    max-width: 156px;
    width: auto;
    display: inline;
    white-space: nowrap;
}

.email_listing ul li span {
    padding: 3px;
}

.email_listing ul li i {
    font-size: 11px;
    font-weight: 600;
    color: #495057d9;
    cursor: pointer;
    margin-right: 7px;
    margin-left: 5px;
}

.email_listing {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.3rem .3rem;
    font-size: .9rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.additional_email {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.additional_email:focus {
    /* box-shadow: 0 0 0 0.2rem rgb(52 144 220 / 25%); */
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(52 144 220 / 25%);
}

.full_page_loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99999;
}

.full_page_loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full_page_loader span {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
}

/* width */

.modal-content-order-summary .order-summary-div::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.modal-content-order-summary .order-summary-div::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

.modal-content-order-summary .order-summary-div::-webkit-scrollbar-thumb {
    background: #8c714b;
}

/* Handle on hover */

.modal-content-order-summary .order-summary-div::-webkit-scrollbar-thumb:hover {
    background: #695539;
}

/* width */

.modal-content-order-summary .form-field::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.modal-content-order-summary .form-field::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

.modal-content-order-summary .form-field::-webkit-scrollbar-thumb {
    background: #8c714b;
}

/* Handle on hover */

.modal-content-order-summary .form-field::-webkit-scrollbar-thumb:hover {
    background: #695539;
}

/* width */

.common-custom-scroll::-webkit-scrollbar {
    width: 5px;
}
.common-thin-scroll::-webkit-scrollbar {
    height:3px;
}
/* Track */

.common-custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

.common-custom-scroll::-webkit-scrollbar-thumb {
    background: #8c714b;
}

/* Handle on hover */

.common-custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #695539;
}

.common-scrollable-card {
    height: calc(100vh - 140px);
    overflow-y: auto;
    overflow-x: hidden;
}

.notification_number {
    height: 25px;
    width: 25px;
    background-color: #d63031;
    border-radius: 50%;
    color: white;
    text-align: center;
    position: absolute;
    top: 3px;
    /* left: 0; */
    padding: 3px;
    border-style: solid;
    border-width: 2px;
    right: 7px;
    font-size: 15px;
}

.acc-dropdown-toggle, .acc-dropdown-menu {
    font-size: 13px;
}

.right_aligned_div {
    right: 0;
    top: 0;
}

.draft_order_table_body .custom_tooltip .tooltiptext {
    /* bottom: 115% !important; */
    bottom: 100% !important;
    padding: 0px 0 !important;
}

.text-transform-lower {
    text-transform: lowercase;
}

.side-nav .sub-nav li a {
    padding-left: 70px !important;
}

@media only screen and (max-width:575px) {
    .date-holder.date-holder-n-wdt .form-control[type=date] {
        max-width: 100%
    }
    .type-flex {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .m-width-50.form-group {
        width: 50%;
    }
    .m-width_100.form-group {
        width: 100%;
    }
    .flex-grow-1 {
        width: 100%;
    }
    /* #order_details{margin-bottom: 100px;} */
    .per_custom_product>div>div:first-child {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width:540px) {
    .table-fixed,.table-fixed.view-boards {
        height: calc(100vh - 490px);
    }
    .view-user {
        overflow-x: auto !important;
    }
    .custom_tooltip .tooltiptext {
        margin-left: -101px;
    }
    .modal-content-pending-order .cancelbtn, .modal-content-pending-order .yes-btn {
        width: 100%;
    }
    .modal-content-pending-order .yes-btn {
        margin-top: 10px;
    }
    .modal-content-payment-progress h5 {
        font-size: 1.025rem;
    }
    .modal-content-payment-update h5 {
        font-size: 1.025rem;
    }
}

.order_table_body .fa-edit,.order_table_body .fa-save,.order_table_body .fa-times,
.order_table_body .custom_tooltip .fa-plus{cursor:pointer;color:#8c714b;}
.order_table_body .position-relative .inline_loader{position: absolute;right:4px;background-color: #fff;top:5px;}
.order_table_body .board-builder .position-relative .inline_loader,
.order_table_body .board-glassing .position-relative .inline_loader{right: 0px;}
.order_table_body .position-relative>.custom_tooltip{position: static;}
.order_table_body td input{max-width:150px;}
.order_table_body td input[type="date"]{padding-top: 0;padding-bottom: 0;}
.order_table_body td span{max-width: 150px;display: inline-block;line-height: 1;}
.order_table_body td .dimension_list span{max-width: 240px}
#view_order .order_table_body td .dimension_list span{line-height: 1.5;white-space:nowrap !important;overflow:hidden;text-overflow: ellipsis; }

  .custom-chk {
    position: relative;
  }
  .custom-chk input {
    appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    display: block;
    left: 15px;
    top: 50%;
    height:20px;
    width: 20px;
    margin: 0;
    opacity: 0;
    transform: translateY(-50%);
  }
  .custom-chk label {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    display: block;
    pointer-events: none;
    transform: translateY(-50%);
    margin:0;
  }
  .custom-chk label:after {
    content: ' ';
    background: white;
    border: 1px solid #DDDDDD;
    border-radius: 3\1px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: background .05s linear;
  }
  .custom-chk input:checked + label:after {
    content: '\2713';
    font-size: 20px;
    background: #8c714b;
    border: 1px solid #70450a;
    color: #FFFFFF;
    text-indent: 2px;
    line-height: 1;
    box-shadow: none;
  }
  .custom-chk input:disabled + label:after{background:#ddd;border-color:transparent;}
  .custom-chk input:focus + label:after {
    /* outline: 1px auto gray; */
  }

  .dimension_list .d-flex + .d-flex,.board-model .d-flex + .d-flex{
    margin-top:10px;
  }
  
  .dimensions_list .position-relative +.position-relative{
    margin-top: 10px;
  }
 

  .model-list .model + .model{
    margin-top:10px;
  }


  .common-modal {
    display: none;
    background-color: #fefefe;
    border: 1px solid #888;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px 30px 40px;
    width: 100%;
    max-width:640px;
    display: block;
    overflow: auto;
    max-height: 90vh;
}
.common-modal h6 {
    margin-bottom: 20px;
    color: #000;
}
.or-div{text-align: center;font-size: 30px;margin:10px 0;}
#csv_file{padding: 0.2rem 0.175rem;}
#right { display:none; }
#toggle span{font-family: 'Josefin Sans', sans-serif;background: #ccc;color:#000;padding: 10px 20px;}
#toggle span.active{background: #000;color:#fff;}
.modal-content-custom-order-production-pipeline{min-height: 415px;}
@media (max-width:767px){
    .common-modal {padding: 20px 15px 20px 15px;}
}


/* Boootstrap Spinner */


@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}
.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}
@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}
@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}
.spinner-grow-sm{width:1rem;height:1rem}
.spinner-border.custom-spinner {width: 17px;height: 17px;border-width: 2px;}
 
/* Spinner End */