
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700;900&family=Open+Sans:wght@700;800&family=Roboto:wght@300;400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", Arial, sans-serif;
    color: rgb(88 92 100);
    font-size: 15px;
    line-height: 1.4;
}

p {
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin-bottom: 0;
}

ol, ul {
    padding-left: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

a {
    color: rgb(112,112,112,100%);
}

small {
    font-weight: 500;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

::placeholder {
    color: rgb(112,112,112,45%) !important;
}

select {
    color: rgb(112,112,112,45%) !important;
}

    select.form-select {
        color: rgb(112,112,112,100%) !important;
    }

    select option {
        color: rgb(112,112,112,100%) !important;
    }

.form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: rgb(237,92,59,65%);
}

.breadcrumb {
    margin-bottom: 0;
}


@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

select.text-color {
    color: #212529 !important;
}
.input-border {
    border: 1px solid #999999;
}
/*login css start*/
.viewheight {
    height: 100vh;
}

    .viewheight .gradient-bg {
        height: 100%;
    }

.gradient-bg {
    background: url('../images/heaterband_bg1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -1;
    -moz-border-top-right-radius: 35px;
    -webkit-border-top-right-radius: 35px;
    border-top-right-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -moz-border-bottom-right-radius: 35px;
    border-bottom-right-radius: 35px;
}


    .gradient-bg:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-linear-gradient(rgba(238,101,60,100%), rgba(238,101,60,100%), rgba(119,46,30,100%));
        background-image: -moz-linear-gradient(rgba(238,101,60,100%), rgba(238,101,60,100%), rgba(119,46,30,100%));
        background-image: linear-gradient(rgba(238,101,60,100%), rgba(238,101,60,100%), rgba(119,46,30,100%));
        opacity: 0.8;
        -webkit-border-top-right-radius: 35px;
        -moz-border-top-right-radius: 35px;
        border-top-right-radius: 35px;
        -webkit-border-bottom-right-radius: 35px;
        -moz-border-bottom-right-radius: 35px;
        border-bottom-right-radius: 35px;
        z-index: -1;
    }

.consis_head h1 {
    text-transform: uppercase;
    font-weight: 600;
    -webkit-text-shadow: 2px 5px 10px #8e3f2b;
    -moz-text-shadow: 2px 5px 10px #8e3f2b;
    text-shadow: 2px 5px 10px #8e3f2b;
}

.login_bg {
    background: url(../images/curve_shape.png) no-repeat;
    background-position: top right;
    height: 100vh;
}

.card.cuslogin_card {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid rgb(188,188,188,30%);
    padding: 35px 30px;
    -webkit-box-shadow: 0 21px 50px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 21px 50px rgb(0 0 0 / 20%);
    box-shadow: 0 21px 50px rgb(0 0 0 / 20%);
  /*  margin: 80px 0;*/
}

.logincard {
    max-width: 535px;
    left: 120px;
}

img.center {
    display: block;
    margin: 0 auto;
}

.page_title {
    color: rgb(90 85 85);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.orangecus_btn {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: rgb(237,92,59,100%);
    border: 2px solid rgb(194,89,59,100%);
    padding: 12px 15px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}


.highlited_text {
    color: rgb(237,92,59,100%);
    font-weight: 600;
  
}

.form-control.cus_orm-control {
    padding: 13px 20px 13px 20px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    color: rgb(112,112,112,100%);
    border-color: #bdc2c7;
    font-size: 0.90rem;
}

    .form-control.cus_orm-control.spacing_label {
        padding: 15px 20px 15px 50px;
    }

.form-control {
    color: rgb(112,112,112,100%);
}

.custom_checkbox {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
}

    .custom_checkbox input {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0;
    }

    .custom_checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        width: 23px;
        height: 23px;
        background-color: #e9ecef;
        border-radius: 4px;
        cursor: pointer;
    }
    .custom_checkbox .checkmark {
        background-color: #ffffff;
        border: 1px solid #bdc2c7;
    }

        .custom_checkbox input:checked ~ .checkmark {
            background: rgb(237,92,59,100%);
            border:none;
        }

    .custom_checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .custom_checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .custom_checkbox .checkmark:after {
        left: 9px;
        top: 4px;
        width: 8px;
        height: 13px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -moz--transform: rotate(45deg);
        transform: rotate(45deg);
    }

.inputbox {
    position: relative;
}

    .inputbox .material-icons {
        left: 16px;
    }

    .inputbox .toggle-password {
        right: 15px;
    }

    .inputbox .material-icons, .inputbox .toggle-password {
        position: absolute;
        top: 15px;
        color: rgb(112,112,112,30%);
        cursor: pointer;
    }

.card.cuslogin_card .inputbox input:focus, .card.cuslogin_card .inputbox select:focus {
    border-color: rgb(237,92,59,80%);
}

.forget_pass a:hover {
    color: rgb(237,92,59,100%);
}

.error_content {
    color: #ed5c3b;
    font-size: 13px;
    padding-top: 5px;
    padding-left: 20px;
}
/*end*/
/*zone text box*/
.new_table_element {
    position: absolute;
    left: 109px;   
    bottom: 15px;
}
/*margin css*/
.mtb-30 {
    margin: 30px 0;
}
/*end*/

/*custom button*/
.white_cusbtn {
    color: rgb(255 255 255 / 100%);
    -webkit-background-image: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    -moz-background-image: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    background-image: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
}

.white_cusbtn, .white_outline-cusbtn {
    -webkit-box-shadow: 0px 8px 27px 0px rgb(116 44 69 / 21%);
    -moz-box-shadow: 0px 8px 27px 0px rgb(116 44 69 / 21%);
    box-shadow: 0px 8px 27px 0px rgb(116 44 69 / 21%);
    border-radius: 50px;
    padding: 10px 25px;
    transition: all .5s ease;
    letter-spacing: 1px;
    font-size: 0.850em;
    font-weight: 500;
    min-width: 125px;
}

.white_outline-cusbtn {
    color: rgb(242 68 73 / 100%);
    border: 2px solid rgb(242 68 73 / 100%);
}

.white_cusbtn:hover {
    color: #fff;
    transition: all .5s ease;
}

.white_outline-cusbtn:hover {
    color: rgb(255 255 255 / 100%);
    -webkit-background-image: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    -moz-background-image: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    background-image: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    transition: all .5s ease;
    border: 2px solid rgb(242 68 73 / 100%);
}
/*end*/

/*navbar css*/
.custom_navbar.navbar-light .navbar-nav .nav-link {
    color: rgb(17 24 39 / 100%);
    padding-right: 1rem;
    padding-left: 1rem;
}

    .custom_navbar.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: #f34649;
        font-weight: 600;
    }

