@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

:root {
    --orange: #ff5c00;
    --sea: #035771;
}
html {
    background: #f3f3f3;
}

body {
    font-family: "Poppins", sans-serif;
    background: #fafafa;
}

p {
    font-family: "Poppins", sans-serif;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 4px 2px 1px 2px;
    background: var(--orange) !important;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    height: 52px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

#sidebar {
    width: 330px;
    position: fixed;
    top: 0;
    left: -330px;
    height: 100vh;
    z-index: 999;
    background: var(--orange);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        left: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386d5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #dismiss:hover {
        background: #fff;
        color: #7386d5;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

#sidebar .sidebar-header {
    padding: 44px 33px 10px;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 27px;
    font-size: 1.1em;
    display: block;
    margin-bottom: 23px;
}

    #sidebar ul li a:hover {
        background: #f98a4b;
    }

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #f98a4b;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386d5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.card-deck .card {
    border-radius: 30px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: none;
}

.card .product img {
    width: 100px;
}

.inner-wrapper {
    height: 100%;
    overflow: auto;
    margin-bottom: 120px;
    padding-bottom: 16px;
}

thead {
    background: var(--sea);
}

button {
    background:var(--sea);
    border: none;
    border-radius: 10px;
    padding: 8px 20px;
    color: #fff;
    box-shadow: 2px 2px 20px 3px #0000002e;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    color: #fff;
}

    .table thead th:first-child {
        border-radius: 20px 0 0 0;
        font-weight: 500;
    }

    .table thead th:last-child {
        border-radius: 0 20px 0 0;
    }

.table tbody tr:last-child td:first-child {
    border-radius: 20px 0 0 0;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 20px 0 0;
}

tbody {
    box-shadow: 2px 2px 20px 0px #00000047;
    border-radius: 0 0 20px 20px;
}

footer {
    background:var(--orange);
    height: 55px;
}

.has-search .form-control {
    padding-left: 64px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.srchbar {
    background: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.section-head {
    font-size: 20px;
}

.card-body {
    padding-bottom: 0;
}

.addicon {
    margin-right: -16px;
}

.srchinput {
    background-image: url('../../Images/toolsAndUtensils.png');
    background-repeat: no-repeat;
    background-position: 20px 8px;
}

.side-logo {
    width: 200px;
}

.logo-text {
    font-size: 22px;
    padding-left: 9px;
}

.table td,
.table th {
    border-top: none;
    vertical-align:middle;
}

.nav-pills .nav-link.active {
    background: #f96a28;
}

.nav-pills .nav-link {
    background: var(--sea);
    border: none;
    border-radius: 10px;
    padding: 8px 20px;
    color: #fff;
    box-shadow: 2px 2px 20px 3px #0000002e;
}

.add-product .card {
    border-radius: 30px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: none;
}

.card {
    border-radius: 30px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: none;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px;
}

    #custCarousel .carousel-indicators > li {
        width: 100px;
    }

    #custCarousel .carousel-indicators li img {
        display: block;
        opacity: 0.5;
    }

    #custCarousel .carousel-indicators li.active img {
        opacity: 1;
    }

    #custCarousel .carousel-indicators li:hover img {
        opacity: 0.75;
    }

.carousel-item img {
    width: 132px;
}

.fa.fa-trash {
    color: #ec3b57;
    font-size: 24px;
}

.assets-table tr th:last-child,
.assets-table tr td:last-child {
    text-align: center;
}

.carousel-item {
    padding: 20px 0px;
}

.slider-outer {
    margin-bottom: 70px;
}

.file img {
    border-radius: 10px;
}
.h6 {
    margin-bottom: 14px;
    font-size: 20px;
}

textarea {
    resize: none;
}

.form-control {
    border-radius: 10px;
}

.cncl {
    background: var(--sea);
    width: 200px;
    border-radius: 10px;
    border: none;
}

.back {
    background: var(--sea);
    border-radius: 10px;
    border: none;
}

.save {
    background: var(--sea);
    width: 200px;
    border-radius: 10px;
    border: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
}

.add-product .fa.fa-angle-right,
.add-product .fa.fa-angle-left {
    font-size: 48px;
    color:var(--sea);
    margin-top: -18px;
}

.tox-tinymce {
    border-radius: 10px !important;
}

.dropdown-menu {
    left: -47px;
    border-radius: 13px;
    top: -5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: none;
}

.dropdown-item {
    padding: 7px 20px;
    border-bottom: 1px solid #cccccc94;
}

    .dropdown-item:last-child {
        border-bottom: none;
    }

.fa.fa-pencil-square-o {
    color: var(--sea);
    font-size: 24px;
}

.fa.fa-clone {
    color: var(--sea);
    font-size: 24px;
}

    .fa.fa-clone.red {
        color: red;
        font-size: 24px;
    }

.add-btn {
    width: 150px;
    color: #fff;
    background-color:var(--sea);
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    zoom: 1.5;
}

.form-check-input {
    margin-top: 0;
}

.create-pro .fa.fa-pencil-square-o
{
    color: #0f75bc;
    font-size: 24px;
    position: absolute;
    right: 14px;
    top: 40px;
    cursor: pointer;
}

.total {
    background: #ececec !important;
}

.o-color {
    color: #f96a28;
}

ul.a {
    list-style-type: disc;
}

