@font-face {
    font-family: "Poppins", sans-serif;
    src: url("../fonts/PoppinsRegular.eot");
    src: url("../fonts/PoppinsRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PoppinsRegular.woff") format("woff"), url("../fonts/PoppinsRegular.ttf") format("truetype"), url("../fonts/PoppinsRegular.svg#PoppinsRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Poppins-Medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Poppins-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Poppins-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #2e2f3b;
}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins-Medium';
}

.text-sm {
    font-size: .78rem !important;
}

a {
    color: #dc3545;
    text-decoration: none;
    background-color: transparent;
}

.nav-pills .nav-link:not(.active):hover {
    color: #dc3545;
}

.brand-link {
    height: 57px;
}

    .brand-link .brand-image {
        opacity: 1 !important;
        position: fixed;
        top: 10px;
        width: 100px;
        height: auto;
        max-height: none;
    }

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse.layout-fixed .brand-link .brand-image {
        width: 3.6rem;
        top: 24px;
        left: 7px;
        margin: 0px;
    }
}

.layout-fixed .wrapper .sidebar {
    margin-top: 50px;
    height: calc(100vh - 107px);
    overflow-y: auto !important;
}

.wrapper .content-wrapper {
    height: calc(100vh - 104px) !important;
    overflow-y: auto !important;
}

.layout-fixed .wrapper .content .sidebar {
    /*height: calc(100vh - 122px) !important;*/
    height: auto !important;
    overflow: hidden !important;
}
/*.layout-fixed .wrapper .content .sidebar ul.components {
    overflow-y: auto;
    height: 100vh !important;
  }*/

.topToolbar {
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0px;
    padding: 0px;
}

    .topToolbar ul {
        margin-bottom: 0px;
    }

        .topToolbar ul li {
            display: inline-block;
            padding: 8px 14px;
            font-size: 13px;
        }

            .topToolbar ul li a {
                color: #333;
            }

            .topToolbar ul li:first-child {
                border-right: 1px solid #ccc;
            }

                .topToolbar ul li:first-child a {
                    color: #dc3545;
                }

            .topToolbar ul li .btn {
                color: #333;
                font-size: 13px;
                padding: 0px;
                margin: 0px;
                text-transform: none;
                box-shadow: none;
            }

                .topToolbar ul li .btn:focus {
                    border: 1px solid #ccc;
                }

.card-title {
    font-size: 1rem;
    font-weight: 500;
}

.form-control {
    height: calc(1.8rem + 0px);
    padding: .2rem .7rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    /*border: 0px;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;*/
}

.form-group {
    margin-bottom: 15px;
}

.col-form-label {
    font-size: 12px;
    line-height: 1.5;
    color: #4a4a4a;
    text-align: right;
}

.table .btn {
    border: none;
    font-size: 12px;
    padding: 4px;
    color: #808080;
    background: transparent;
}

    .table .btn.btn-danger:hover, .table .btn.btn-danger:focus {
        background: transparent;
        color: #dc3545;
    }

    .table .btn.btn-info:hover, .table .btn.btn-info:focus {
        background: transparent;
        color: #17a2b8;
    }


* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

/*p {
  color: grey
}*/

#heading {
    text-transform: uppercase;
    color: #dc3545;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: -12px
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

.form-card {
    text-align: left;
    padding: 15px;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

/*#msform input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #dc3545;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px
}*/

/*#msform input:focus,
  #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #dc3545;
    outline-width: 0
  }*/

#msform .action-button {
    width: 100px;
    background: rgba(220, 53, 69, 0.85);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

    #msform .action-button:hover,
    #msform .action-button:focus {
        background-color: #dc3545
    }

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #000000
    }

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 16px;
    color: #dc3545;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 14px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 20px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #dc3545
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 14.26%;
        float: left;
        position: relative;
        font-weight: 400
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f13e"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f030"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #progressbar li strong {
        font-weight: 700;
    }

    #progressbar li:before {
        width: 30px;
        height: 30px;
        line-height: 25px;
        display: block;
        font-size: 12px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 2px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 13px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #dc3545
    }

.progress {
    height: 20px
}

.progress-bar {
    background-color: #dc3545
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.control-label {
    text-align: right;
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 0px;
    font-weight: 500 !important;
    line-height: 1rem;
}

.border-less-form {
    border: 1px solid #ccc;
    padding: 15px 30px;
}

    .border-less-form .form-group {
        /* border-bottom:1px solid rgba(204, 204, 204, 0.35);*/
    }

        .border-less-form .form-group:last-child {
            /* border:none !important;*/
        }

    .border-less-form .form-control {
        /*border: none !important;
    border-radius: 0px;
    color: #111;
    font-weight: 500;*/
    }

    .border-less-form .control-label {
        /* text-align: left !important;
    font-weight: 400 !important;
    color: #656565;*/
    }

.p-button {
    height: 30px;
}

    .p-button.p-button-icon-only {
        width: 1.357rem;
        padding: 0.129rem 0;
        height: 25px;
    }

p-dropdown {
    height: calc(1.8rem + 1px);
    /*padding: .2rem .7rem;*/
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: middle;
}

.p-inputtext {
    padding: 0.129rem 0.429rem;
    font-size: 13px;
    font-weight: 400;
}

.ng-valid[required], .ng-valid.required {
    /*border-left: 2px solid #42A948;  green */
    border: 1px solid #42A948;
}

.ng-invalid:not(form) {
    /* border-left: 2px solid #d9534f;  red */
    border: 1px solid #d9534f;
}

.os-viewport {
    overflow-y: auto;
}

/* OPENING SCROLLBAR VERTICAL */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color:	#c4cde0;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(139,157,195, 0.836);
    border-radius: 10px;
}

