
@media (max-width: 575.98px) { 
    nav{
        position:fixed;
        z-index: 999;
        width: 100%;
    }

    .container-fluid{
        padding-top: 58px;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important;
      }

      .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
      }
 }

@media (min-width: 576px) and (max-width: 767.98px) { 
    nav{
        position:fixed;
        z-index: 999;
        width: 100%;
    }

    .profile-sm .flex-container{
        align-items: center;
    }

    .container-fluid{
        padding-top: 58px;
    }
 }

@media (min-width: 768px) and (max-width: 991.98px) { 
    /* nav{
        position:fixed;
        z-index: 999;
    } */

    .profile-sm .flex-container{
        align-items: flex-start;
    }

    .container-fluid{
        padding-top: 5px;
    }
 }

@media (min-width: 992px) and (max-width: 1199.98px) { 
    nav{
        position:relative;
    }
    .profile-sm .flex-container{
        align-items: flex-start;
    }
    .mt-sm-2, .my-sm-2 {
        margin-top: 0 !important;
      }

      .mt-sm-3, .my-sm-3 {
        margin-top: 0 !important;
      }
    
 }

@media (min-width: 1200px) { 
    .profile-sm .flex-container{
        align-items: flex-start;
    }
    .mt-sm-2, .my-sm-2 {
        margin-top: 0 !important;
      }

      .mt-sm-3, .my-sm-3 {
        margin-top: 0 !important;
      }
 }