.no-style {
    list-style-type: none;
}

    .no-style ul li {
        list-style-type: disc;
        font-weight: 500;
    }

.add-cat {
    background: rgb(23, 181, 197);
    background: linear-gradient( 180deg, rgba(23, 181, 197, 1) 0%, rgba(23, 157, 243, 1) 100% );
    border: none;
    border-radius: 10px;
    padding: 8px 20px;
    color: #fff;
    box-shadow: 2px 2px 20px 3px #0000002e;
}

.dash-table tr td:last-child {
    text-align: right
}

.fa.fa-eye {
    color: var(--sea);
    font-size: 24px;
}

.badge-warning {
    color: #fff;
    background-color: var(--sea);
    font-weight: 200;
    border-radius: 10px;
    padding: 5px 14px;
    box-shadow: 2px 2px 13px 2px #00000038;
    width: 80px;
    line-height: 11px;
    height: 21px;
}

.badge-info {
    background-color: #f96a28;
    color: #fff;
    font-weight: 200;
    border-radius: 10px;
    padding: 5px 14px;
    box-shadow: 2px 2px 13px 2px #00000038;
    width: 80px;
    line-height: 11px;
    height: 21px;
}

.product-detail .carousel-item img {
    max-width: 250px;
    min-width: 250px;
}

.product-detail .carousel-control-prev-icon {
    background-image: url('../../Images/next.png') !important;
    height: 40px;
    background-repeat: no-repeat;
    width: 40px;
    transform: rotate(180deg);
}

.product-detail .carousel-control-next-icon {
    background-image: url('../../Images/next.png') !important;
    height: 40px;
    background-repeat: no-repeat;
    width: 40px;
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 5rem
}

.list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word
}

    .list-item.block .media {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .list-item.block .list-content {
        padding: 1rem
    }

.w-40 {
    width: 40px !important;
    height: 40px !important
}

.avatar {
    position: relative;
    line-height: 1;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .15)
}

    .avatar img {
        border-radius: inherit;
        width: 100%
    }

.gd-primary {
    color: #fff;
    border: none;
    background: #448bff linear-gradient(45deg, #448bff, #44e9ff)
}

.text-color {
    color: #5e676f
}

.text-sm {
    font-size: .825rem
}

.h-1x {
    height: 1.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.no-wrap {
    white-space: nowrap
}

.list-row .list-item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 16px 0;
}

.list-row .list-item > * {
    padding-left: .625rem;
    padding-right: .625rem
}

.dropdown {
    position: relative
}



list-item {
    background: white
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    background: var(--sea);
    border: none;
    border-radius: 20px 20px 0 0;
}

.modal-title {
    color: #fff;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500;
}

table.dataTable.no-footer {
    border-bottom: none !important;
    border-radius: 0 0 20px 20px;
}



.dataTables_wrapper .table tbody tr:last-child td:last-child {
    border-radius: 0 0px 20px 0 !important;
}

.dataTables_wrapper .table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px !important;
}

.cnfrm-btn {
    background: var(--sea);
    width: 150px;
    border-radius: 10px;
    border: none;
    color: #fff;
    margin-right: 15px
}

.cncl-btn {
    background: var(--sea);
    border-radius: 10px;
    border: none;
    width: 150px;
    color: #fff;
}

b, strong {
    font-weight: 500 !important;
}

.form-control.border-0 {
    background-color: #0808080f !important
}

.product-search {
    position: absolute;
    right: 236px;
    z-index: 999999;
    top: 0px;
}

.pos-relative {
    position: relative
}

.dataTables_filter input {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 15px 10px !important;
    border-bottom: none !important;
}

#ProductListDetails_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current,
#ProductListDetails_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
#ProductListDetails_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid var(--sea) !important;
    background: var(--sea) !important;
    line-height: 20px !important;
    border-radius: 6px;
    box-shadow: 2px 2px 8px 3px #00000014 !important;
    outline: none !important;
}

.ui-sortable-handle {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
}

#loader-container {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999999 !important;
    text-align: center;
}

.loader {
    position: relative;
    top: 40%;
    left: 49%;
    text-align: center;
    border: 4px solid #e8e8e8;
    border-radius: 50%;
    border-top: 4px solid #F25822;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product, .badge, button, #sidebarCollapse {
    cursor: pointer !important
}

#tableEditProposal tbody {
    box-shadow: none;
}

.no-shadow{box-shadow:none !important}
#tbodyintro, #tbodyProductImage {
    box-shadow: none !important
}
.dataTables_wrapper .dataTables_paginate {
    margin-top: 15px;
}

i.fa.fa-plus {
    background: var(--sea);
    color: #fff;
    padding: 8px;
    border-radius: 8px;
    font-size: 18px;
}
.fa.fa-cube, .fa-file-text-o {
    background: var(--sea);
    color: #fff;
    padding: 8px;
    border-radius: 8px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 16px;
    margin-right:8px;
}
.fa-bars, .fa-user {
    background: var(--orange);
    color: #fff !important;
    border-radius: 50%;
    font-size: 24px !important;
}

.pos-relative .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.pos-relative .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #979797;
    background: var(--sea) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--sea) !important;
}
.no-underline-hover:hover {
    text-decoration: none;
}
.nav-button {
    color: white;
    text-decoration: none;
}
.nav-item-hover:hover {
    background-color: #f98a4b;
    cursor: pointer;
}