.custom_navbar.navbar-light {
    background-color: rgb(255 255 255 / 100%);
    -webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
    -moz-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
}

/*end*/

/*body css*/
.wrapper {
    background: rgb(241, 245, 249);
}
/*end*/

/*sidebar css*/
.bdr-right {
    border-right: solid 2px #000;
}

.main_sidebar {
    margin-top: 58px;
   height: calc(100vh - 58px);
    display: flex;
   /* overflow: auto;*/
    -webkit-background: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    -moz-background: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    background: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
}

.lftsidebar {
    max-width: 350px;
    width: 100%;
     height: calc(100vh - 100px);
     overflow:auto;
  /*  height: 160%;*/
}


.lftsidebar .sidebar_content .backpage {
    color: #fff;
}

.lftsidebar .custab.nav-pills .nav-link.active {
    background-color: transparent;
}

.lftsidebar .custab.nav-pills {
    border-bottom: 1px solid rgb(228 230 231 / 50%);
    justify-content: space-between;
}

.lftsidebar .custab.nav-pills .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
}

.lftsidebar .custab.nav-pills .nav-link.active {
    position: relative;
    color: #fff;
    font-weight: 600;
}

.lftsidebar .custab.nav-pills .nav-link.active:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.main_component {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.main_component .component .card {
    width: 100%;
    height: 85px;
    background: #ffffff;
    border: 2px solid rgb(228 230 232);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}

    .main_component .component.disabledcard .card, .main_component .component.disabledcard p {
        opacity: 0.5;
    }

.main_component .component {
    flex: 0 0 calc(34% - 8px);
    max-width: calc(34% - 7px);
    text-align: center;
    margin-right: 8px;
}

.main_component .component:nth-child(3) {
    margin-right: 0;
}

.main_component .component p {
    color: #fff;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 500;
}

.error_content {
    display: none;
}

.main_component .component .card .icon {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background: linear-gradient(45deg, rgb(240 55 73 / 18%) 0%, rgb(253 136 73 / 0%) 100%);
    line-height: 55px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 24px;
}

/*end*/

/*body css*/
.draw_container {
    /*margin-top: 60px;
    height: calc(100vh - 60px);*/
}

.drawworspace {
    border: 1px solid rgb(228 230 231 / 100%);
    width: 100%;
    border-radius: 5px;
    background: rgb(255 255 255 / 100%);
    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}

.drawarea {
    /* height: 100%;*/
/*    margin-top: 70px;*/
    margin-top: 60px;
    padding: 20px 50px;
}

.rgtsidebar {
    max-width: 345px;
    width: 100%;
    /*height: calc(100vh - 550px);*/
    /* background: #fff;*/
    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    /* margin-left: 12px; */
}



.main_heading span.title {
    font-size: 16px;
    color: rgb(17 24 39 / 100%);
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid rgba(202, 206, 209, 0.7);
    padding-bottom: 8px;
}

.main_heading span.title:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    bottom: -2px;
}