body{
    /* font-family: 'Noto Sans', sans-serif; */
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.card-outer {
    background-color: #f8f8f8 !important;
    padding: 1rem;
}

.card-inner {
    background-color: #ffffff !important;
}

.caption-top {
    caption-side: top;
}

.fa-icon {
    cursor: pointer;
}

.fa-icon-20 {
    font-size: 20px;
}

.fa-icon-15 {
    font-size: 15px;
}

.fa-icon-14 {
    font-size: 14px;
}

.tab {
    padding-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.tab:hover {
    cursor: pointer;
}

.blue {
    color: #1553FB;
}

.selected-tab {
    color: #1553FB;
    border-bottom: 5px solid #1553FB !important;
}

td {
    vertical-align: middle !important;
}

.form-table {
    padding: 5px;
    border: 1px solid #E3E3E3;
}

.pg-heading {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}

body {
    background-color: #F8F8F8;
}

.blue-btn, .blue-btn:hover, .blue-btn:active {
    background-color: #1553FB;
    color: #ffffff;
    box-shadow: none;
}

.blue-btn-outline, .blue-btn-outline:hover, .blue-btn-outline:active {
    color: #1553FB;
    border-color: #1553FB;
    background-color: #fff;
    box-shadow: none;
}

label {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.grey {
    background-color: #F8F8F8;
}

.contact-card {
    background-color: #FAFAFA;
}

.fa-ellipsis-v {
    color: #555555;
}

.discipline {
    background-color: #DAF4DE;
    color: #46CB5C;
    padding: 7px;
    font-weight: 500;
}

.muscle-group {
    background-color: #F5B31438;
    color: #F5B314;
    padding: 7px;
    font-weight: 500;
}

.popup-bt {
    border-top: 1px solid #dee2e6;
}

.popup-bb {
    border-bottom: 1px solid #dee2e6;
}

.cursor {
    cursor: move;
}

.show-hand:hover {
    cursor: pointer;
}

.fw-600 {
    font-weight: 600 !important;
}

.img-fluid-single-exercice {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 50%;
}

.card-single-exercise {

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0, 0, 0, 0.125);*/

}

/* .display-inline{
    top: 14px;
    left: 14px;
    margin-top: 10px;
    width: 50%;
    height: 50%;
    background: #D0DCFE 0% 0% no-repeat padding-box;
    border-radius: 7px;
    opacity: 1;
} */

.exercise-card {
    border-radius: 1rem !important;
}

.fitrout-exercise {
    position: absolute;
    right: 0px;
    color: #1553FB;
    top: 10px;
    background-color: #D0DCFE;
    padding: 2px 15px;
    border-radius: 16px 0 0 16px;
    letter-spacing: 0px;
    color: #1553FB;
    opacity: 1;
}

.rounded-1 {
    border-radius: 0.4rem !important;
}

.bg-grey {
    background-color: #FAFAFA !important;
}

.exercise-card {
    border-radius: 1rem !important;
    border-radius: 1rem !important;
    /* #padding: 1rem; */
}

.card-green {
    /* #background-color: #28A745 !important; */
    background-color: #28a745 !important;
}


.card-blue {
    /* #background-color: #1553FB !important; */
    background-color: #007bff !important;
}

.percentage-bar {
    min-height: 10px;
    width: 100%;
    border-radius: 1rem;
    float: left;
    display: inline;
    min-height: 10px;
}

.td-img {
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
}

.td-img-70 {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
}


.inactive {
    min-height: 60px;
    border-right: 10px solid #FF5749;
}

.exercise-card-img {
    border-radius: 1rem 1rem 0 0 !important;
}


.m-negative-2 {
    margin: 0 !important;
}

.ltb-rounded-img {
    border-radius: 1rem 1rem 0 0 !important;
}

@media (min-width: 576px) {

    .img-150-150 {
        width: 150px !important;
        height: 150px !important;
    }

    .m-negative-2 {
        margin: -2px !important;
    }

    .ltb-rounded-img {
        border-radius: 1rem 0 0 1rem !important;
    }

}


.rating {
    position: relative;
    top: 40%;
    text-align: center;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 25px;
    max-width: 100%;
    height: auto;
}

.grey{
    color: #90a4ae !important;
}

.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: none;
}

thead {
	background: #63738117;
    border-radius: 5px;
}

.tags {
	display: inline-block;
	background: #E5E9EC;
	padding: 3px 7px;
	font-size: 12px;
	margin: 3px;
	border: 1px solid #E5E9EC;
	border-radius: 12px;
	font-weight: 600;
}
.close_tag {
	background: #637381;
	width: 10px;
	display: inline-block;
	text-align: center;
	opacity: 1;
	border-radius: 50%;
	height: 10px;
	font-size: 6px;
	color: #fff;
	position: relative;
	top: -2px;
    cursor: pointer;
}
.success {
    background: #BAE8C4;
    padding: 2px 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #28BE49;
}
.warning {
    padding: 2px 12px;
    border-radius: 4px;
    font-size: 14px;
    background: #FFC10739;
    display: inline-block;
    color: #FFC107;
}

.secondary {
    padding: 2px 12px;
    border-radius: 4px;
    font-size: 14px;
    background: #C8233339;
    display: inline-block;
    color: #C82333;
}

.rounded-img {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
       object-fit: cover;
}

.card-shadow{
    background-color: #fff;
    box-shadow: 0px 6px 60px #919EAB19;
    border: 0.8px solid #919EAB3B;
}

.page-item.active{
    border-right: none;
}

.far.fa-user.rounded_image {
	font-size: 4em;
	padding: 17px 10px;
	transition: 0.5s;
}

.far.fa-user.rounded_image:hover {
	background: #f2f2f2;
}
.rounded_image{
    cursor: pointer;
}

.rounded-img{
    border-radius: 50%;
}

.list-group-item {
    padding: .25rem 1.25rem !important;
}

#sidebarMenu .card-header {
    padding: 0 !important;
}

.list-group {
    padding-left: 25px;
}

.profile-sm {
    margin: 53px 25px 35px 25px;
    background: #F0F0F0;
    border-radius: 4px;
    padding: 5px;
}

.profile-sm-img img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.center-vertically{
    display: grid;
    place-items: center;
}
.flex-container {
    display: flex;
    align-items: flex-start;
    min-height: 51px;
    flex-direction: column;
    /* line-height: 0.1; */
    padding-left: 10px;
}

.flex-container h4 {
    font-size: 1.2rem;
    padding-top: 3px;
}
.page-active {
    border-left: 4px solid gold !important;
    padding-left: 4px;
    border-right: none !important;
    color: gold !important;
}

.page-active a{
    color: gold !important;
}

thead {
    background: #fff;
    border-radius: 0;
}