/* SPINNER */
.loader {
    border: 16px solid #e8dcc6;
    border-radius: 50%;
    border-top: 16px solid #00a0f0;
    border-bottom: 16px solid #4c3329;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 45%;
    left: 45%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    background: white;
    opacity: 0.6;
}

.p-dataview-content .p-grid {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

#sidebar ul li p-checkbox {
    display: block !important;
}

#sidebar ul li .p-checkbox-label {
    color: #747474 !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
}

#sidebar ul li .sidebarchecklist .collapse {
    max-height: 200px;
    overflow-y: auto;
}


.content .sidebar {
    margin-top: 12px !important;
    height: auto !important;
    margin-bottom: 15px !important;
    padding: 0px !important;
}

.content-wrapper > .content {
    padding: .5rem;
}

.p-datatable .p-datatable-thead > tr > th,
.table thead th {
    text-align: left !important;
    background: #dfe3ee !important;
}

.p-datatable .p-datatable-thead > tr > th,
.p-datatable .p-datatable-tbody > tr > td,
.table thead th, .table tbody td {
    padding: 0.271rem 0.6rem !important;
    border: 1px solid #e6e6e6 !important;
    border-width: 1px !important;
}

.p-dropdown {
    height: calc(1.8rem + 0px) !important;
    padding: .2rem .7rem !important;
    width: 100% !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.p-multiselect {
    border: none !important;
    line-height: 8px;
    font-size: 13px;
}

p-radiobutton, p-checkbox {
    margin-right: 15px;
    margin-bottom: 4px;
}

.p-radiobutton-label, .p-checkbox-label {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.p-calendar-w-btn .p-inputtext {
    height: calc(1.8rem + 0px) !important;
    padding: .2rem .7rem !important;
    width: 100% !important;
    border: 1px solid #ced4da !important;
}

.p-calendar-w-btn .p-button.p-button-icon-only {
    height: calc(1.8rem + 0px) !important;
}

.nav-sidebar .nav-item > .nav-link {
    line-height: 25px;
}

.nav-sidebar .nav-treeview .nav-item > .nav-link {
    font-size: 13.5px;
    padding-left: 30px;
}

.summaryInfo label {
    color: #333;
}

.info-title {
    color: #96999c;
    font-weight: 500;
}

.accordion h2 .btn-collapse {
    display: block;
    width: 100%;
    text-align: left;
    box-shadow: none;
    padding: 0px;
    font-size: 1rem;
}

    .accordion h2 .btn-collapse:before {
        float: right !important;
        font-family: FontAwesome;
        content: "\f068";
        padding-right: 5px;
    }

    .accordion h2 .btn-collapse.collapsed:before {
        float: right !important;
        content: "\f067";
    }

.main-footer {
    padding: 8px 15px;
}

.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
    border: solid #e9ecef;
    border-width: 0 0 1px 0;
    width: 100%;
}


[class*=sidebar-light-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-light-] .nav-sidebar > .nav-item:hover > .nav-link {
    background-color: #3b5998;
    color: #fff;
}

.nav-pills .nav-link:active {
    color: #007bff;
}

.nav-pills ul li a:hover li li.active > a,
.nav-pills a[aria-expanded="true"] {
    background: #63ace5;
    border-left: 4px solid #f57f17;
    color: #fff;
}


.hover {
    cursor: pointer;
}

.p-paginator {
    background-color: #f2f3f5
}

    .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
        background: #e8c96f;
    }

.timeline {
    margin: 0 0 10px;
    padding: 0;
    position: relative;
}

.p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #eff1f6;
    color: #495057;
    padding: 1.5rem;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.p-slider .p-slider-range {
    background: #d9261c;
}

.p-slider .p-slider-handle {
    border-color: #d9261c;
}