.card .preview {
    /*background: rgb(202 206 209 / 50%);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 75px;
    /* height: 37%; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    margin-top: 15px;
}


.rgtsidebar .preview-sm {
    min-height: 130px;
}

.rgtsidebar .previewcompnt {
    width: 100%;
    max-height: 105px;
    background: rgb(228 230 232 / 62%);
    border: 1px solid rgb(246 155 55);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 105px;
    padding: 0 10px;
    display: block;
    -webkit-box-shadow: 0 6px 10px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 6px 10px rgb(0 0 0 / 16%);
    box-shadow: 0 6px 10px rgb(0 0 0 / 16%);
}

.draggable .blenght, .draggable .bdiamter {
    text-align: center;
}

.draggable .blenght {
    margin-bottom: 15px;
}

.draggable .bdiamter {
    margin-top: 15px;
}


.previewcompnt .ui-draggable.my_class .lenght,
.previewcompnt .ui-draggable.my_class .diamter {
    position: relative;
    text-align: center;
    line-height: 1.5;
    min-height: 30px;
}

.previewcompnt .ui-draggable.my_class .lenght::before,
.previewcompnt .ui-draggable.my_class .lenght::after,
.previewcompnt .ui-draggable.my_class .diamter::before,
.previewcompnt .ui-draggable.my_class .diamter::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: red;
    width: 20%;
    height: 2px;
}

.previewcompnt .ui-draggable.my_class .lenght::before,
.previewcompnt .ui-draggable.my_class .diamter::before {
    left: 0;
}

.previewcompnt .ui-draggable.my_class .lenght::after,
.previewcompnt .ui-draggable.my_class .diamter::after {
    right: 0;
}

/* .previewcompnt.ss,
.previewcompnt.ss .img-fluid{
	max-width: 100%;
	min-width: 100%;
	width: 100%;
} */

.ruleslist ul li {
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid rgb(202 206 209 / 70%);
    position: relative;
    color: #111827;
    font-weight: 600;
}

.ruleslist ul li span {
    position: absolute;
    display: inline-block;
    left: 0;
}

.ruleslist ol li:last-child {
    border-bottom: 0;
}

.notificationicon {
    position: relative;
}

.notificationicon::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    left: 14px;
    top: -3px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
    background: rgba(255, 121, 63, 1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-orange 2s infinite;
}

.dropdown-menu.customdropmenu {
    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    border-radius: 8px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 0;
    margin-top: 14px;
    padding: 1rem 0;
}

.dropdown-menu.customdropmenu .dropdown-item {
    font-size: 14px;
    padding: 8px 30px 8px 16px;
    font-weight: 500;
}

.dropdown-menu.customdropmenu .dropdown-item:hover {
    background-color: #F5F5F5;
}

.usericon {
    cursor: pointer;
    max-width: 42px;
}

.dropdown-menu.customdropmenu .dropdown-item span img {
    width: 18px;
}

.usericon.dropdown .dropdown-toggle::after, .mailicon .dropdown-toggle::after {
    border: 0;
}

.main_heading span.text-red {
    color: rgba(253 136 73 / 100%);
}

.helpicon, .mailicon, .notificationicon {
    cursor: pointer;
}

.dropdown-menu.customdropmenu.sharemail {
    min-width: 22rem;
    margin-top: 22px;
}

.userdetails span.usercomy {
    font-weight: 600;
    font-size: 14px;
}

.userdetails p.mailinfo {
    font-weight: 600;
    font-size: 13px;
    color: #f55349;
}

.userimg img {
    width: 50px;
    margin-right: 15px;
}

.form-control::placeholder {
    font-size: 14px;
}

.dropdown-menu.customdropmenu.sharemail .form-control.enteremailinput {
    padding: 0.525rem 0.75rem;
    border-radius: 5px;
}

.main_heading .smalltitle {
    font-size: 14px;
    color: #111827;
    font-weight: 600;
}

.dropdown-divider.custdivider {
    border-top: 1px solid rgb(202 206 209 / 70%);
}

/*end*/

/*keyframe animation css*/
.notificationicon.orange {
    background: rgba(255, 121, 63, 1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
}
/*end*/

/* profile setting */
.formpanel {
    padding-top: 120px;
}

.formsettings {
    padding-bottom: 50px;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header .page-title {
    font-size: 20px;
    color: rgb(17 24 39 / 100%);
    font-weight: 700;
}

nav.breadcrumbitem .breadcrumb-item a {
    color: rgb(17 24 39 / 100%);
    text-decoration: none;
}

nav.breadcrumbitem .breadcrumb-item.active {
    color: #f34649;
    font-weight: 600;
}

.formsfields {
    padding: 50px;
}

select.form-select.cusselect {
    background-blend-mode: difference;
}

.formsfields .form-label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: rgb(17 24 39 / 100%);
}

.userpics {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    border: 2px #fc7e49;
    border-radius: 50%;
    border-style: solid dashed;
}

.userpics img {
    padding: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 25px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 25px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 20%);
}

.form-label {
    margin-bottom: 0.5rem;
    color: rgb(17 24 39 / 100%);
    font-weight: 600;
}

#coolingringsdata, #tcsdata, #thermocoupleldata, #barrelsuportdata {
    display: none;
}