tr {
    border-bottom: 1px solid gainsboro;
}

th {
    color: #CECECE !important;
}

#basic-addon1 {
    background: #fff;
    border-right: none;
}

#header_search {
    border-left: none;
}

span.read-more {
    /* padding-left: 15px; */
    font-size: 12px;
    font-weight: bold;
}

.read-more a {
    color: #fed242 ;
}

.read-more a i {
    font-size: 12px;
    padding-left: 5px;
    position: relative;
    top: 1px;
}

.percentage-increase {
    background: #32D74B80;
    padding: 5px 10px;
    border-radius: 5px;
    color: #238e33;
    font-size: 12px;
}

.percentage-decrease {
    background: #DC1F2660;
    padding: 5px 10px;
    border-radius: 5px;
    color: #DC1F26;
    font-size: 12px;
}

input#dateRangeFilter {
    border: 1px solid #e4e4e4;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 40px;
}

input#dateRangeFilter:focus {
    border-color: gray;
    outline: none;
}

.card-shadow h5 {
    font-size: 1.1rem;
    font-weight: bold;
}

/* copied from admin starts */

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #34C34A;
    background-color: #34C34A;
}

.summaries{
    background: #fff;
    min-height: 170px;
    border-radius: 6px;
}
.summaries .title {
    font-size: 18px;
    font-weight: 500;
}
.summaries .status {
    font-size: 20px;
    font-weight: 600;
}
.arrow-up {
    background: #32D74B80;
    padding: 4px 5px;
    font-size: 12px;
    border-radius: 50%;
    color: #32D74B;
}
.total {
    font-size: 56px;
    font-weight: bold;
}
.arrow-down {
    font-size: 12px;
    padding: 4px 5px;
    background: #DC1F2660;
    border-radius: 50%;
    color: #DC1F26;
}
.budgets {
    background: #fff;
    box-shadow: 0px 6px 60px #919EAB3B;
    border: 0.8px solid #919EAB3B;
    border-radius: 4px;
}
.sent-success {
    background: #28A74539;
    padding: 2px 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #28A745;
}
.sent-warning {
    padding: 2px 12px;
    border-radius: 4px;
    font-size: 14px;
    background: #FFC10739;
    display: inline-block;
    color: #FFC107;
}
.card-div{
    padding: 10px;
    border-radius: 8px;
}
.thead{
    font-size: 14px;
}
.arrow-small {
    font-size: 12px;
}
th{
    font-size: 14px;
}

.input-container {
display: flex;
justify-content: space-between;
align-items: center;
}

.input-label {
margin: 0; /* Remove default margin to ensure proper alignment */
}

/* copied from admin ends here */

.page-link {
	border: none;
}

.page-item.active .page-link {
    color: #000;
	background-color: #fec504;
	border-color: #fec504;
}

.page-link {
	color: #000;
	background-color: #fff;
    padding: .2rem .55rem;
}

.custom-selection{
    border: none;
    margin-top: 5px;
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
}

i.fas.fa-search {
    color: grey;
}

input[type=text]:focus {
    outline: none;
    box-shadow: none;
}

label{
    font-weight: bold;
    font-size: 14px;
}

.provider-status {
    border-radius: 5px;
    background-color: #fff;
    min-height: 160px;
}
.provider-status a {
    border-radius: 3px;
}
.rounded_image {
    border-radius: 50%;
    width: 80px;
    cursor: pointer;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
}

.image-shadow{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25)!important;
}

.provider-status-right .shadow {
    border-radius: 5px;
}

.shadow{
    border-radius: 8px !important;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08) !important;
}

.provider-status-right span {
	font-weight: bold;
}

.hide {
    display: none;
}
.show {
    display: inline-block;
}

.hidden{
    visibility: hidden;
}

.visible{
    visibility: visible;
}

.add-icon {
    cursor: pointer;
    color: #fec504;
    font-size: 12px;
    font-weight: bold;
}