.uploadDocumentList {
    clear: both;
    display: flex;
    align-items: center;
    padding: 1rem;
    width: 100%;
}

    .uploadDocumentList img {
        width: 150px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
        margin-right: 2rem;
        height: 150px;
        object-fit: cover;
    }

    .uploadDocumentList .product-list-detail {
        flex: 1 1 0;
        margin-right: 1rem;
    }

    .uploadDocumentList .product-list-action {
        display: flex;
        flex-direction: column;
    }

    .uploadDocumentList .p-button {
        margin-bottom: .5rem;
    }

    .uploadDocumentList .documentStatus {
        padding: 2px 10px;
        font-size: 14px;
        margin-bottom: 6px;
        background: #feedaf;
        color: #8a5340;
    }

        .uploadDocumentList .documentStatus.penddingforapproval {
            padding: 2px 10px;
            font-size: 14px;
            margin-bottom: 6px;
            background:  rgb(93, 134, 180);
            color: #fff;
        }

        .uploadDocumentList .documentStatus.success {
            padding: 2px 10px;
            font-size: 14px;
            margin-bottom: 6px;
            background: #28a745;
            color: #fff;
        }

        .uploadDocumentList .documentStatus.reject {
            padding: 2px 10px;
            font-size: 14px;
            margin-bottom: 6px;
            background: #eba29e;
            color: #fff;
        }

.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #ffffff;
    border-color: #FFC107;
    color: #e64406;
}

.product-name {
    /*font-size: 1.5rem;
  font-weight: 700;*/
    font-weight: 700;
    padding-right: 6px;
}

.product-description {
    margin: 0 0 1rem 0;
}

.product-list-item .product-list-detail {
    flex: 1 1 0;
}

.user-profile-nav .nav-link {
    color: #fff;
    padding: 0 15px;
}

.user-profile-nav .dropdown-menu-lg {
    max-width: 350px
}

.user-profile-nav .user-image {
    width: 40px;
    margin-right: 10px;
    float: left;
}

.user-header, .user-footer {
    padding: 15px;
    text-align: center;
}

    .user-header img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .user-footer .btn {
        font-size: 13px !important;
        text-transform: capitalize;
        border: 1px solid #ccc;
        margin: 4px;
    }

        .user-footer .btn i {
            color: #dc3545;
        }

.modal {
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0,0,0,0.3);
    padding-right: 17px;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    transition: opacity .15s linear;
}

.modal-dialog {
    margin: 30px auto;
    position: relative;
}

.modal-lg {
    width: 900px;
}

.bg-red {
    background-color: #dd4b39 !important;
}

.close {
    float: right;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer;
}

/*my Home css*/
.leftmyHome {
    text-align: center;
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

    .leftmyHome .myhomeProfile {
        margin: 0 auto;
        padding: 20px 0px 10px;
        position: relative !important;
        background: rgba(218, 213, 213, 0.18);
        border-radius: 15px;
        margin-bottom: 15px;
    }

        .leftmyHome .myhomeProfile img {
            border-radius: 50%;
            cursor: pointer;
            vertical-align: middle;
            border-style: none;
            max-width: 100%;
            margin-bottom: 15px;
        }

        .leftmyHome .myhomeProfile a {
            color: #d9261c;
        }
.myHomeAbout {
    width: 90%;
    margin: 5px auto;
    background: #f5f5f5;
    text-align: left;
    padding: 15px;
}

    .myHomeAbout ul {
        padding-left: 15px;
    }

        .myHomeAbout ul li {
            margin-bottom: 4px;
        }

            .myHomeAbout ul li p {
                margin-bottom: 4px;
                line-height: 1.4em;
            }

.rightmyHome {
    /*text-align: center;*/
    background: #fff;
    padding: 15px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    margin: 0px 0px 10px 0px;
}

    .rightmyHome .header {
        text-align: center;
        color: #d9261c !important;
    }

.small-box .memberhomeicon {
    color: rgba(0,0,0,.15);
    z-index: 0;
}

    .small-box .memberhomeicon > i {
        font-size: 90px;
        position: absolute;
        right: 15px;
        top: 15px;
        transition: all .3s linear;
    }
    .small-box .memberhomeicon > i.fa {
    font-size: 50px;
    top: 20px;
}

.albumphoto {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.messagebox {
    font-size: 2rem;
    color: #2684fc;
    cursor: pointer;
}

    
.bottom-action .badgeStatus, .detaillist li .badgeStatus, .badgeStatus {
  padding: 2px 6px;
  font-size: 12px;
  margin-bottom: 6px;
  margin-right: 10px;
  background: #ff3547;
  color: #fff;
  /*float: right;*/
}

  .bottom-action .badgeStatus .approved, .detaillist li .badgeStatus .approved, .badgeStatus.approved {
    padding: 2px 6px;
    font-size: 12px;
    margin-bottom: 6px;
    margin-right: 10px;
    background: #28a745;
    color: #fff;
    /*float: right;*/
  }

  .bottom-action .badgeStatus .rejected, .badgeStatus.rejected {
    padding: 2px 6px;
    font-size: 12px;
    margin-bottom: 6px;
    margin-right: 10px;
    background: #FBC02D;
    color: #fff;
    /*float: right;*/
  }

  .bottom-action .badgeStatus .onhold, .badgeStatus .onhold, .badgeStatus.onhold {
    padding: 2px 6px;
    font-size: 12px;
    margin-bottom: 6px;
    margin-right: 10px;
    background: #2196F3;
    color: #fff;
    /* float: right;*/
  }