/* quote form css */
.addressdata .card, .barrelheat .card, .operparamtr .card, .bompricing .card, .facwidesaving .card {
    word-wrap: break-word;
    background-color: #fff;
    border: 0 !important;
    border-radius: 7px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    min-height: 400px;
   /* height: 100%;*/
}

table.table {
    color: rgb(17 24 39 / 100%);
}

table.table > tbody > tr td {
    padding: 0.7rem 0.9rem;
    border: 0;
    vertical-align: middle;
    color: #000;
}

table.table > tbody > tr th, table.table > thead > tr th {
    vertical-align: middle;
    border: 0;
}

.tablehead {
    background: -webkit-linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    background: -moz-linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    background: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    box-shadow: 0 7px 20px #f9cbc7;
    border: 0;
}

.tablehead td {
    color: #fff !important;
}

table.table > tbody > tr:last-child {
    border: 0;
}

.tablecaption {
    padding: 1.9rem 1rem;
}

.table > :not(caption) > * > *, .notedescription {
    padding: .9rem .9rem;
}

table.table select.form-select {
    color: rgb(17 24 39 / 100%) !important;
}

table.table select.form-select:focus, table.table select.form-select:active {
    border-color: rgb(244 80 73);
}

.copyright {
    background: rgb(17 24 39 / 100%);
    color: #fff;
    padding: 1rem 1rem;
    text-align: center;
}