.add-icon i {
    font-size: 9px;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px 10px 0 0;
    border-bottom: none;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-header span {
    font-size: 16px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 1rem 1rem 1rem;
}

h6 {
    font-size: 15px;
}

.instructions {
    font-size: 12px;
    color: gray;
    display: none;
}

.password:focus + .instructions {
    display: block;
}

.btn-secondary{
    background-color: #dfdfdf;
    border-color: #dfdfdf;
    color: #000;
    font-weight: bold;
}

.btn-secondary:hover{
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #000;
    font-weight: bold;
}

.btn-primary{
    background-color: #fec504 !important;
    color: #000;
    border-color: #fec504 !important;
    font-weight: bold;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #feebac;
    border-color: #feebac;
    color: #000;
    font-weight: bold;
}

li {
    list-style: none;
}

.warning{
    background-color: #ffc0c0;
    color: #ff3e3e;
}

.navbar-brand img{
    position: relative;
}

.navbar-brand .logo{
    width: 123px; 
    z-index: 9999;
    margin-left: 15px;
    position: fixed;
}

img.sidebar_logo {
    width: 16px;
}

.shape-image {
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    height: 120px;
    width: 120px;
    margin-bottom: 10px;
}

.shape-image img {
    width: 80%;
}

label.shape-label {
    font-size: 12px;
}

span.money {
    /* font-weight: 200; */
    font-size: 12px;
    padding: 5px 0 0 2px;
}

.card-inner{
    position: relative;
}

.category {
    padding: 1px 4px;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
}

.orange{
    background: #fec504;
}

.deep-sky-blue{
    background: #0fb7ff;
}

.charm-pink{
    background: #ffceab;
}

.card-body-custom span {
    padding: 8px 0px 2px 0px;
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.custom-cards-group .card .card-inner img {
    height: 125px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
}

.product-select {
    position: absolute;
    top: 6px;
    left: 6px;
}

input#header_search {
    margin-left: -12px;
}

/* #gymSubMenu {
	margin-left: 32px;
} */

.summary-span, .dashboard-span{
    cursor: pointer;
}

.rounded_image_select {
    font-size: 10px;
}

input[name=search] {
    border-left: none;
}

img.product_img {
    height: 52px;
    width: 52px;
    -o-object-fit: cover;
       object-fit: cover;
}

@media print {
    .hide-in-print {
        display: none !important;
    }
}


/****************************************************************************************************************************
    Budget css starts here
***************************************************************************************************************************/
.widget {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f5f5f5;
    width: 400px;
}

.selected-image {
    border: 2px solid #c56b05;
    box-shadow: 0 0 8px #eed193;
}

.step {
    display: none;
}

.step-1 {
    display: block;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    min-height: calc(1.5em + .75rem + 2px);
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: calc(1.5em + .75rem + 2px);
}

.selected {
    border: 2px solid blue;
}

.family-card {
    cursor: pointer;
}

/* input[type="radio"] {
    opacity: 0;
} */

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}


.budget-height {
    min-height: 70vh;
}

.heading {
    height: 22px;
    display: flex;
    width: 22px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 0px;
    margin-right: 30px;
    cursor: pointer;
    margin-bottom: 18px;
    text-align: center;
    justify-content: center;
}

.heading::before {
    content: "";
    border-left: 1px solid #000;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 21px;
    left: 9px;
}

.heading:last-child::before {
    content: "";
    border-left: none;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 21px;
    left: 9px;
}

.side_number {
    height: 27px;
    display: inline-block;
    width: 27px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 3px;
    margin-right: 30px;
    cursor: pointer;
}

.heading.active {
    border-color: #fec504;
    color: #fec504;
}

.side_number {
    height: 23px;
    display: inline-block;
    width: 22px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 1px;
    margin-right: 6px;
    cursor: pointer;
    background: #d2cfcf;
    font-size: 13px;
}

.text-btn-position {
    position: sticky;
    top: 100vh;
}

.step {
    min-height: 60vh;
}

.left-sidebar-circles {
    position: relative;
}


/* Style for the container */
.step-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Style for each step */
.step-sidebar {
    display: flex;
    align-items: center;
    /* margin-bottom: 22px; */
    position: relative;
}