span.numbertitle {
    background: -webkit-linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    background: -moz-linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    background: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    box-shadow: 0 7px 20px #f5d2cf;
}

.addcard ul li {
    padding: 0 0 8px 0;
    color: #111827;
    font-weight: 600;
}

.facilitywide-subdata .notedescription li {
    font-weight: 500;
    font-size: .875em;
    padding: 8px 0;
}

/* Terms & Condition */

.termsbanner {
    background: url('../images/bg1.png');
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

.termsbanner:before {
    content: '';
    position: absolute;
    opacity: 0.8;
    background: #1e1d1d;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.termscontent .card {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    border-radius: 7px;
    border: 0 !important;
    padding: 1.9rem 1.9rem;
}

.termsusecontent {
    padding-bottom: 1.9rem;
}

.termsusecontent p {
    line-height: 1.6;
}

/*19 sept 2022 */


.profileBox1 {
    border-right: 1px solid #ffd6c7;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.profileBox2 {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.profileHeader .profileTitle {
    font-size: 20px;
    color: rgb(17 24 39 / 100%);
    font-weight: 700;
}

.profileHeader {
    border-bottom: 1px solid #ffd6c7;
    padding: 30px 50px;
}

.social-media i {
    font-size: 20px;
    color: #fff;
}

.social-media {
    background: -webkit-linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    background: -moz-linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    background: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px;
}

.wrapperHt {
    height: 100vh;
    display: flex;
    align-items: center;
}

.userprofilesec h6.profileTitle {
    color: rgb(17 24 39 / 100%);
}

.ruleslist.custscrollbar {
    max-height: 165px;
    overflow-y: scroll;
    height: 100%;
    padding-right: 15px;
}

.ruleslist.custscrollbar.verticalscroll-h {
    max-height: 400px;
}

/* end */
/* custom scroll bar css */
/* width */

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(112,112,112,100%);
    border-radius: 5px;
}
/* end */

.txtbox_zone_space ul li {
    margin-bottom: 3px;
}

.txtbox_zone_space table tr td {
    padding-bottom: 3px;
}

.centervalue {
    text-align: center;
}

.quoteform_table {
    text-align: end;
    padding-right: 90px;
}

.quoteform_table_td {
    background: #f2f2f2;
}

.quoteform_table_td2 {
    background: #fff;
}

.arrow_button {
    -webkit-clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
    padding: 1.15rem 2rem 1.15rem 0.5rem;
}

.left_arrow_button {
    -webkit-clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
    clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
    padding: 1.15rem 1.3rem 1.15rem 2rem;
}

h2.swal2-title {
    padding: 1.25rem;
    font-size: 1.15em;
    line-height: 30px;
}

.swal2-styled.swal2-confirm {
    color: rgb(242 68 73 / 100%) !important;
    border: 2px solid rgb(242 68 73 / 100%) !important;
    box-shadow: 0px 8px 27px 0px rgb(116 44 69 / 21%);
    border-radius: 50px !important;
    padding: 10px 25px;
    background-color: #fff !important;
    transition: all .5s ease;
    letter-spacing: 1px;
    font-size: 0.850em !important;
    font-weight: 500;
    min-width: 125px;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.swal2-actions {
    margin: 0 !important;
}

.swal2-html-container {
    margin: 1em 1.6em 1.15em !important;
}

.swal2-styled.swal2-cancel {
    color: rgb(242 68 73 / 100%) !important;
    border: 2px solid rgb(242 68 73 / 100%) !important;
    box-shadow: 0px 8px 27px 0px rgb(116 44 69 / 21%);
    border-radius: 50px !important;
    padding: 10px 25px;
    background-color: #fff !important;
    transition: all .5s ease;
    letter-spacing: 1px;
    font-size: 0.850em !important;
    font-weight: 500;
    min-width: 125px;
}



body.loaded {
    overflow-y: auto;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.overlay .overlayDoor:before, .overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #111111c7;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.overlay .overlayContent .skip {
    display: block;
    width: 130px;
    text-align: center;
    margin: 50px auto 0;
    cursor: pointer;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    padding: 12px 0;
    border: 2px solid #fff;
    border-radius: 3px;
    transition: 0.2s ease;
}

.overlay .overlayContent .skip:hover {
    background: #ddd;
    color: #444;
    border-color: #ddd;
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    -webkit-animation: spinInner 1s linear infinite;
    animation: spinInner 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}


.QuoteForm-input-box {
    width: 50px;
    border-radius: 3px;
    border: 1px solid #999999;
    text-align: center;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    min-height: 27px;
}

.txtbox_zone_space ul li input {
    border-radius: 3px;
    border: 1px solid #999999;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    padding: 2px 2px 2px 10px;
    min-height: 27px;
    width: 290px;
}

.txtbox-dinamic-table tbody tr td input {
    border-radius: 3px;
    border: 1px solid #999999;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    padding: 2px 2px 2px 10px;
    min-height: 27px;
}

.txtbox-dinamic-table tbody tr td select {
    border-radius: 3px;
    border: 1px solid #999999;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    padding: 2px 2px 2px 10px;
    min-height: 27px;
}

.QuoteForm-input-box2 tbody tr td select {
    width: 50px;
    border-radius: 3px;
    border: 1px solid #999999;
    text-align: center;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    min-height: 27px;
}

.body-pd {
    height: 100%;
    background: rgb(241, 245, 249);
}

.change-pswd .wrapper {
    height: 100vh;
    overflow: hidden;
}

.change_pwd {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 97vh;
}

#change-password-form {
    max-width: 320px;
}

.change-pswrd-form span.text-danger.field-validation-error {
    position: relative;
    bottom: 15px;
}

.canvas-readonly-input {
    top: 0;
    position: absolute;
    right: 10px;
    max-width: 100%;
    width: 460px;
    z-index: 5;
    background: #f5f5f5;
    padding: 5px;
}

.canvas-readonly-input input.form-control {
    height: 25px;
    width: 250px;
}

.canvas-readonly-input .form-label {
    margin-bottom: 0px;
    color: rgb(17 24 39 / 100%);
    font-weight: 600;
    font-size: 13px;
    margin-top: 6px;
    clear: both;
    float: left;
    margin-right: 15px;
    width: 180px;
}