/* Style for the step number */
.step-number {
    width: 22px;
    height: 22px;
    background-color: #fff;
    color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-weight: bold; */
    font-size: 12px;
    /* margin-right: 10px; */
    /* z-index: 1; */
    border: 1px solid black;
}

.step-number.active {
    border-color: #fec504;
    color: #fec504;
}


/* Style for the step content */
.step-content {
    flex: 1;
    padding-left: 8px;
    font-size: 12px;
    font-weight: bold;
}


/* Style for the last step to remove the vertical rule */
.step-sidebar:last-child::before {
    display: none;
}

img.card-img-top {
    border-radius: 5px;
}

.card-body-custom label {
    margin-bottom: 0;
}

/* product card */
.product-img img {
    width: 120px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
}

.product_card {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 8px;
    width: 136px;
    min-height: 183px;
    margin-bottom: 40px;
}

i.fas.fa-ellipsis-v {
    font-size: 12px;
}

.product-button {
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
}

.price {
    margin-top: -7px;
    /* margin-bottom: 4px; */
}

.price span {
    font-size: 12px;
}

.selected_shape {
    border: 1px solid #000;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}

.selected_shape img {
    width: 70%;
}

.copete-card {
    height: 120px;
    width: 120px;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.copete-body label {
    font-size: 12px;
}

.card2 .card-inner img {
    height: 141px;
    width: 141px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
}

.card2 {
    height: 225px;
    width: 157px;
    padding: 8px 8px 0 8px;
    border: 1px solid #000;
    border-radius: 5px;
    position: relative;
}

.card-body-custom span {
    padding: 2px 0px 0px 0px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-select {
    position: absolute;
    top: 13px;
    left: 14px;
}

.step-line {
    height: 22px;
    transform: rotate(0deg);
    transform-origin: 0 0;
    border-left: 0.50px #000 solid;
    margin-left: 10px;
}

.step-line.active {
    border-left: 0.50px #FEC504 solid;
}

.step-line span {
    padding-left: 20px;
    color: #959595;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}

.profile_img img {
    width: 95px;
    height: 95px;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 1px;
    /* border-radius: 50%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08); */
}

.row.header {
    font-size: 12px;
}

.header p {
    margin-top: 0;
    margin-bottom: 0.4rem;
}

span.font-small {
    font-size: 12px;
    color: gray;
    white-space: pre-wrap;
}

.size-alternative {
    width: 300px;
    position: relative;
    top: -30px;
}

span.add-inputs {
    float: right;
    padding-left: 3px;
    cursor: pointer;
}

span.delete-input {
    cursor: pointer;
    position: absolute;
    right: 14px;
    margin-top: -20px;
}

.copete-card img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-body span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.add-appeased-inputs.show {
    display: inline;
    padding-left: 10px;
}

.underline {
    text-decoration: underline;
}

.size-alternative-images {
    cursor: pointer;
}

.selected_pieces {
    font-size: 10px;
    color: #959595;
}

.btn-primary:disabled {
    background: #f8de88 !important;
    cursor: not-allowed;
    color: #000;
    border: 1px solid #f8de88
}

.custom-trash-icon {
    position: absolute;
    top: 14px;
    right: 0;
    color: red;
    font-size: 12px;
    cursor: pointer;
}

.added_extra_pieces {
    position: relative;
}

img.step2-img {
    padding-left: 20px;
    padding-top: 5px;
    max-width: 100px;
}

#api-embed-link {
    display: flex;
    position: relative;
}

#api-embed-link button {
    position: absolute;
    top: 2px;
    left: 8px;
    margin-left: 10px;
    background: gainsboro;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.badge {
    position: absolute;
    color: #fff;
}

/* CSS for full screen modal */
.modal-fullscreen {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-fullscreen {
    margin: 0;
    width: 100%;
    height: auto;
    max-width: 100%;

}

.modal-fullscreen .modal-content {
    height: auto;
    width: 99%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.custom-border {
    border-right: 1px solid #e6e6e6;
}

#pdfModal {
    z-index: 9999;
}

#pdfModal2 {
    z-index: 9999;
}

#fullScreenModal {
    overflow-y: scroll;
}

.custom-marble-border {
    margin-left: 40px;
    margin-right: 40px;
}

@media print {
    .hide-in-print {
        display: none !important;
    }
}

.active,
.sub-active {
    cursor: pointer;
}

.warranty,
.notice {
    font-size: 12px;
    color: #b9b9c1;
    padding-left: 5px;
}

.warranty_div,
.notice_div {
    font-size: 12px;
}

.step-8 .related-products-array {
    height: 55vh;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.step-8 .related-products-array::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
}

.ml-new{
    margin-left: 44px !important;
}

.ml-new-product{
    margin-left: 44px !important;
}
.ml-new-family-product{
    margin-left: 69px !important;
}

.font-12{
    font-size: 12px;
}

/***************************************************************************************************************************
        Budget css ends here
***********************************************************************************************************************/

.active-btn{
    background-color: #fec504 !important;
    color: #000;
    border-color: #fec504 !important;
    font-weight: bold;
}

.input-group .btn {
    border-radius: 0;
    border: 1px solid #CED4DA;
}

input.form-control.custom-product-textbox {
background: #fff;
}

.img-div {
    display: inline-block;
    height: 127px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.close-mark2 {
    display: inline;
    position: absolute;
    right: 21px;
    top: 13px;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: gray;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    opacity: 0.9;
    cursor: pointer;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
	display: none;
}

.add_category{
    cursor: pointer;
    display: block;
}
/*
    * Sidebar
    */
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 100; /* Behind the navbar */
        padding: 48px 0 0; /* Height of navbar */
        box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
        background-color: #ffffff;
    }
    
    @media (max-width: 767.98px) {
        .sidebar {
            top: 5rem;
        }
    }
    
    .sidebar-sticky {
        position: relative !important;
        top: 0;
        height: calc(100vh - 48px);
        padding-top: .5rem;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    }

    .navbar-brand h2 {
        position: fixed;
        z-index: 999;
        padding-left: 20px;
    }
    
    @supports (position: sticky) {
        .sidebar-sticky {
            position: sticky;
        }
    }
    
    .sidebar .btn {
        font-weight: 500 !important;
        color: #333;
    }
    
    /*
     * Navbar
     */
    .navbar{
        background-color: #ffffff;
    }
    .navbar-brand {
        padding-top: .75rem;
        padding-bottom: .75rem;
        font-size: 1rem;
        box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
    }
    
    .navbar-dark .navbar-brand {
        color: #000;
    }
    
    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #000;
    }
    
    .navbar .navbar-toggler {
        top: .25rem;
        right: 1rem;
    }
    
    #sidebarMenu .card {
        border-radius: 0;
        border-bottom: 0 !important;
        border-top: 0 !important;
    }
    
    #sidebarMenu .card-header {
        padding: 0.5rem 0;
        margin-bottom: 0;
        background-color: #ffffff;
        border-bottom: 0;
    }
    
    #sidebarMenu .card-body {
        padding: 0;
    }
    
    #sidebarMenu .list-group {
        border-radius: 0;
    }
    
    #sidebarMenu .list-group-item {
        border: 0 !important;
    }
    
    
    .list-group-item.active {
        color: #1553FB;
        background-color: #fff;
    }
    .single-menu-item.active {
        color: #1553FB !important;
    }
    
    
    .btn-link:hover {
        text-decoration: none;
    }
    
    #sidebarMenu .list-group-item-action {
        color: #333;
    }
    
    #sidebarMenu .list-group-item.active {
        color: #007bff;
    }
    
    .single-menu-item.active {
        color: #007bff;
    }
    
    .single-menu-item:focus, .single-menu-item.focus {
        text-decoration: none;
    }
    
    .single-menu-item:focus, .single-menu-item.focus {
        box-shadow: none;
    }
    
    #sidebarMenu .btn:focus, .accordion .btn.focus {
        box-shadow: none;
    }
    
    #sidebarMenu .card {
        border: 0 !important;
    }
    
    .navbar-brand{
        box-shadow: none !important;
    }
    
/* @import "~bootstrap/dist/css/bootstrap.css";  */