.container.admin_dashboard {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.admin_dashboard .dashboard-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dashboard-wrap .white_cusbtn, .white_outline-cusbtn {
    max-width: 240px;
 /*   margin-top: 30px;*/
    margin-top: 18px;
}

.dashboard-wrap .dashboard-logo {
    width: 250px;
    height: auto;
}


.printDiv {
    width: 1020px;
    height: 685px;
}

.barrel-sup-box .preview {
    padding: 20px 20px 10px 20px;
    justify-content: center;
    flex-direction: column;
}

.barrel-sup-box .preview span {
    color: #000000;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    font-size: .85rem;
}


/*Excel button css*/

.excel-button {
    float: right;
}


.btn-excel {
    box-shadow: 0px 8px 27px 0px rgb(116 44 69 / 21%);
    border-radius: 50px;
    padding: 10px 5px;
    transition: all .5s ease;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: 500;
    min-width: 125px;
    background-image: linear-gradient(45deg, #198754 0%, #6da58b 100%);
    border: 0;
    color: #fff;
}


.sidebarcontent.sidenav {
    margin-left: 43px;
    /* margin-left: 73px;*/
 /*   width: 100%;*/
}
.sidebar-images
{
    display:flex;
  
}

.card .thermo-prev {
    /*background: rgb(202 206 209 / 50%);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 0px;
    /*min-height: 77px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    margin-top: 11px;
    padding: 0px;
   /* padding: 12px;*/
    margin: 7px;
}

.card .preview-view {
    margin-left: 2px;
}

.sidebarcontent .thermo-p {
    color: #fff;
}

.sidebarcontent.angled-image {
    width: 100%;
    margin-top: 11px;
}

.buttongroup .button-grp {
    margin: auto;
}


.buttongroup .button-grp {
    margin: auto;
}

.sidebarcontent.barrel-content {
    width: 100%;
}

.form-label.tcs-label, .form-label.barrel-label, span.title.barrel-title, .ruleslist .barrel-list {
    color: #fff;
}

/*card area new css*/

.card.barrel-card {
    background-color: #f3e1e12e;
    border: 1px solid rgb(0 0 0 / 13%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  
}

.card.barrel-card.thermo-card {
    height: 85%;
}


.usericon .dropdown-toggle img {
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    background-image: linear-gradient(23deg, rgb(255 255 255) 0%, rgb(253 136 73 / 45%) 100%);
}

.terms_navbar {
    float:right;
}
  /*  .terms_navbar.navbar-light .navbar-nav .nav-link {
        color: rgb(17 24 39 / 100%);
      
    }
*/


/*Logo button space css*/

.navbar-brand.nav-logo{
    width:190px;
}
.rotate-180 {
    transform: rotate(180deg);
}

#BacktodashboardIcon {
    cursor: pointer;
}

.icon {
    cursor: pointer;
}

.element_row input {
    width: 100%;
}
.element_row {
    display: flex;
}
    .element_row > div {
        position: absolute !important;
    }
        .element_row > div select {
            width: 100%;
            padding-left: 15px;
        }
    .element_row label {
        white-space: nowrap;
        border: 1px solid #aeaeae;
        padding: 1px 4px;
        width: 100%;
        background: #fff;
        max-width: max-content;
    }
.diameter1 {
    background: #fff;
    position: absolute;
    left: 40%;
    top: 68%;
}
.inp1 {
margin-right:10px;
}
.mr-2 {
    margin-right: 20px;
}

.parametercontainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
}
#myDesignTblDiv {
    padding: 10px 15px 30px;
}
.cursor_point{
    cursor:pointer;
}
.custom_shadows.card {
    word-wrap: break-word;
    background-color: #fff;
    border: 0 !important;
    border-radius: 7px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}
.main_heading.tablecaption {
    display: flex;
    justify-content: space-between;
}
.inputs input {
    margin: 0 11px;
}
#CustomerMyDesignTblDiv {
    padding: 10px 15px 30px;
}
.cstm-label {
    white-space: nowrap;
}
.cstm-reset-btn{
    background-color:red;
    margin-left:5px;
    color:#fff;
    padding: 2px 5px;
}
.cstm-search-btn {
    background-color: forestgreen;
    margin-left: 5px;
    color: #fff;
    padding: 2px 5px;
}
#EnergySavings {
  color:  rgb(112,112,112,100%) !important
}
.custom_navbar.navbar-light .navbar-nav .nav-link.actives {
    color: #f44f49;
}
select#energySavingdp {
    color: #000 !important;
}
/*body:has(.admin_dashboard1) .navbar-nav li:nth-child(3) a {
    background-image: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    color: #fff !important;
    border-radius: 20px !important;
}*/
body:has(.Design-List) .navbar-nav li:nth-child(2) a {
    background-image: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    color: #fff !important;
    border-radius: 20px !important;
}
body:has(.admin_dashboard1) .navbar-nav li:nth-child(1) a, li.activeNav {
    background-image: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
    color: #fff !important;
    border-radius: 20px !important;
}
h1.headings {
    color: #f17739;
}

input.inputBox {
    width: 24px;
    padding: 5px !important;
    height: 24px;
    border-radius: 4px !important;
    display: inline-block;
}
.form-label {
    display: block;
}

/*@media only screen and (max-width: 1280px) and (orientation: landscape){
div:has(> div > #canvasGridHeigth) {
    max-width: 100%;
    overflow-x: auto;
}
}

@media only screen and (max-width: 1280px) and (orientation: landscape){
div:has(> div > #canvasGridHeigth) {
    max-width: 100%;
    overflow-x: auto;
}
}*/



/*@media (max-width : 1400px)  {

    body {
        overflow: hidden;
        zoom: 0.5;
    }
    .sidebarcontent.sidenav {
        margin-left: 17px;
    }
} */
/*@media (max-width : 1400px) {
    html {
        overflow: hidden;
        transform: scale(0.8);
    }
}*/

    /*19-07-23*/


    /*.dropdown-content {
        display: none;
        position: absolute;*/
        /*  background-color: #f1f1f1;*/
        /*background-color: rgb(255, 99, 71);
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }*/

        .dropdown-content a {
            color: white;
            /* color: rgb(255, 99, 71);*/

            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

    /*  .dropdown-content a:hover {
            background-color: #ddd;
        }*/
.cstm-dropbtn a {
    color: rgb(255 255 255 / 100%);
    background-image: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%);
}
    .cstm-dropbtn a:hover {
        color: rgb(255 255 255 / 100%);
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

   
/*21 July 2023*/
#SizeProfileTbl_wrapper #SizeProfileTbl_filter,
#RingsTbl_wrapper #RingsTbl_filter,
#voltageBasedTcsTbl_wrapper #voltageBasedTcsTbl_filter,
#VoltageTbl_wrapper #VoltageTbl_filter {

    text-align: left;
    padding-left: 20px;
    display: inline-block;
}
#SizeProfileTbl_wrapper #SizeProfileTbl_length,
#RingsTbl_wrapper #RingsTbl_length,
#voltageBasedTcsTbl_wrapper #voltageBasedTcsTbl_length {
    float: none;
    display: inline-block;
}
.header_spc-cstm{
    margin-top:75px;
}
#SizeProfileTbl_wrapper,
#RingsTbl_wrapper,
#voltageBasedTcsTbl_wrapper,
#VoltageTbl_wrapper {
    padding: 0 1rem;
}
.addbtn_cstm {
    position: absolute;
  /*  top: 0;*/
    margin-top: -60px;
    right: 15px;
    z-index: 1;
}
table#SizeProfileTbl,
table#voltageBasedTcsTbl,
table#RingsTbl {
    padding-top: 20px;
}
/*html {*/
/*    overflow: hidden;*/
    /*zoom: 0.7;
}*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-image: linear-gradient(45deg, rgba(240,55,73,1) 0%, rgba(253,136,73,1) 100%)!important;
    color: #ffffff!important;
}

/* active css start here */

li.listactive a.nav-link {
    background-color: rgb(255, 99, 71);
    border-radius: 20px;
    color: #fff !important;
}

/*.dropdown:hover .dropbtn {
    background-color: rgb(255, 99, 71);
    border-radius: 20px;
    color: #fff !important;
}
*/

.dropdown:focus .dropbtn {
    background-color: rgb(255, 99, 71);
    border-radius: 20px;
    color: #fff !important;
}


.btn_gray {
    font-size: .85em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    padding: 0.5em 1em;
    color: rgb(88 92 100);
    line-height: 1.5em;
}

/*body{
    margin:0;
    overflow:hidden;
}

.canvas-container{
    position:relative;
    width:100%;
    max-width:1500px;
    margin:0 auto;
    padding-top: calc(775/1500*100%);
}
canvas{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}*/


/*19-08-23 layout css*/

.leftside-menu{
    width: 350px;
    min-width: 350px;
}
.content-right {
    width: calc(100% - 350px);

}

.drawworspace {
    border: 1px solid red;
    position: relative;
}

@media (max-width: 1440px){
    .leftside-menu {
        width: 310px;
        min-width: 310px;
    }
    .content-right {
        width: calc(100% - 310px);
    }
    .lftsidebar {
        max-width: 310px;
        width: 100%;
    }
    }

.swal-height {
    height: 25vh;
}

/*.font-size-16 {
    font-size: 15px;
}*/


/*Abhijeet Chauhan*/
.swal2-close {
    color: red !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    margin-bottom: 5px!important;
}

.custmWidth{
    width:150px;
}
.swal2-popup  {
    margin-left: 400px !important;
}

/*.swal2-container swal2-top swal2-backdrop-show {
    margin-left: 400px !important;
}*/
/*.swal2-container{
    margin-left: 400px !important;
}*/
.new_table_element_zone {
    margin-left: 20px;
}

.brrRing{
    cursor:move !important;
}










