@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&display=swap');

body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px !important;
    color: #606060;
    font-family: 'Open Sans', sans-serif;
    /*background-image: url(../images/customtool/bg.jpg);*/
    background-color: #ffffff;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

img {
    max-width: 100%;
    max-height: 100%;
}

*, ::after, ::before {
    box-sizing: border-box;
}

a {
    outline: none;
}

.CustomTool {
    min-height: 100vh;
    width: 100%;
    position: relative;
    float: left;
}

.header {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

div#headers {
    width: calc(100% - 650px);
    display: flex;
    justify-content: center;
}

.right_header_logout {
    padding-right: 35px;
    padding-top: 22px;
}

    .right_header_logout #logoutBtn {
        display: none;
    }

    .right_header_logout .dropdown-menu.show {
        left: -46px !important;
        top: 12px !important;
    }

    .right_header_logout .fas.fa-user-circle {
        font-size: 35px;
        cursor: pointer;
    }

    .right_header_logout .fas.fa-caret-down {
        position: relative;
        top: -5px;
        margin-left: 3px;
    }

.btn {
    position: relative;
    overflow: hidden;
}

    .btn img {
        position: relative;
        z-index: 9;
    }

    .btn.btn-secondary::after {
        background: rgba(0, 0, 0, 0.05);
    }

    .btn.btn-primary::after {
        background: rgba(0, 0, 0, 0.15);
    }

    .btn::after {
        position: absolute;
        bottom: -2px;
        right: -30px;
        height: 40px;
        content: "";
        width: 40px;
        background: rgba(0, 0, 0, 0.07);
        border-radius: 5px;
        transform: rotate(47deg);
    }

.btn-lg::after {
    bottom: -3px;
    right: -39px;
    height: 55px;
    width: 55px;
    transform: rotate(47deg);
}

.m-t {
    margin-top: 15px;
}

.mr5 {
    margin-right: 5px;
}

.btn-back::after {
    display: none;
}

.step {
    padding: 0px 40px 30px 40px;
    display: flex;
    align-items: center;
    min-height: calc(100% - 190px);
    width: 100%;
    padding-top: 50px;
}

.logo {
    background-color: #FFFFFF;
    width: 320px;
    float: left;
    padding: 8px 20px 8px 20px;
    border-radius: 0 0 5px 0px;
    text-align: center;
    max-width: 100%;
}

.CustomTool .facade-by ul {
    padding: 0;
    margin: 0 -15px 20px -15px;
    float: left;
    width: 100%;
}

    .CustomTool .facade-by ul li {
        padding: 15px;
        margin: 0;
        float: left;
        width: 33.3%;
        list-style: none;
    }

.CustomTool .select-thumbnail {
    background-color: #fff;
    padding: 0px;
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    float: left;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

    .CustomTool .select-thumbnail .img-responsive {
        padding: 10px;
        float: left;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.CustomTool .facade-by .select-thumbnail .img-responsive {
    padding: 25px 45px;
    float: left;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.CustomTool .select-thumbnail .checktext {
    border-bottom: 1px solid #f3f1ee;
    width: 100%;
    float: left;
    font-size: 15px;
    padding: 7px 5px 7px 35px;
    color: #979797;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.facade-by .step-left {
    max-width: 600px;
    float: left;
    padding-bottom: 50px;
}

.step-right {
    width: 36.1%;
    float: left;
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100%;
}

    .step-right img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .step-right::before {
        content: "";
        width: 100%;
        height: 100%;
        background-image: url(../images/customtool/right-bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 9;
    }

.step-left h2 {
    font-size: 34px;
    font-weight: 400;
    margin: 0px 0 30px 0px;
    line-height: 54px;
}

    .step-left h2 span {
        font-size: 48px;
        font-weight: 700;
        /*width: calc(100% - 205px);*/
        margin-right: 10px;
        float: left;
    }

.btn-primary {
    color: #fff;
    background-color: #606060;
    border-color: #606060;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: #4f4e4e;
        border-color: #4f4e4e;
        box-shadow: 0px 13px 8px -8px rgba(0, 0, 0, 0.3) !important;
        outline: none;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #4f4e4e;
        border-color: #4f4e4e;
        box-shadow: 0px 12px 8px -8px rgba(0, 0, 0, 0.3);
        outline: none;
    }

    .btn-primary:disabled {
        cursor: not-allowed;
        background-color: #606060;
        border-color: #606060;
    }

    .btn-primary img {
        width: 23px;
        margin: 0 0 0 3px;
    }

.btn-lg.btn-primary {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 9px 15px;
    border-radius: 3px;
}

    .btn-lg.btn-primary img {
        width: 40px;
        margin: 0 0 0 3px;
    }

.block-check {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .block-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.radiobtn {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 18px;
    width: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border-radius: 50%;
}

.block-check:hover input ~ .radiobtn {
    border-color: rgba(0, 0, 0, 0.2);
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

.block-check input:checked ~ .radiobtn:after {
    display: block;
}

.block-check .radiobtn::after {
    left: 3px;
    top: -1px;
    width: 18px;
    height: 14px;
    background-image: url(../images/customtool/chack-g.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.CustomTool .select-thumbnail:hover, .CustomTool .select-thumbnail:focus {
    box-shadow: 5px 0 25px 0 rgba(0, 0, 0, 0.25);
}

    .CustomTool .select-thumbnail:hover .checktext, .CustomTool .select-thumbnail:focus .checktext {
        color: #606060;
    }

.CustomTool .facade-by .select-thumbnail:hover .img-responsive, .CustomTool .facade-by .select-thumbnail:focus img-responsive {
    opacity: 1;
}

.CustomTool .facade-select ul {
    padding: 0;
    margin: 0 -10px 30px -10px;
    float: left;
    width: 100%;
}

.facade-select ul li {
    padding: 10px;
    margin: 0;
    float: left;
    width: 25%;
    list-style: none;
}

.facade-select .select-thumbnail .img-responsive {
    object-fit: scale-down;
    height: 140px;
    width: 100%;
}

.facade-select .step-left {
    max-width: 1000px;
    z-index: 99;
    position: relative
}

.join-form .step-left {
    max-width: 750px;
    z-index: 99;
}

.join-form .input-group {
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.05);
    margin: 0 0 30px 0;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #d8d2c8;
}

    .join-form .input-group .form-control {
        padding: 15px 15px;
        font-size: 20px;
        font-weight: 400;
        height: 70px;
        border-width: 0px;
        outline: none;
    }

    .join-form .input-group .input-group-prepend {
        background-color: #f3f1ee;
        width: 55px;
        border-right: 1px solid #d8d2c8;
        margin: 0;
        position: relative;
    }

.form-control:focus {
    box-shadow: none;
}

.join-form .input-group .input-group-prepend::before {
    position: absolute;
    top: 24px;
    left: 15px;
    height: 24px;
    content: "";
    width: 24px;
    border: 1px solid #d8d2c8;
    border-radius: 50%;
}

.join-form .input-group.fill .input-group-prepend::after {
    left: 20px;
    top: 24px;
    width: 23px;
    content: "";
    background-image: url(../images/customtool/chack-g.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.join-form .input-group .form-control option {
    font-size: 20px;
    padding: 10px 0;
    min-height: 40px;
}

    .join-form .input-group .form-control option:hover, .join-form .input-group .form-control option:focus {
        background-color: #606060;
    }

.step-inner {
    overflow-y: auto;
    margin: 140px 0 140px 0;
    height: 100%;
    width: 100%;
    float: left;
}

.CustomTool .navbar {
    margin: auto;
    max-width: 600px;
    padding: 15px 0 0 0;
}

    .CustomTool .navbar .navbar-nav {
        background-color: #fff;
        box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.05);
        width: 100%;
        border-radius: 3px;
    }

        .CustomTool .navbar .navbar-nav .nav-item {
            width: 25%;
            border-right: 1px solid #e6e8ed;
        }

            .CustomTool .navbar .navbar-nav .nav-item a {
                font-size: 15px;
                text-align: center;
                padding: 13px 15px;
                outline: none;
            }

            .CustomTool .navbar .navbar-nav .nav-item:last-child {
                border-right: none;
            }

.CustomTool-body {
    float: left;
    width: 100%;
    padding: 30px;
    display: flex;
}

.left-sidebar {
    background: #fff;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    padding: 20px 0px;
    float: left;
    width: 400px;
    height: calc(100vh - 178px);
}

.left-sidebar-scrollable {
    float: left;
    width: 100%;
    overflow-y: auto;
    max-height: 745px;
    scrollbar-width: thin;
    min-height: 745px;
}

.accordionOptions.left-sidebar-scrollable {
    height: calc(100vh - 326px);
    max-height: initial;
    min-height: initial;
}
/*Add yellow box*/
.interiorTemplateItem {
    width: 100%;
    display: inline-block;
}

.left-sidebar-scrollable.interior-options-modal {
    height: calc(100vh - 465px);
}

body.expanded .left-sidebar-scrollable.interior-options-modal {
    height: calc(100vh - 445px);
}

body.expanded div#interiorPendingMessage {
    max-width: 380px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.left-sidebar .btn-back {
    font-size: 12px;
    border: 2px solid #e6e8ed;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 2px 0;
    text-align: center;
    float: right;
    margin-right: 10px;
}

.btn-back:hover, .btn-back:focus {
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.1);
}

.left-sidebar h4 {
    width: calc(100% - 115px);
    float: left;
    font-size: 16px;
    padding: 5px 15px;
    font-weight: 600;
}

#accordion .panel {
    border-top: 1px solid #e6e8ed;
    width: 100%;
    margin: 0 0px 0px;
}

    #accordion .panel .panel {
        border-top: none;
    }

.left-sidebar .panel .panel h4 {
    font-size: 14px;
    padding: 5px 15px;
}

.panel-group .panel .panel .icon-rotate .arow-icon {
    top: 2px;
}

.left-sidebar nav {
    float: left;
    margin: 5px 0 10px 0;
    width: 100%;
}

.left-sidebar .tab-content ul,
.left-sidebar .accordionOptionsLevel3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .left-sidebar .tab-content ul li,
    .left-sidebar .accordionOptionsLevel3 ul li {
        width: 33.3%;
        float: left;
        padding: 5px;
        position: relative;
    }

        .left-sidebar .tab-content ul li .model-info-icon i,
        .left-sidebar .accordionOptionsLevel3 ul li .model-info-icon i {
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 9;
            font-size: 18px;
            cursor: pointer;
        }

        .left-sidebar .tab-content ul li .viewOptionLargeImage,
        .left-sidebar .accordionOptionsLevel3 ul li .viewOptionLargeImage {
            position: absolute;
            right: 8px;
            top: 6px;
            z-index: 1;
            font-size: 15px;
            cursor: pointer;
            display: none;
        }

/*.left-sidebar .tab-content ul li:hover .viewOptionLargeImage {
            display: block !important;
        }*/

.left-sidebar nav .nav-tabs {
    border: none;
}

.left-sidebar .tab-content ul li a,
.left-sidebar .accordionOptionsLevel3 ul li a {
    border: 1px solid #f3f1ee;
    padding: 10px;
    float: left;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .left-sidebar .tab-content ul li a:hover, .left-sidebar .tab-content ul li.active a,
    .left-sidebar .accordionOptionsLevel3 ul li a:hover, .left-sidebar .accordionOptionsLevel3 ul li.active a {
        border: 1px solid #606060;
        box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.2);
    }

        .left-sidebar .tab-content ul li.active a::before,
        .left-sidebar .accordionOptionsLevel3 ul li.active a::before {
            position: absolute;
            top: 7px;
            left: 5px;
            height: 16px;
            content: "";
            width: 16px;
            border: 1px solid rgba(0,0,0,.3);
            border-radius: 50%;
            z-index: 9;
        }

        .left-sidebar .tab-content ul li.active a::after,
        .left-sidebar .accordionOptionsLevel3 ul li.active a::after {
            left: 8px;
            top: 4px;
            width: 16px;
            content: "";
            background-image: url(../images/customtool/chack-icon-g.png);
            background-repeat: no-repeat;
            background-size: 100%;
            position: absolute;
            height: 16px;
            z-index: 10;
        }


.expanded .left-sidebar .tab-content ul li.active a::before,
.expanded .left-sidebar .accordionOptionsLevel3 ul li.active a::before {
    top: 10px;
    left: 8px;
    height: 20px;
    width: 20px;
}

.expanded .left-sidebar .tab-content ul li.active a::after,
.expanded .left-sidebar .accordionOptionsLevel3 ul li.active a::after {
    left: 12px;
    top: 6px;
    width: 20px;
    height: 20px;
}



.left-sidebar .nav-tabs .nav-item.show .nav-link, .left-sidebar .nav-tabs .nav-link.active {
    color: #606060;
    background-color: #fff;
    border-color: #fff #fff #606060;
}

.left-sidebar .nav-tabs .nav-link:focus, .left-sidebar .nav-tabs .nav-link:hover {
    border-color: #fff #fff #606060;
}

.left-sidebar nav .nav-tabs a {
    outline: none;
    border-bottom: 2px solid #e6e8ed;
    padding: 5px 5px;
    margin: 0 5px;
    border-radius: 0;
    color: rgba(0,0,0,.5);
    font-size: 15px;
}
/*
.left-sidebar .tab-content ul li:hover img:not(.addCustomTypeImage), .left-sidebar .tab-content ul li.active img:not(.addCustomTypeImage) {
    opacity: 0.3;
}*/
.right-content {
    float: left;
    width: calc(100% - 400px);
    padding-left: 30px;
    position: relative;
}

.CustomTool-main {
    background-color: #fff;
    background-image: url(../images/customtool/pattern.png);
    background-repeat: repeat;
    height: calc(100vh - 178px);
    width: 100%;
    float: left;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.10);
    border: 3px solid #FFF;
    border-radius: 5px;
    text-align: center;
    padding: 0px;
    overflow: hidden;
}

.CustomTool-thumbnail-main {
    position: absolute;
    width: 160px;
    right: -160px;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.4);
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 20px 10px;
    top: 52%;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 10px 0 15px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
    transform: translate(0%, -50%);
}

    .CustomTool-thumbnail-main .carousel-indicators {
        display: none;
    }


    .CustomTool-thumbnail-main .left.carousel-control {
        top: -25px;
    }

    .CustomTool-thumbnail-main .right.carousel-control {
        bottom: -25px;
    }

    .CustomTool-thumbnail-main .carousel, .CustomTool-thumbnail-main .carousel-inner, .CustomTool-thumbnail-main .carousel-item {
        min-height: unset !important;
        height: auto;
    }

    .CustomTool-thumbnail-main .carousel-control {
        height: auto;
        position: absolute;
        left: 55px;
        color: #606060;
        width: 30px;
        text-align: center;
    }

.CustomTool-thumbnail {
    background: #fff;
    float: left;
    width: 100%;
    padding: 3px;
    margin: 5px 0;
    border-radius: 3px;
    text-align: center;
    height: 110px;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.05);
}

    .CustomTool-thumbnail img, .CustomTool-main img, .left-sidebar .tab-content ul li a img,
    .CustomTool-thumbnail img, .CustomTool-main img, .left-sidebar .accordionOptionsLevel3 ul li a img {
        object-fit: scale-down;
        height: 100%;
        width: 100%;
    }

.p-5-15-35 {
    padding: 5px 15px 35px
}

.CustomTool-body .sidebar-list {
    padding: 15px 0 30px 0;
    margin: 0;
}

.sidebar-list ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

.sidebar-list li {
    border-bottom: 1px solid #e6e8ed;
    float: left;
    width: 100%;
    list-style: none;
}

    .sidebar-list li:last-child {
        border-bottom: none;
    }

.sidebar-list ul li:hover a::before {
    right: 15px;
    opacity: 1;
}


.sidebar-list ul li a::before {
    content: "\f054";
    right: -15px;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 19px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    font-weight: 600;
    font-size: 13px;
}

.sidebar-list li a {
    color: rgba(0,0,0,.5);
    padding: 15px 15px 15px 15px;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.sidebar-list li:hover a {
    background-image: linear-gradient(to right, #f3f1ee, #fff);
    padding: 15px 35px 15px 15px;
    color: rgba(0,0,0,.9);
}


.PlansStepOne .CustomTool-main, .PlansStepOne .CustomTool-thumbnail {
    background-color: #606060;
    position: relative;
    overflow: hidden;
}

.CustomTool-thumbnail .tool-bg, .CustomTool-main .tool-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 1s;
}

.PlansStepOne .CustomTool-thumbnail h4, .PlansStepOne .CustomTool-main .logo-icon {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: 1s;
}

.CustomTool-thumbnail:hover .tool-bg, .CustomTool-main:hover .tool-bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.PlansStepOne .CustomTool-thumbnail:hover h4 {
    letter-spacing: 15px;
}



.sidebar-form {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.slider-adjustment {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #d9d9da;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 11px 0 30px;
}

    .slider-adjustment::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-image: url(../images/customtool/drag-thumb.jpg);
        cursor: pointer;
        border: 6px solid #fff;
        position: relative;
        background-position: center center;
    }

    .slider-adjustment::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-image: url(../images/customtool/drag-thumb.jpg);
        cursor: pointer;
        border: 6px solid #fff;
        position: relative;
        background-position: center center;
    }

#nav-tabContent.scroll-overlay {
    float: left;
    width: 100%;
    position: relative;
}
/*
    #nav-tabContent.scroll-overlay .tab-content::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        background: linear-gradient(transparent,#fff 80%);
    }*/

/* #nav-tabContent.scroll-overlay .tab-content {
        height: 280px;
        overflow: auto;
        scrollbar-width: none;
    }*/

.scroll-overlay .tab-pane {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

#nav-tabContent.scroll-overlay .tab-pane::-webkit-scrollbar {
    display: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #45474a;
    background-color: #45474a;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #7e8185;
    border-color: #7e8185;
}

.custom-control-label::before {
    background-color: #f6f6f6;
    border: #b4b5b6 solid 1px !important;
}

label {
    font-size: 14px;
    color: #434548;
    font-weight: 600;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgb(69, 71, 74,0.1);
}

.color-picker input {
    height: 44px;
    width: 100%;
    background-color: #f6f6f6;
    border: 1px solid #b4b5b6;
    padding: 3px 10px;
    border-radius: 3px;
}

.width-half {
    float: left;
    width: 50%;
}

.btn-orange {
    color: #fff;
    background-color: #f5851f;
    border-color: #f5851f;
}

    .btn-orange:hover, .btn-orange:focus {
        color: #fff;
        box-shadow: 0 0 9px rgba(227, 120, 21, 0.4);
    }

    .btn-orange::after {
        display: none;
    }

.btn.btn-orange img {
    margin-left: 8px;
}

.btn-center {
    float: left;
    width: 100%;
    margin: 0px 0 0;
    text-align: center;
}

    .btn-center .btn.btn-orange {
        margin: 0 auto;
        display: table;
    }

.model-detail {
    padding: 15px;
    margin: 0px;
}

.CustomTool-main {
    position: relative
}

.undo-redo {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #fff;
    padding: 5px 0px;
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
    border-radius: 4px;
}

    .undo-redo a {
        padding: 0 15px;
        color: rgba(0,0,0,.9);
    }

        .undo-redo a:hover {
            color: #f5851f;
        }

        .undo-redo a:first-child {
            border-right: 1px solid #e6e8ed;
        }

.panel-group a h4 {
    color: #606060;
    font-weight: 500;
    margin: 0;
    padding: 12px 15px;
    line-height: 24px;
}

#accordion {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.panel-group .icon-rotate .arow-icon {
    float: left;
    width: auto;
    color: #606060;
    position: absolute;
    right: 15px;
    font-size: 12px;
    font-weight: 500;
    transform: rotate(90deg) !important;
    top: 10px;
    padding: 6px;
}

.panel-group .icon-rotate.collapsed .arow-icon {
    transform: rotate(-90deg) !important;
}

.panel.panel-default, .panel-heading, .panel-collapse, .panel-body {
    float: left;
    width: 100%;
    position: relative;
}

#nav-tabContent {
    float: left;
    width: 100%;
}

.slide-heading {
    float: left;
    width: 100%;
    padding: 0 20px;
    position: relative;
}

.next.slide-btn {
    right: 11px;
    left: auto;
}

.slide-btn {
    position: absolute;
    border: none !important;
    left: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
}

div#success p {
    line-height: 32px;
}

.CustomTool #details h2 span {
    margin-bottom: 40px;
}

.CustomTool #details {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .CustomTool #details h2 {
        margin: 0px;
    }

#accordion .panel-body {
    padding: 0 10px;
}



#accordion .panel .panel:last-child {
    border-bottom: none;
}

.btn-l-i::after {
    left: -30px;
    right: unset;
}

.btn-l-i img {
    margin: 3px 5px 0 0 !important;
    float: left !important;
}


.left-select-model #nav-tabContent {
    padding: 0 10px;
    min-height: 694px;
}

.left-select-model nav {
    padding: 0 15px;
}


.tool-sidebar-options ul {
    /*height: 280px; */
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .tool-sidebar-options ul::-webkit-scrollbar {
        display: none;
    }


.footer_sec {
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 15px 0;
    margin-top: 0px;
    border-top: 1px solid #f3f1ee;
}

    .footer_sec .contact_number a {
        color: #242424;
    }

    .footer_sec .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer_sec .phone_n .fa {
        transform: rotate(97deg);
        -webkit-transform: rotate(97deg);
        -moz-transform: rotate(97deg);
        -ms-transform: rotate(97deg);
        -o-transform: rotate(97deg);
    }

    .footer_sec .contact_number.phone_n .fa {
        font-size: 14px;
    }

    .footer_sec .copyright a {
        color: #333;
    }

    .footer_sec .left_footer_bar {
        display: flex;
    }

    .footer_sec .contact_number.phone_n {
        margin-right: 20px;
    }

        .footer_sec .contact_number.phone_n .fa {
            font-size: 14px;
        }

    .footer_sec .copyright {
        font-size: 15px;
        font-family: 'Neuton', serif;
        margin-left: 15px;
    }

.footer_content {
    display: flex;
    justify-content: space-between;
}

.step.join-form {
    min-height: 90vh;
    display: flex;
}

.cursor-pointer {
    cursor: pointer;
}

#leftSideBar-placeholder {
    position: relative
}

.horizonal-scrolling-tab {
    overflow-x: auto;
    display: inherit;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .horizonal-scrolling-tab div.tab-wrapper {
        display: inherit;
    }

    .horizonal-scrolling-tab::-webkit-scrollbar {
        display: none;
    }

.secondary-image-viewer {
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(../images/customtool/pattern.png);
    background-repeat: repeat;
}

    .secondary-image-viewer span.fa-times {
        z-index: 2;
        position: absolute;
        right: 14px;
        top: 14px;
        font-size: 20px;
    }


.font12 {
    font-size: 12px !important;
}

#forgeViewer {
    width: 100%;
    float: left;
    padding: 0;
    height: 100%;
}

.CustomTool-thumbnail-main button {
    position: absolute;
    top: 50%;
    width: 35px;
    background-color: rgba(216, 210, 200, 0.3) !important;
    height: 35px;
    border: 1px solid rgba(216, 210, 200, 0.5) !important;
    border-radius: 50px;
    outline: none !important;
}

    .CustomTool-thumbnail-main button.disabled {
        opacity: 0.3;
    }

    .CustomTool-thumbnail-main button.owl-prev {
        left: 10px;
    }

    .CustomTool-thumbnail-main button.owl-next {
        right: 10px;
    }

    .CustomTool-thumbnail-main button span {
        font-size: 30px;
        line-height: 24px;
    }

.CustomTool-thumbnail-main .viewRevitFile, .CustomTool-thumbnail-main .viewRevitInteriorFile {
    background-color: #606060;
    position: relative;
    overflow: hidden;
}

    .CustomTool-thumbnail-main .viewRevitFile h4, .CustomTool-thumbnail-main .viewRevitInteriorFile h4 {
        position: absolute;
        color: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: 1s;
        font-size: 12px;
        line-height: 20px;
    }

    .CustomTool-thumbnail-main .viewRevitFile:hover h4, .CustomTool-thumbnail-main .viewRevitInteriorFile:hover h4 {
        letter-spacing: 3px;
        line-height: 30px;
    }

.CustomTool-thumbnail-main .owl-dots {
    display: none;
}

.form-group.row.tool-input {
    padding-top: 0;
    margin-bottom: 8px;
    padding-left: 7px;
}

ul.tool-option-tiles {
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}

div#leftSideBar-placeholder ::-webkit-scrollbar {
    width: 7px;
}


div#leftSideBar-placeholder ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


div#leftSideBar-placeholder ::-webkit-scrollbar-thumb {
    background: #ccc;
}


    div#leftSideBar-placeholder ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

#full-page-loader .fa.fa-spinner.fa-spin {
    margin-bottom: 20px;
}

#full-page-loader .modal-body.text-center {
    padding: 0 40px 0 40px;
}

#full-page-loader .fa.fa-spinner.fa-spin {
    margin-bottom: 20px;
}

#full-page-loader .modal-body {
    padding: 40px 40px 30px 40px;
    margin: 0px 40px;
}

#full-page-loader .modal-body {
    padding: 40px 40px 30px 40px;
    margin: 0px 40px;
}

#full-page-loader #load-html {
    font-size: 14px;
}

#full-page-loader .modal-content.p-xl {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    padding: 40px 40px 30px 40px;
}

#full-page-loader .modal-content .text-success {
    color: #606060 !important;
}

#full-page-loader .fa-5x {
    font-size: 3.7em !important;
}

.loading-overlay .text-success {
    color: #606060 !important;
    margin-bottom: 20px;
}

.loading-overlay .fa-5x {
    font-size: 3.7em !important;
}

.modal .loading-overlay {
    border-radius: 45px 0px 45px 45px;
}

.tool-input .col-form-label {
    font-size: 14px;
}

.custom-range-slider {
    margin: 1.5em 0 4em 0;
}


    .custom-range-slider .startyear {
        float: left;
        position: relative;
        top: 45px;
    }

    .custom-range-slider .endyear {
        float: right;
        position: relative;
        top: 14px;
    }

    .custom-range-slider .setyear {
        position: absolute;
        top: -2.5em;
        left: 50%;
        min-width: 30px;
        height: 1em;
        text-align: center;
        color: #333;
        font-weight: bold;
        white-space: nowrap;
        background: #4f4e4e;
        color: #fff;
        height: 24px;
        margin-left: 10px;
        border-radius: 3px;
        padding: 2px 6px;
    }

        .custom-range-slider .setyear::before {
            content: '';
            width: 0px;
            height: 0px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #4f4e4e;
            position: absolute;
            bottom: -7px;
            left: 5px;
        }

    .custom-range-slider .range {
        position: relative;
        float: left;
        width: 100%;
        padding: 0 0.9375rem;
    }

    .custom-range-slider input[type="range"] {
        -webkit-appearance: none;
        display: block;
        width: 98%;
        height: 10px;
        padding: 0;
        border-radius: 4px;
        background: #333;
        box-sizing: content-box;
    }

        .custom-range-slider input[type="range"]:focus {
            outline: none;
        }

        .custom-range-slider input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 12px;
            height: 25px;
            border: 2px solid #a7a7a7;
            border-radius: 0px;
            background: #ccc;
        }

.active-option-accordian .panel-title {
    color: #6f6e6e;
    font-weight: 600;
}

.m-t-50 {
    margin-top: 50px;
}

.progressbar-loader {
    position: fixed;
    width: 33%;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: inline-block;
    padding: 10px;
    background-color: #333;
    border-radius: 5px 5px 0 0;
    color: #d2d2d2;
}

    .progressbar-loader .loader-text {
        padding-top: 4px;
        text-align: center;
    }


.link-color {
    color: #337ab7 !important;
}

.modal-dialog {
    max-width: 550px;
}

.swal2-warning-box {
    padding: 12px 8px;
    margin-top: 12px;
    border-radius: 7px;
}

.swal2-content {
    color: #606060 !important;
    font-size: 17px !important;
    line-height: 27px !important;
    font-weight: 400 !important;
}

    .swal2-content h5 {
        margin-top: 15px;
    }

.CustomTool-body .right_mymodel_text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

    .CustomTool-body .right_mymodel_text .pop_content {
        padding: 30px 40px;
        box-shadow: 2px 2px 22px #e6e6e6;
        background: #fff;
        border-radius: 10px;
        font-family: 'Neuton', serif;
    }

#modelInfo ul li {
    list-style: none !important;
    margin-bottom: 5px;
}

/*Error page*/
.error_page {
    background: #eee;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .error_page img {
        max-width: 100%;
    }

    .error_page .left_bar_text h1 {
        font-size: 108px;
    }

    .error_page .left_bar_text p {
        font-size: 36px;
        margin: 0px;
    }

    .error_page .left_bar_text h1 {
        font-size: 108px;
        color: #333;
        font-weight: 700;
    }

    .error_page .page_error {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        height: 100%;
    }

    .error_page span {
        font-size: 22px;
    }

    .error_page .fa.fa-arrow-left {
        font-size: 18px;
    }

/*end error page*/

#leftSideBar-placeholder .dropdown-menu.show {
    padding: 0px;
    border-radius: 0px;
    margin-left: 15px;
    box-shadow: 2px 2px 42px #ccc;
    border-radius: 6px;
    margin-top: 2px;
}

#leftSideBar-placeholder .dropdown-item {
    padding-left: 15px;
}

    #leftSideBar-placeholder .dropdown-item:hover, #leftSideBar-placeholder .dropdown-item:active {
        color: #fff;
        background-color: #606060;
        border-color: #606060;
        border-radius: 6px;
    }

#tool-placeholder img.style-broken-image {
    font-family: 'Helvetica';
    font-weight: 300;
    line-height: 2;
    display: block;
    position: relative;
}

    #tool-placeholder img.style-broken-image:before {
        content: " ";
        display: block;
        position: absolute;
        height: calc(100% + -18px);
        width: calc(100% + -18px);
        background-color: #f3f1ee;
    }

    #tool-placeholder img.style-broken-image:after {
        padding: 0 15px;
        content: attr(alt);
        display: block;
        font-weight: 300;
        font-size: 18px;
        color: #d8d2c8;
        position: absolute;
        top: 40%;
        overflow: hidden;
        left: 0;
        width: 100%;
        text-align: center;
        text-overflow: ellipsis;
    }

#tool-placeholder img.style-broken-image-w-100 {
    font-family: 'Helvetica';
    font-weight: 300;
    line-height: 2;
    display: block;
    position: relative;
}

    #tool-placeholder img.style-broken-image-w-100:before {
        content: " ";
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgb(230, 230, 230);
    }

    #tool-placeholder img.style-broken-image-w-100:after {
        content: attr(alt);
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #979797;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
    }

#modelinfo-placeholder table td {
    padding: 15px 0px;
}

#modelinfo-placeholder table td, #modelinfo-placeholder table th {
    border-top: 1px solid #d8d2c863;
}

#modelinfo-placeholder table tr:first-child td {
    border: none;
    padding-top: 0px;
}

.breadcrumb {
    background-color: #fff;
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.10);
    border-radius: 0 40px 40px 40px;
    padding: 0px 10px;
    margin: 15px 0 0 0px;
    float: left;
}

    .breadcrumb .breadcrumb-item {
        position: relative;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0;
        border-radius: 0px 25px 0px 0px;
    }

    .breadcrumb a {
        color: #999;
        font-size: 14px;
        text-decoration: none;
        padding: 13px 15px 13px 40px;
        float: left;
        text-overflow: ellipsis;
        max-width: 180px;
        overflow: hidden;
        white-space: nowrap;
    }

    .breadcrumb .breadcrumb-item::before {
        position: absolute;
        top: 17px;
        left: 15px;
        height: 17px;
        content: "";
        width: 17px;
        border: 2px solid rgba(0,0,0,.13);
        border-radius: 50%;
        opacity: 0.5;
    }

    .breadcrumb .breadcrumb-item::after {
        left: 20px;
        top: 17px;
        width: 12px;
        content: "";
        background-image: url(../images/customtool/chack-icon.png);
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        height: 12px;
        opacity: 0.5;
    }


    .breadcrumb .breadcrumb-item:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0);
    }


.left-sidebar-scrollable .dropdown-toggle::after {
    margin-left: 0.4em;
    opacity: 0.7;
    vertical-align: 0.0em;
    border-top: 0.4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

.breadcrumb-item.active a, .breadcrumb-item:active a {
    color: #606060;
}

    .breadcrumb-item.active a.dropdown-toggle::after, .breadcrumb-item:active a.dropdown-toggle::after {
        opacity: 1;
    }


.breadcrumb .breadcrumb-item.active::before, .breadcrumb .breadcrumb-item:active::before {
    opacity: 1;
}

.breadcrumb .breadcrumb-item.active::after, .breadcrumb .breadcrumb-item:active::after {
    opacity: 1;
}

.breadcrumb .dropdown-menu {
    width: 220px;
    border-radius: 0px 30px 30px 30px;
    overflow-y: auto;
    border: none;
    max-height: 290px;
    overflow-x: hidden;
    padding: 15px 0;
    box-shadow: 0px 15px 25px 0 rgba(0, 0, 0, 0.1);
}

    .breadcrumb .dropdown-menu::-webkit-scrollbar {
        width: 0px;
    }

    .breadcrumb .dropdown-menu .dropdown-item {
        padding: 5px 15px;
        max-width: 100%;
        display: flex;
    }

        .breadcrumb .dropdown-menu .dropdown-item img {
            width: 50px;
            margin-right: 10px;
            float: left;
            object-fit: contain;
            height: 50px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            padding: 5px;
            background-color: #fff;
        }

        .breadcrumb .dropdown-menu .dropdown-item small {
            white-space: nowrap;
            float: left;
            overflow: hidden;
            width: 100%;
            text-overflow: ellipsis;
        }

        .breadcrumb .dropdown-menu .dropdown-item span {
            width: 100%;
            padding-top: 3px;
            white-space: nowrap;
            font-weight: 500;
            text-overflow: ellipsis;
            float: left;
            overflow: hidden;
        }

        .breadcrumb .dropdown-menu .dropdown-item:hover, .breadcrumb .dropdown-menu .dropdown-item:focus, .breadcrumb .dropdown-menu .dropdown-item:active {
            background: #faf7f2;
        }

.btn-secondary {
    color: #606060;
    background-color: #fff;
    border-color: #d8d2c8;
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
        color: #606060 !important;
        background-color: #f3f1ee !important;
        border-color: #d8d2c8 !important;
        box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.07) !important;
    }

    .btn-secondary img {
        float: right;
        margin: 3px 0 0px 5px;
        width: 23px;
    }

.btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 2px;
    padding: 7px 10px;
    position: relative;
    overflow: hidden;
}

.loginBtn {
    margin-left: 5px;
}

.modal-bottom span {
    float: right;
    font-size: 13px;
    color: #939393;
    line-height: 22px;
    margin: 1px 0 0px 0;
}

#btnLoginSubmit {
    float: left;
}

.modal-bottom {
    margin-top: 30px;
}

.modal-content {
    padding: 40px;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 45px 0px 45px 45px;
}


.modal-header {
    padding: 0 0 30px 0;
    border-bottom: 0px solid #dee2e6;
}

.modal-bottom span.link-color {
    color: #606060 !important;
    font-weight: 500;
    text-decoration: underline;
    padding-left: 5px;
}


.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}

.modal .form-control {
    border: 1px solid #d8d2c8;
    height: 50px;
    padding: 10px 15px;
    border-radius: 3px;
}

.btnCancel {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 40px;
    margin: 0px;
    outline: none !important;
    border: none !important;
    background: none;
    right: 15px;
    top: 20px;
}

.btnCancel-inner {
    width: inherit;
    text-align: center;
}

.btnCancel label {
    font-size: 10px;
    line-height: 3em;
    margin: 0;
    text-transform: uppercase;
    color: #606060;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
}

.btnCancel-inner:before, .btnCancel-inner:after {
    position: absolute;
    content: '';
    height: 2px;
    width: inherit;
    background: #606060;
    left: 0;
    transition: all .3s ease-in;
}

.btnCancel-inner:before {
    top: 50%;
    transform: rotate(45deg);
}

.btnCancel-inner:after {
    bottom: 50%;
    transform: rotate(-45deg);
}

.btnCancel:hover label {
    opacity: 1;
}

.btnCancel:hover .btnCancel-inner:before,
.btnCancel:hover .btnCancel-inner:after {
    transform: rotate(0);
}

.btnCancel:hover .btnCancel-inner:before {
    top: 0;
}

.btnCancel:hover .btnCancel-inner:after {
    bottom: 0;
}

.modal .form-group {
    margin-bottom: 20px;
}

    .modal .form-group .field-validation-error {
        font-size: 12px;
    }

.modal-title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 24px;
}

.right_header_logout .btn, .right_header_logout .dropdown-menu, .right_header_logout .logoutBtn {
    z-index: 9;
    float: left;
    position: relative;
    margin-left: 15px;
}

.swal2-show {
    border-radius: 45px 0px 45px 45px !important;
    padding: 40px !important;
}

.choose-pricing ul li {
    width: 50%;
}

.choose-pricing .step-left {
    width: calc(100% - 40%);
    max-width: unset;
}

    .choose-pricing .step-left h5 {
        float: left;
    }

.CustomTool .choose-pricing .checktext {
    font-size: 24px;
    padding: 30px 30px 30px 90px;
    color: #979797;
    font-weight: 700;
    display: flex;
    text-align: right;
    align-items: center;
    border: none;
}

    .CustomTool .choose-pricing .checktext small {
        font-size: 18px;
        float: left;
        width: 100%;
        padding-right: 10px;
        text-align: left;
    }

.CustomTool .choose-pricing .block-check .radiobtn::after {
    background-image: url(../images/customtool/chack-icon.png);
    width: 30px;
    height: 30px;
    top: -4px;
    left: 6px;
}

.CustomTool .choose-pricing .block-check {
    margin: 0;
}

.CustomTool .choose-pricing .radiobtn {
    top: 30px;
    left: 20px;
    height: 38px;
    width: 38px;
    border-width: 3px;
}

.choose-pricing ul li .select-thumbnail {
    position: relative;
}

    .choose-pricing ul li .select-thumbnail::after {
        position: absolute;
        left: 73px;
        height: 100%;
        width: 2px;
        background-color: rgba(0, 0, 0, 0.05);
        content: "";
    }

.choose-pricing ul li.active .select-thumbnail {
    background-color: #606060;
}

.CustomTool .choose-pricing .active .checktext {
    color: #fff;
}

.CustomTool .choose-pricing .active .block-check .radiobtn::after {
    background-image: url(../images/customtool/chack-icon-w.png);
}


.dropdown-menu {
    padding: 15px 0px;
    font-size: 14px;
    overflow: hidden;
    color: #606060;
    text-align: left;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 30px 0px 30px 30px;
    box-shadow: 0px 15px 25px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    background-color: #faf7f2 !important;
}

.dropdown-item {
    padding: 7px 15px;
    font-size: 14px;
    color: #606060 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #606060 !important;
    color: #fff;
    border: 1px solid #606060 !important;
}

.swal2-styled {
    margin: 5px !important;
    border-radius: 2px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    outline: none;
    box-shadow: none !important;
    letter-spacing: 1px;
}


    .swal2-styled.swal2-cancel {
        border: 1px solid #d8d2c8 !important;
        background: #fff !important;
        color: #606060 !important;
    }

.modal-header .close {
    padding: 0px;
    margin: 0px;
}

.modal table {
    font-size: 16px;
    color: #606060;
    font-family: 'Neuton', serif;
}

.payment-method .tabs {
    position: relative;
    padding-top: 10px;
    padding-bottom: 40px;
    width: 100%;
    float: left;
    border-radius: 5px;
}

    .payment-method .tabs input[name="tab-control"] {
        display: none;
    }

    .payment-method .tabs .content section h2,
    .payment-method .tabs ul li label {
        font-size: 16px;
        color: #979797;
    }

    .payment-method .tabs ul {
        list-style-type: none;
        padding-left: 0;
        float: left;
        position: relative;
        margin-bottom: 15px;
        z-index: 9;
    }

        .payment-method .tabs ul li {
            width: auto;
            padding: 15px 30px !important;
            float: left;
            text-align: center;
        }

            .payment-method .tabs ul li label {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                color: #979797;
                padding: 5px auto;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                margin: 0px;
                cursor: pointer;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                white-space: nowrap;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .payment-method .tabs ul li label br {
                    display: none;
                }

                .payment-method .tabs ul li label svg {
                    fill: #929daf;
                    height: 1.2em;
                    vertical-align: bottom;
                    margin-right: 0.2em;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

                .payment-method .tabs ul li label:hover, .payment-method .tabs ul li label:focus, .payment-method .tabs ul li label:active {
                    outline: 0;
                    color: #606060;
                }

                    .payment-method .tabs ul li label:hover svg, .payment-method .tabs ul li label:focus svg, .payment-method .tabs ul li label:active svg {
                        fill: #606060;
                    }

    .payment-method .tabs .slider {
        position: relative;
        width: 353px;
        height: 54px;
        top: 0px;
        margin: 0;
        left: 0;
        z-index: 0;
        -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
        transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    }

        .payment-method .tabs .slider .indicator {
            position: relative;
            width: 231px;
            margin: 0;
            height: 100%;
            box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.1);
            background: #fff;
            border-radius: 30px 30px 0px 30px;
        }


    .payment-method .tabs .content {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

        .payment-method .tabs .content section {
            display: none;
            -webkit-animation-name: content;
            animation-name: content;
            -webkit-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            line-height: 1.4;
        }

            .payment-method .tabs .content section h2 {
                color: #428bff;
                display: none;
            }

                .payment-method .tabs .content section h2::after {
                    content: "";
                    position: relative;
                    display: block;
                    width: 30px;
                    height: 3px;
                    background: #428bff;
                    margin-top: 5px;
                    left: 1px;
                }

    .payment-method .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        cursor: default;
        color: #606060;
    }

        .payment-method .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
            fill: #524f4f;
        }


    .payment-method .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .payment-method .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
        display: block;
    }

    .payment-method .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        cursor: default;
        color: #606060;
    }

        .payment-method .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
            fill: #524f4f;
        }



    .payment-method .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
        -webkit-transform: translateX(231px);
        transform: translateX(231px);
    }

    .payment-method .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
        display: block;
    }

    .payment-method .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        cursor: default;
        color: #428bff;
    }

        .payment-method .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
            fill: #428bff;
        }



    .payment-method .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }

    .payment-method .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
        display: block;
    }

    .payment-method .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        cursor: default;
        color: #428bff;
    }

        .payment-method .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
            fill: #428bff;
        }



    .payment-method .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
        -webkit-transform: translateX(300%);
        transform: translateX(300%);
    }

    .payment-method .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
        display: block;
    }

@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.step.purchase-plan {
    max-width: 750px;
}

.personal-information .form-control {
    border: 1px solid #d8d2c8;
    color: #939393;
    border-radius: 2px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.2);
}

.purchase-plan h5 {
    padding: 20px 0 15px 0;
    margin: 0px;
}

.your-plan {
    border-radius: 45px 45px 0px 45px;
    background-color: #ffff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    color: #979797;
}

    .your-plan table {
        width: 100%;
    }

    .your-plan table {
        font-size: 16px;
        width: 100%;
    }

        .your-plan table td {
            padding: 10px 15px;
        }

            .your-plan table td .trash {
                color: #f26060;
                background: none;
                outline: none;
                border: none;
                float: right;
            }

.total-price {
    font-size: 20px;
    color: #606060;
    font-weight: 800;
}

.your-plan table td.total-price-right {
    text-align: right;
    padding-right: 0px;
    font-size: 14px;
}

.alert-primary {
    color: #979797;
    border-radius: 45px 0px 45px 45px;
    line-height: 24px;
    font-size: 16px;
    padding: 15px 30px;
    background-color: rgba(216, 210, 200, 0.4);
    border-color: rgba(216, 210, 200, 1);
    position: relative;
    font-family: 'Neuton', serif;
}

    .alert-primary a {
        color: #606060;
    }


        .alert-primary a.check-now {
            color: #000;
            text-decoration: underline;
        }


        .alert-primary a.close-btn {
            color: #979797;
            position: absolute;
            right: 10px;
            font-size: 16px;
            top: 5px;
        }

            .alert-primary a.close-btn:hover {
                color: #f26060;
            }


.payment-method .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider .indicator {
    width: 132px;
}

.payment-details {
    border: 3px solid #606060;
    display: block;
    position: relative;
    border-radius: 3px;
    width: 100%;
    overflow: hidden;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    float: left;
}

    .payment-details input {
        float: left;
        padding: 0 10px 0 0;
        line-height: 30px;
        font-size: 20px;
        outline: none;
        border: none;
        background: transparent;
    }

        .payment-details input.card-number {
            width: 70%;
        }

        .payment-details input.mm-yy {
            width: 20%;
        }

        .payment-details input.cvc {
            width: 10%;
        }

.payment-method .tabs ul li label i {
    margin-right: 5px;
}

.payment-details.paypal button {
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    border: none;
    padding: 18px 20px;
    background-color: transparent;
    height: 100%;
}

    .payment-details.paypal button::after {
        position: absolute;
        bottom: -18px;
        left: 20px;
        height: 95px;
        content: "";
        background-color: #606060;
        width: 95px;
        -ms-transform: rotate(20deg);
        transform: rotate(50deg);
        border-radius: 3px;
    }

    .payment-details.paypal button img {
        position: relative;
        z-index: 9;
    }

.payment-details.paypal input {
    width: 100%;
    padding-right: 80px;
}

.your-plan table tr:hover {
    transform: scale(1.03);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .1);
    padding: 0px;
}

    .your-plan table tr:hover:last-child {
        transform: scale(1.0);
        box-shadow: none;
    }

.your-plan table tr {
    transition: transform .2s;
}

.purchase-plan .step-left {
    position: relative;
    z-index: 9;
}


body .introjs-helperNumberLayer {
    border: 2px solid white;
    border-radius: 20px 20px 0px 20px;
}

body .introjs-helperLayer {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    /*background: rgba(255, 255, 255, 0);*/
}

body .introjs-tooltip {
    min-width: unset;
    max-width: unset;
    width: 400px;
    border-radius: 0 25px 25px 25px;
    box-shadow: 10px 20px 40px rgba(0,0,0,.2), 0px 0px 0px 10px rgba(255, 255, 255, 0.9) inset;
    padding: 25px;
    background-color: #fff;
}

body .introjs-tooltiptext {
    color: #606060;
}

body .introjs-arrow.left {
    border-right-color: #fff;
}

body .introjs-overlay {
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.2) !important;
    background-image: none !important;
    opacity: 1 !important;
}

body .introjs-bullets ul {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

    body .introjs-bullets ul li a {
        width: 15px;
        height: 4px;
    }

body .introjs-button {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: none;
    padding: 5px 10px;
    background-image: none !important;
}

body .introjs-skipbutton {
    border-color: #d8d2c8;
    background-color: #fff !important;
    background-image: none;
}

body .introjs-button:hover {
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
    border-color: #373737;
}

body .introjs-nextbutton, body .introjs-prevbutton {
    background-color: #606060 !important;
    border-color: #373737;
    color: #fff !important;
}

.filter-btn {
    display: none;
}

.filter-btn {
    background-color: #fff;
    border: none;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.05);
    padding: 12px 20px;
    text-transform: uppercase;
    border-radius: 40px 40px 0px 40px;
    font-size: 14px;
    color: #606060;
    margin-top: 14px;
    outline: none !important;
    font-weight: 500;
    letter-spacing: 1px;
}

    .filter-btn .fa-filter {
        margin-right: 3px;
    }

    .filter-btn .fa-sort-down {
        float: right;
        margin: 1px 0 0 5px;
    }

.breadcrumb-main {
    position: relative;
}

.breadcrumb.open {
    display: block;
}

.purchase-model {
    background-color: #fff;
    padding: 30px;
    float: left;
    border-radius: 5px;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    margin-top: 30px;
    justify-content: center;
    display: flex;
}

    .purchase-model h2 {
        margin: 5px 20px 0 0;
        float: left;
    }

        .purchase-model h2 strong {
            font-weight: 800;
        }


.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #f3f1ee;
    border-color: #d8d2c8;
    cursor: not-allowed;
    color: inherit;
    opacity: .50;
}

#modelInfo th {
    border-top: 0px !important;
    padding: 5px 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

#modelinfo-placeholder table td .img-thumbnail {
    margin-right: 10px;
}

.modified-options .modal-header {
    padding-bottom: 5px;
}

.modified-options table td span {
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    overflow: hidden;
    width: 100%;
}

    .modified-options table td span small {
        width: 100%;
        float: left;
    }

.modified-options table td {
    display: flex;
    align-items: center;
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.login-link {
    color: #000;
    text-decoration: underline !important;
    font-weight: bold;
}

.font-20 {
    font-size: 20px !important;
}

textarea.form-control {
    height: auto !important;
}

.payment-success-message {
    font-size: 30px !important;
    line-height: 46px !important;
}

#choose-pricing-placeholder .choose-pricing .plan-li li {
    width: 80%;
    min-width: 700px;
}

#choose-pricing-placeholder .choose-plan li {
    width: 50% !important;
}

#choose-pricing-placeholder .step-left h5 {
    max-width: 100%;
    margin-bottom: 15px;
    line-height: 27px;
    font-family: 'Neuton', serif;
}

#choose-pricing-placeholder .step-left {
    width: calc(100% - 50%);
    max-width: 700px;
}

.content-options-pop .dropzone {
    min-height: 150px;
    border: 2px dashed #dee2e6;
}

.content-options-pop .nav-tabs .nav-item {
    color: #606060;
}

.btnCancel .btnCancel-inner {
    transform: scale(0.7);
}

.btnCancel .btnCancel-inner {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
}

.content-options-pop #nav-tabContent {
    margin-top: -1px;
}

.content-options-pop .active {
    background: #d8d2c8 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #606060;
    border-color: #d8d2c8 #d8d2c8 #fff;
}

.content-options-pop #nav-tabContent .form-control {
    margin-top: -1px;
    border: 1px solid #dee2e6;
}

#modelCustomOptions .tab-content {
    padding: 20px;
    border: 1px solid #d8d2c8;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #d8d2c8 #d8d2c8 #d8d2c8;
}

.cross-icons {
    cursor: pointer;
    background: #000;
    color: #fff;
    width: 22px;
    display: inline-block;
    text-align: center;
    height: 22px;
    border-radius: 55%;
    line-height: 23px;
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 9;
    font-size: 12px;
}

.allow-add-custom-options {
    cursor: pointer;
}

    .allow-add-custom-options .add-pic a {
        line-height: 80px;
        text-align: center;
    }

    .allow-add-custom-options .add-pic .btn::after {
        position: absolute;
        bottom: 31px;
    }

    .allow-add-custom-options .add-pic img {
        max-width: 22px;
        position: relative;
        top: -3px;
        margin-right: 5px;
    }

    .allow-add-custom-options .add-pic-link {
        text-align: center;
    }

        .allow-add-custom-options .add-pic-link img {
            max-width: 20px;
            position: relative;
            top: 9px;
            margin-right: 5px;
        }

        .allow-add-custom-options .add-pic-link span {
            font-size: 10px;
            text-transform: initial;
            position: relative;
            top: -6px;
            width: 100%;
            display: inline-block;
            word-break: break-all;
            white-space: normal;
            overflow: hidden;
            height: 16px;
        }

    .allow-add-custom-options .add-pic .btn img {
        top: -3px;
    }

    .allow-add-custom-options .add-pic-link .btn img {
        top: -3px;
    }

    .allow-add-custom-options .add-pic-link .btn::after {
        position: absolute;
        bottom: 29px;
    }

    .allow-add-custom-options .add-pic-link img {
        height: 81% !important;
    }

.btn-xs {
    font-size: 11px;
    padding: 3px 10px;
}


#mymodel-placeholder .right-content {
    position: relative;
    height:89vh;
}

    #mymodel-placeholder .right-content nav {
        position: absolute;
        left: 50px;
        z-index: 9;
        top: 20px;
    }

        #mymodel-placeholder .right-content nav .nav {
            border: none;
        }

            #mymodel-placeholder .right-content nav .nav .nav-link.active {
                color: #495057;
                background-color: #fff;
                border-radius: 3px;
                border-color: #495057;
                box-shadow: 0px 13px 8px -8px rgba(0, 0, 0, 0.3);
            }

            #mymodel-placeholder .right-content nav .nav .nav-link:focus, .right-content nav .nav .nav-link:hover {
                border: 1px solid #606060;
            }

            #mymodel-placeholder .right-content nav .nav .nav-link {
                margin-right: 10px;
                border-radius: 3px;
            }

.Success-box h2 {
    position: relative;
    padding-left: 12px;
    margin: 0px 0 40px 0px;
}

    .Success-box h2 img {
        float: left;
        width: 70px;
    }

    .Success-box h2 span {
        width: auto;
        padding-top: 10px;
        padding-left: 15px;
    }

    .Success-box h2::after {
        position: absolute;
        height: 70px;
        border: 5px solid rgba(0, 0, 0, 0.1);
        width: 70px;
        content: "";
        border-radius: 50%;
        top: 12px;
        left: 0px;
    }

.Success-box .alert-primary {
    font-size: 18px;
    line-height: 27px;
    color: #636363;
    font-family: 'Neuton', serif;
}

.swal2-container, #full-page-loader {
    z-index: 10000001 !important
}

#modelCustomOptions {
    z-index: 9999999 !important
}

.select-2-container-width-400px {
    width: 400px !important;
}

ul.select2-results__options li {
    width: 100% !important;
    float: left !important;
}

.select-2-custom-option {
    width: 100% !important;
    float: left !important;
    padding: 2px 6px;
}

    .select-2-custom-option .option-label {
        font-size: 10px;
        float: right;
        margin-top: 8px;
        padding-left: 4px;
    }


.CustomTool-body .left-sidebar .btn-back {
    margin-top: 0px;
}


#toolOptionsSearchBox .searchbar {
    position: relative;
    top: -6px;
    min-width: 40px;
    width: 0%;
    height: 40px;
    float: right;
    overflow: inherit;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

#toolOptionsSearchBox .searchbar-input {
    top: 0;
    right: 0;
    border: 1px solid #ddd;
    outline: 0;
    background: #ffffff;
    width: 95%;
    height: 45px;
    margin: 0;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    color: #454545;
    border-radius: 5px;
}

    #toolOptionsSearchBox .searchbar-input::-webkit-input-placeholder {
        color: #000
    }

    #toolOptionsSearchBox .searchbar-input:-moz-placeholder {
        color: #000
    }

    #toolOptionsSearchBox .searchbar-input::-moz-placeholder {
        color: #000
    }

    #toolOptionsSearchBox .searchbar-input:-ms-input-placeholder {
        color: #000
    }

#toolOptionsSearchBox .searchbar-icon, #toolOptionsSearchBox .searchbar-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 14px;
    right: 2px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    color: #656565;
    background: #ffffff;
    border: 1px solid #e6e8ed;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

    #toolOptionsSearchBox .searchbar-icon.collapsed {
        border: 0;
        text-align: right;
        border: none !important;
    }

#toolOptionsSearchBox .searchbar-open {
    width: 100%
}

#toolOptionsSearchBox .searchbar-icon i {
    color: #656565;
}


#toolOptionsSearchBox .searchbar .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #e6e8ed;
    outline: 0;
    border-radius: 0px;
}

#toolOptionsSearchBox .searchbar .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 7px 5px;
}

#toolOptionsSearchBox .searchbar .select2-container .select2-selection--multiple {
    height: 40px;
}

#toolOptionsSearchBox .select2-results__option {
    padding: 5px 6px;
    font-size: 14px;
    font-family: 'Neuton', serif;
    font-weight: 400;
}

#toolOptionsSearchBox .select-2-container-width-400px {
    width: 383px !important;
    border-top: 1px solid #ddd !important;
    margin-top: 0px;
}

#toolOptionsSearchBox .select2-container--open .select2-dropdown {
    border: 0px solid #ddd;
}


#toolOptionsSearchBox .select2-results__options {
    overflow-y: auto;
    max-height: 200px;
}

    #toolOptionsSearchBox .select2-results__options::-webkit-scrollbar {
        width: 3px;
    }

    #toolOptionsSearchBox .select2-results__options::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    #toolOptionsSearchBox .select2-results__options::-webkit-scrollbar-thumb {
        background: #888;
    }

        #toolOptionsSearchBox .select2-results__options::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

#toolOptionsSearchBox span.select2-selection.select2-selection--multiple {
    margin-right: 5px;
}

#toolOptionsSearchBox .select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    font-size: 13px;
    margin: 0 0 0 5px;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px;
}

#toolOptionsSearchBox .select2-results__option:hover {
    background-color: #f3f1ee !important;
}

#toolOptionsSearchBox .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f3f1ee !important;
    color: #686765 !important;
}

#toolOptionsSearchBox .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f3f1ee !important;
    border: 1px solid #aaa;
}

#toolOptionsSearchBox .searchbar-icon-2, #toolOptionsSearchBox .searchbar-submit {
    border: none;
}

#myModelRoomList .dropdown-menu {
    max-height: 340px;
    overflow-y: auto;
    border: 1px solid #c1c1c1;
}

    #myModelRoomList .dropdown-menu::-webkit-scrollbar {
        width: 3px;
    }

    #myModelRoomList .dropdown-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    #myModelRoomList .dropdown-menu::-webkit-scrollbar-thumb {
        background: #888;
    }

        #myModelRoomList .dropdown-menu::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    #myModelRoomList .dropdown-menu a.dropdown-item {
        cursor: pointer;
    }

        #myModelRoomList .dropdown-menu a.dropdown-item:hover {
            background-color: #f3f1ee !important;
        }

        #myModelRoomList .dropdown-menu a.dropdown-item.active {
            background-color: #f4eee4 !important;
        }

.btn span .bi-check2-circle::before {
    content: "\f270";
    font-size: 20px;
    position: relative;
    top: 2px;
}

.coupon-box {
    width: 97%;
    clear: both;
}

    .coupon-box .input-group {
        box-shadow: 0px 0 15px 0 rgb(0 0 0 / 5%);
        margin: 0 0 10px 0;
        border-radius: 3px;
        overflow: hidden;
        border: 2px dashed #adadad;
    }

        .coupon-box .input-group .input-group-prepend {
            background-color: #fbfbfc;
            width: 55px;
            border-right: 1px solid #e6e9ee;
            margin: 0;
            position: relative;
        }

        .coupon-box .input-group .form-control {
            padding: 15px 15px;
            font-size: 20px;
            font-weight: 400;
            height: 70px;
            border-width: 0px;
            outline: none;
        }

        .coupon-box .input-group span.btn-apply-code {
            background: #606060;
            font-weight: 800;
            padding: 10px 20px;
            color: #fff;
            letter-spacing: 1px;
        }

#btnChoosePlan img, #btnPayCustomPlan img {
    width: 24px;
    vertical-align: text-bottom;
    margin: 0;
}

#promoCodeDiscount td.price, #selectedPlans-placeholder td.price {
    color: #606060;
    font-weight: bold;
}

#promoCodeDiscount .text-success, #selectedPlans-placeholder .text-success {
    color: #2c7538 !important;
    background: #9adca5;
    background-size: 24px;
}

    #promoCodeDiscount .text-success td.price, #selectedPlans-placeholder .text-success td.price {
        color: #2c7538 !important;
        position: relative;
    }

    #promoCodeDiscount .text-success img, #selectedPlans-placeholder .text-success img {
        width: 24px;
        position: absolute;
        right: 20px;
    }

.total-from-center .step-center {
    border-radius: 5px;
    background-color: #fff;
    position: fixed;
    left: 42%;
    top: 30%;
    width: 30%;
    padding: 20px;
    z-index: 1;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.15);
}

.total-from-center #choose-pricing-placeholder .step-left {
    width: calc(100% - 50%);
    max-width: 40%;
}

.total-from-center #choose-pricing-placeholder .facade-select ul {
    min-width: 100%;
}

.total-from-center .alert-plan {
    width: 96%;
}

.total-from-center .coupon-box {
    width: 100%;
    clear: both;
}

.total-from-center #choose-pricing-placeholder .choose-pricing .plan-li li {
    width: 80%;
    min-width: 100%;
}

.total-from-center .choose-pricing {
    align-items: start;
}

.form-field-disabled {
    background-color: #ddd;
}

textarea.form-control {
    height: 90px !important;
}

#toolOptionsSearchBox {
    position: absolute;
    right: 90px;
    top: 20px;
    width: calc(100% - 105px);
}

#actionBtns .btn {
    margin: 5px;
}

#btnClearAllModelsFilter img {
    width: 27px;
}

.modal {
    z-index: 9999999999 !important;
}

#choose-pricing-placeholder .choose-pricing .step-left h5 {
    line-height: 30px;
}

.CustomTool .view-all-models-icon .select-thumbnail {
    background-color: #606060;
    display: flex;
    align-items: center;
    min-height: 223px;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border: 3px solid rgb(82, 82, 82);
}

    .CustomTool .view-all-models-icon .select-thumbnail .style-broken-image {
        height: auto;
        width: 42px;
        object-fit: unset;
        padding: 10px 0 0 0;
        float: unset;
        margin: auto;
    }

    .CustomTool .view-all-models-icon .select-thumbnail .radiobtn {
        display: none;
    }

    .CustomTool .view-all-models-icon .select-thumbnail .block-check {
        margin-bottom: 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 700;
        z-index: 1;
    }


    .CustomTool .view-all-models-icon .select-thumbnail::after {
        position: absolute;
        bottom: -87%;
        right: 0%;
        height: 100%;
        content: "";
        width: 100%;
        background: rgb(82, 82, 82);
        border-radius: 5px;
        transform: rotate(44deg);
    }
/*Tool filter*/
.filter-card {
    float: left;
    width: 100%;
    border: none;
    margin-top: 15px;
}

    .filter-card .card-header {
        border-top: 0px solid #e6e8ed;
        border-bottom: none;
        background-image: linear-gradient(to right, #f3f1ee, #fff);
        padding: 15px 35px 15px 15px;
    }

    .filter-card .card-body {
        padding: 15px 15px 15px 15px;
    }

    .filter-card .card-header h6 {
        color: rgba(0,0,0,.5);
        margin: 0;
    }

    .filter-card .form-check {
        color: rgba(0,0,0,.5);
        font-weight: 500;
        cursor: pointer;
    }

.view-all-models-link {
    margin: 0 0 0 10px;
    background: none;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    font-size: 14px;
    color: #606060;
}

button.view-all-models-link:focus {
    outline: none
}

.view-all-models-link img {
    width: 8px;
    margin: 0 0 0 5px;
}

.left-sidebar #btnFilterModels.btn-back {
    position: absolute;
    right: 45px;
    top: 20px;
    z-index: 9;
    background-color: #606060;
    margin: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #373737;
    color: #fff;
    font-size: 11px;
}

.filter-card #accordion {
    margin-top: 0;
}

    .filter-card #accordion .panel:last-child {
        border-bottom: 0px solid #e6e8ed;
    }

.left-sidebar .tab-content,
.left-sidebar .accordionOptionsLevel3 {
    padding: 0 10px;
}

.filter-card .collapsed .card-header {
    background-image: unset;
}

.filter-card .collapsed .card-header {
    background-image: unset;
    background-color: unset;
}

    .filter-card .collapsed .card-header:hover {
        background-image: linear-gradient(to right, #f3f1ee, #fff);
    }

.filter-card .panel-heading a {
    text-decoration: none;
}

    .filter-card .panel-heading a .card-header h6:hover {
        color: rgba(0,0,0,.9);
    }

/*end filter*/



/*models images slider*/
.carousel-inner, .carousel, .carousel-item, .container {
    height: 100%;
    min-height: 400px;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.slide-wrapper {
    display: inline;
}

    .slide-wrapper .container {
        padding: 0;
    }


/*------------------------------ vertical bootstrap slider----------------------------*/

.carousel-inner > .carousel-item.carousel-item-next,
.carousel-inner > .carousel-item.active.carousel-item-right {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    top: 0;
}

.carousel-inner > .carousel-item.carousel-item-prev,
.carousel-inner > .carousel-item.active.carousel-item-left {
    transform: translate3d(0,-100%, 0);
    -webkit-transform: translate3d(0,-100%, 0);
    -moz-transform: translate3d(0,-100%, 0);
    -ms-transform: translate3d(0,-100%, 0);
    -o-transform: translate3d(0,-100%, 0);
    top: 0;
}

    .carousel-inner > .carousel-item.next.carousel-item-left,
    .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
    .carousel-inner > .carousel-item.active {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        top: 0;
    }

/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 10px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .carousel-indicators li {
        display: block;
        margin-bottom: 5px;
        border: 1px solid #00a199;
    }

        .carousel-indicators li.active {
            margin-bottom: 5px;
            background: #00a199;
        }
/*end model images slider*/


.CustomTool-thumbnail-main button.btn-showHideModelImages {
    top: 5px;
    left: -37px;
    background-color: #fff !important;
    border-radius: 50px 0px 0px 50px;
    border: none !important;
    box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 7px 3px 7px 10px;
}

.pricing-section button.btn-showHidePriceDetails {
    bottom: -35px;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 104px;
    background-color: #fff !important;
    border-radius: 0px 0px 50px 50px;
    border: none !important;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 5px 7px 7px 7px;
}

.right-content .pricing-section h2 {
    padding: 0 0 20px 0;
    text-align: left;
    width: 100%;
}

.pricing-section button.btn-showHidePriceDetails::after {
    display: none;
}

.pricing-section button.btn-showHidePriceDetails .fa-chevron-up {
    display: none;
}

.showHidePriceDetails .pricing-section button.btn-showHidePriceDetails .fa-chevron-down {
    display: none;
}

.showHidePriceDetails .pricing-section button.btn-showHidePriceDetails .fa-chevron-up {
    display: block;
}

.CustomTool-thumbnail-main button.btn-showHideModelImages .fa-chevron-right {
    display: none;
}


.showModelImagesCarousel .CustomTool-thumbnail-main {
    right: 0;
    box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.2);
}

    .showModelImagesCarousel .CustomTool-thumbnail-main button.btn-showHideModelImages .fa-chevron-right {
        display: block;
    }

    .showModelImagesCarousel .CustomTool-thumbnail-main button.btn-showHideModelImages .fa-chevron-left {
        display: none;
    }


.CustomTool-thumbnail-main button.btn-showHideModelImages::after {
    display: none;
}






.left-sidebar .tab-content ul li .owl-carousel .owl-dots button.owl-dot span {
    width: 7px;
    height: 7px;
    background-color: #e6e8ed;
    float: left;
    border-radius: 10px;
}

.left-sidebar .tab-content ul li .owl-carousel .owl-dots button.owl-dot {
    margin: 2px;
    float: left;
    outline: none;
}

.left-sidebar .tab-content ul li .owl-carousel .owl-dots {
    margin: 0px 0px 0 0px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0%);
    width: auto;
    opacity: 0;
    transition: all 0.3s ease-out;
    text-align: center;
    bottom: -10px;
}

.left-sidebar .tab-content.floorPlanBedcount ul li a {
    padding: 10px 10px 10px 10px;
}

.left-sidebar .tab-content ul li:hover .owl-carousel .owl-dots {
    opacity: 1;
}

.left-sidebar .tab-content ul li .owl-carousel .owl-dots button.owl-dot.active span {
    background-color: #606060;
}

.left-sidebar .tab-content ul li .owl-carousel .owl-stage-outer .owl-item img {
    height: 81px;
}

.left-sidebar .tab-content ul li.active img {
    opacity: 1;
}

.left-sidebar .tab-content.floorPlanBedcount ul li {
    width: 50%;
}


    .left-sidebar .tab-content.floorPlanBedcount ul li .owl-carousel .owl-stage-outer .owl-item img {
        height: 146px;
    }


    .left-sidebar .tab-content.floorPlanBedcount ul li.active a .owl-stage-outer::after {
        left: 69px;
        top: 58px;
    }

    .left-sidebar .tab-content.floorPlanBedcount ul li.active a .owl-stage-outer::before {
        top: 60px;
        left: 60px;
    }


    .left-sidebar .tab-content.floorPlanBedcount ul li.active a::before {
        display: none;
    }

    .left-sidebar .tab-content.floorPlanBedcount ul li a .owl-stage-outer.active::before {
        position: absolute;
        top: 4px;
        left: 0px;
        height: 19px;
        content: "";
        width: 19px;
        border: 1px solid rgba(0,0,0,.3);
        border-radius: 50%;
        z-index: 9;
    }

    .left-sidebar .tab-content.floorPlanBedcount ul li.active a::after {
        display: none;
    }

    .left-sidebar .tab-content.floorPlanBedcount ul li a .owl-stage-outer.active::after {
        left: 3px;
        top: 0px;
        width: 20px;
        content: "";
        background-image: url(../images/customtool/chack-icon-g.png);
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        height: 21px;
        z-index: 10;
    }

    .left-sidebar .tab-content.floorPlanBedcount ul li.active img {
        opacity: 1;
    }

    .left-sidebar .tab-content.floorPlanBedcount ul li .owl-stage-outer.active img {
        opacity: 1;
    }

.left-sidebar .tab-content ul li a img {
    height: 82px;
}

.filter-card .form-check.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.filter-badge {
    padding: 0px 5px 5px 13px;
    float: left;
    width: 100%;
}

    .filter-badge .badge {
        background-color: #d8d2c8;
        color: #606060;
        margin: 2px;
        border-radius: 3px;
        font-size: 11px;
        font-weight: 600;
        padding: 5px;
    }

        .filter-badge .badge i {
            margin: 0 0 0 2px;
            font-size: 10px;
            cursor: pointer;
        }

.field-validation-error {
    font-family: 'Neuton', serif !important;
}

#card-errors {
    font-family: 'Neuton', serif;
}


body .ltzTYwddsj._3DSnzNXkeS {
    background-color: #606060;
}

body .ltzTYwddsj._2womJctmqT {
    color: #606060;
    background-color: #f3f1ee;
}

body .ltzTYwddsj:not(._3DSnzNXkeS):hover,
body .ltzTYwddsj:not(._3DSnzNXkeS):focus {
    background-color: #d8d2c8;
}

body ._2IrBWuPQTq {
    color: #606060;
    border: 1px solid #d8d2c8;
}

body ._2OQqVeh6S4 {
    color: #606060;
    background-color: #d8d2c8;
}

    body ._2OQqVeh6S4:hover,
    body ._2OQqVeh6S4:focus {
        background-color: #c1bcb2;
    }

body ._2IrBWuPQTq:hover,
body ._2IrBWuPQTq:focus {
    border-color: #c1bcb2;
}

#userPaymentHistory .modal-dialog {
    max-width: 900px;
}

    #userPaymentHistory .modal-dialog table th:first-child {
        width: 60%
    }

    #userPaymentHistory .modal-dialog table .no-data-row {
        text-align: center
    }

.toast-info {
    background-color: #606060 !important;
}

#ddlAllModelsSort {
    height: 45px;
    padding: 8px 0 0;
}

    #ddlAllModelsSort .dropdown-toggle {
        border: 1px solid #d8d2c8;
        margin: 0px 15px 0px;
        padding: 7px 10px;
        border-radius: 3px;
        box-shadow: 3px 3px 8px rgba(0,0,0,0.05);
        cursor: pointer;
    }

    #ddlAllModelsSort .dropdown-menu {
        border: 1px solid #c1c1c1;
    }

    #ddlAllModelsSort .dropdown-item {
        cursor: pointer;
    }

        #ddlAllModelsSort .dropdown-item.active-option {
            background-color: #d8d2c8;
            position: relative;
        }

.expanded .right-content {
    display: none;
}

.expanded .left-sidebar {
    width: 100%;
    padding: 0;
}

    .expanded .left-sidebar .tab-content ul li,
    .expanded .left-sidebar .accordionOptionsLevel3 ul li {
        width: 20%;
    }

        .expanded .left-sidebar .tab-content ul li a img,
        .expanded .left-sidebar .accordionOptionsLevel3 ul li a img {
            height: 280px;
            object-fit: contain;
        }

.expanded .allow-add-custom-options .add-pic img {
    max-width: 60px;
}

.expanded .allow-add-custom-options .add-pic a {
    font-size: 27px;
}

.right-content.showHidePriceDetails .pricing-section {
    top: 0px;
    box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.20);
}

.right-content .pricing-section {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px -15px 15px 0 rgba(0, 0, 0, 0.10);
    border-radius: 0px 0px 5px 5px;
    padding: 20px 10px 0px 10px;
    float: left;
    margin: 0px 0 0px 0px;
    width: 250px;
    top: -243px;
    z-index: 9;
    border-bottom: 2px solid #fff;
    left: 30px;
    position: absolute;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.3s ease-out;
}

.pricing-section h2 small {
    font-family: 'Neuton', serif;
    font-size: 16px;
    padding-bottom: 2px;
    font-weight: 400;
}

.pricing-section h2 {
    color: #999;
    padding: 0 30px 0px 0;
    font-size: 27px;
    width: auto;
    margin: 0;
    display: grid;
    float: left;
}

    .pricing-section h2.total {
        color: #606060;
        font-weight: 800;
    }

.pricing-section span.cad {
    font-size: 11px;
    letter-spacing: 2px;
    position: absolute;
    top: 7px;
    left: 7px;
    color: #606060;
    font-weight: 500;
}

.left-sidebar .pricing-section {
    display: none;
}

.expanded .left-sidebar .pricing-section {
    display: block;
}

.expanded .CustomTool-pricing {
    max-height: unset;
}

.left-sidebar .pricing-section {
    width: 250px;
    float: right;
    padding-left: 15px;
    padding-top: 20px;
    position: relative;
}

/* new css */
/*
.left-sidebar .leftOptionsContainer {
    float: left;
}*/
.left-sidebar .leftOptionsContainer {
    display: flex;
    flex-direction: column;
}
.wrap-sidebar-content {
    height: 100%;
}
/* new css */



.expanded .left-sidebar .leftOptionsContainer {
    display: block;
    width: calc(100% - 250px);
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.expanded .left-sidebar .pricing-section span.cad {
    right: 7px;
    left: unset;
}

.expanded .left-sidebar #toolOptionsSearchBox {
    top: 20px;
}

.expanded .left-sidebar .pricing-section h2 {
    padding: 0px 0px 30px 0;
}

.left-sidebar .tab-content ul li .option-pricing-estimate,
.left-sidebar .accordionOptionsLevel3 ul li .option-pricing-estimate {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    font-size: 11px;
    background-color: #fff;
    padding: 0px 5px;
    border-radius: 10px;
}

.expanded .left-sidebar .tab-content ul li .option-pricing-estimate,
.expanded .left-sidebar .accordionOptionsLevel3 ul li .option-pricing-estimate {
    font-size: 14px;
}

.labelUpgrages .fa-info-circle {
    display: none;
}

.btnShowModelUpgrages {
    cursor: pointer;
}

    .btnShowModelUpgrages .fa-info-circle {
        display: inline !important;
        color: #606060;
    }

.changedOption-container .cost {
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    margin-bottom: 0;
    position: absolute;
    right: 23px;
}

.changedOption-container td {
    padding-right: 135px !important;
}

.changedOption-container .btnShowModelUpgrages .fa-info-circle {
    display: inline !important;
    color: #606060;
}

.changedOption-container .modified-options table td span {
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    overflow: hidden;
    width: 100%;
    max-width: 320px;
    padding-right: 10px;
}

.changedOption-container .remove-option {
    color: #dc3545;
    border: none;
    background-color: transparent;
    float: right;
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 15px;
    position: absolute;
    right: 0;
}

.modified-options .changedOption-container table td span {
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    overflow: hidden;
    width: 100%;
    max-width: 240px;
    padding-right: 10px;
}

    .modified-options .changedOption-container table td span.no-image-option {
        max-width: 330px !important;
    }

#mymodel-placeholder .modified-options .changedOption-container table td span {
    max-width: 280px !important;
}

#mymodel-placeholder .modified-options .changedOption-container table td h4.cost {
    right: 0 !important;
}

.right_header_logout .dropdown-item i {
    min-width: 17px;
}

.left-sidebar .tab-content ul li a .tool-option-title,
.left-sidebar .accordionOptionsLevel3 ul li a .tool-option-title {
    display: none;
}

.expanded .left-sidebar .tab-content ul li a .tool-option-title,
.expanded .left-sidebar .accordionOptionsLevel3 ul li a .tool-option-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Neuton', serif;
    width: 100%;
    font-size: 16px;
    margin: 5px 0 0 0px;
    min-height: 43px;
}

    .expanded .left-sidebar .tab-content ul li a .tool-option-title span,
    .expanded .left-sidebar .accordionOptionsLevel3 ul li a .tool-option-title span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        font-size: 13px;
        color: #999;
    }

.support-link {
    color: #606060 !important;
}

    .support-link:hover {
        text-decoration: none;
    }

#btnToogleLeftSidebar:hover {
    transform: scale(1.3);
}

#btnToogleLeftSidebar {
    animation-duration: 1500ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink 1500ms infinite;
    /* Safari and Chrome */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.toogleLeftSidebarTooltip .tooltip-inner {
    padding: 0.25rem .5rem;
    background-color: #d8d2c8;
    color: #606060;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.toogleLeftSidebarTooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.toogleLeftSidebarTooltip.bs-tooltip-top .arrow::before {
    border-top-color: #ccc8c0;
}

@keyframes blink {
    from {
        color: #656565;
        box-shadow: 0px 0 15px 0 #e6e8ed;
        border: 2px solid #e6e8ed;
        transform: scale(1);
    }

    to {
        color: #f2994d;
        box-shadow: 0px 0 10px 0 #ffbf88;
        border: 2px solid #ffbf88;
        transform: scale(1.2);
    }
}

@-webkit-keyframes blink {
    from {
        color: #656565;
        box-shadow: 0px 0 15px 0 #e6e8ed;
        border: 2px solid #e6e8ed;
        transform: scale(1);
    }

    to {
        color: #f2994d;
        box-shadow: 0px 0 10px 0 #ffbf88;
        border: 2px solid #ffbf88;
        transform: scale(1.2);
    }
}

@keyframes moveup {
    from {
        top: 0;
    }

    to {
        top: -6px;
    }
}

@-webkit-keyframes moveup {
    from {
        top: 0;
    }

    to {
        top: 6px;
    }
}

.left-sidebar .tab-content ul li a img.addCustomTypeImage,
.left-sidebar .accordionOptionsLevel3 ul li a img.addCustomTypeImage {
    background-image: unset;
}

.left-sidebar .tab-content ul li a img,
.left-sidebar .accordionOptionsLevel3 ul li a img {
    height: 82px;
    background-image: url("/https/www.customhome.ai/content/images/Loading-Gif.gif") !important;
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.view-all-models-icon {
    position: absolute;
    right: 33px;
    top: 9px;
}

.termsPopup .modal-dialog {
    max-width: 1000px;
}


/*.state-selection {
    width: 140px;
    z-index: 9;
    position: relative;
    float: left;
}*/

#modalChangeRegion .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #495057;
    width: 100%;
    float: left;
}

#modalChangeRegion .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 3px;
}

#modalChangeRegion .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d8d2c8;
    border-radius: 0px;
    height: 36px;
    font-size: 13px;
    margin-top: 3px;
}

    #modalChangeRegion .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 2px;
    }

#modalChangeRegion .select2-dropdown {
    border: 1px solid #d8d2c8;
}


#modalChangeRegion .state-selection {
    z-index: 999;
}

#modalChangeRegion .select2-selection__rendered,
#modalChangeRegion ul.select2-results__options li.select2-results__option {
    text-transform: capitalize
}

#modalChangeRegion .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #606060;
    color: white;
}

#modalChangeRegion .select2-container--default .select2-results > .select2-results__options {
    scrollbar-width: thin;
    font-size: 13px;
}

.ddllocationicon {
    width: 11px;
    margin: 0px 2px 2px 0px;
}

.current-region {
    position: absolute;
    top: 70px;
    left: 42px;
    font-size: 12px;
}

    .current-region #change-region {
        cursor: pointer;
        text-decoration: underline !important;
        font-weight: bold;
        text-transform: capitalize;
    }

        .current-region #change-region:hover {
            text-decoration: underline;
            color: #0056b3;
        }

.btn-longurservice img {
    height: 23px;
}

.btn.btn-primary.bc-btn {
    background: #cbe1ae;
    color: #366832;
    border-color: #89a186;
}

    .btn.btn-primary.bc-btn:hover {
        background: #3d723d;
        color: #fff;
    }

.btn.btn-primary.bl-btn {
    background: #d9d9d9;
    color: #5c5b5e;
    border-color: #b5b5b5;
}

    .btn.btn-primary.bl-btn:hover {
        background: #79787d;
        color: #fff;
    }

.terms-section ol li {
    margin-top: 10px;
}

.owl-carousel.modelImagesCarousels .owl-item .owl-lazy {
    opacity: 1 !important;
}

.left-sidebar ul li.apply-to-all-other-rooms, .expanded .left-sidebar ul li.apply-to-all-other-rooms {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.apply-to-all-other-rooms .icheckbox_square-green {
    position: relative;
    font-size: 12px;
    width: 17px;
    height: 17px;
    background-size: auto 100%;
    margin-right: 2px;
}

.apply-to-all-other-rooms .bg-light-gray {
    background-color: #f3f1ee;
    padding: 15px;
}

.apply-to-all-other-rooms .apply-to-rooms {
    font-size: 12px;
}

    .apply-to-all-other-rooms .apply-to-rooms ul li {
        padding: 1px 13px;
        width: 100%;
        float: left;
        font-size: 11px;
    }

.apply-to-all-other-rooms .i-checks {
    padding: 0px 0px;
}

    .apply-to-all-other-rooms .i-checks label {
        font-size: 13px;
        margin: 0 0 5px 0;
    }

    .apply-to-all-other-rooms .i-checks ins {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        opacity: 1;
    }

.left-sidebar .apply-to-all-other-rooms ul {
    padding: 0 0 7px 15px;
}

.left-sidebar .apply-to-all-other-rooms p {
    margin-bottom: 7px;
}

.left-sidebar .apply-to-all-other-rooms .apply-to-rooms ul li, .expanded .left-sidebar .apply-to-all-other-rooms .apply-to-rooms ul li {
    padding: 3px 0;
    list-style: disc;
    width: 100%;
}

.apply-to-all-other-rooms .icheckbox_square-green.hover {
    background-position: -16px 0;
}

.apply-to-all-other-rooms .icheckbox_square-green.checked, .apply-to-all-other-rooms .icheckbox_square-green.checked.hover {
    background-position: -33px 0;
}

.apply-to-all-other-rooms .bg-light-gray .btn {
    margin: 10px 5px 0 0;
    padding: 5px 10px;
    font-size: 11px;
}

    .apply-to-all-other-rooms .bg-light-gray .btn::after {
        display: none;
    }

#modelsList-placeholder, #interiorList-placeholder {
    width: 100%;
    margin-top: 10px
}

.facade-select .input-group i {
    position: absolute;
    top: 18px;
    left: 17px;
    font-size: 16px;
    color: #D2CDC9;
    cursor: pointer;
}

/*.facade-select  span.fa.fa-upload {
    position: absolute;
    right: 36px;
    top: 19px;
    font-size: 20px;
    color: #D2CDC9;
    cursor: pointer;
}*/

.facade-select .toggle-search {
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0;
    width: 80px;
    height: 100%;
    padding: 12px;
    text-align: center;
}

.facade-select .filter-badge {
    padding: 4px 40px 5px 0px;
}


.facade-select .toggle-search span.fa.fa-upload:after {
    top: 10px;
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    right: 76px;
    background: #D2CDC9;
}

.facade-select .search-bar {
    min-height: 50px;
    padding: 0px 80px 0 50px;
}

.facade-select .step-left .searchMenu {
    transform: none !important;
    will-change: unset !important;
    top: 56px !important;
    border-radius: 0px !important;
    padding: 0px;
}

#modelsList-placeholder .filterMenu {
    transform: none !important;
    will-change: unset !important;
    top: 42px !important;
    background: #fffdfb;
    border: 1px solid #e0dbd6;
    border-radius: 10px !important;
    padding: 0px;
    right: 0;
    box-shadow: 0px 14px 15px 0 rgb(0 0 0 / 15%);
    left: auto !important;
}

    /*#modelsList-placeholder .filterMenu .filters:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 253, 251, 0);
        border-bottom-color: #fffdfb;
        border-width: 30px;
        margin-left: -30px;
    }*/



    #modelsList-placeholder .filterMenu .col-md-4:not(:last-child), #modelsList-placeholder .filterMenu .col-md-3:not(:last-child) {
        border-right: 1px solid #ddd;
    }

    #modelsList-placeholder .filterMenu .filters {
        height: auto;
        width: 700px;
        padding: 15px 25px;
        position: relative;
    }

        #modelsList-placeholder .filterMenu .filters .form-check-label {
            font-weight: 400;
            font-size: 12px;
        }

#modelsList-placeholder .toggle-filter {
    top: 0;
    right: 40px;
    position: absolute;
    height: 44px;
    width: 24px;
    text-align: center;
    cursor: pointer;
}

    #modelsList-placeholder .toggle-filter i {
        margin-top: 13px;
        margin-left: 14px;
        font-size: 20px;
    }

        #modelsList-placeholder .toggle-filter i:after {
            top: 7px;
            position: absolute;
            content: "";
            width: 1px;
            height: 32px;
            right: 36px;
            bottom: -4px;
            background: #D2CDC9;
        }

.upload-data {
    background-color: #F8F9FA;
    border-radius: 8px;
    width: 722px;
    margin: 10px;
    text-align: center;
}

    .upload-data form {
        border: 1px dashed rgb(155 155 155);
    }

        .upload-data form.dz-drag-hover {
            border: 1px dashed rgb(125 123 123)
        }

.ZeVBtc {
    color: #93969b;
    font-size: 16px;
    width: 100%;
    line-height: 190px;
}

span.DV7the {
    color: rgb(138,180,248);
    cursor: pointer;
    white-space: nowrap;
}

.form-control:focus {
    border-color: #2676cb !important;
}

input#form1::placeholder {
    color: #cbcbcb;
    font-size: 19px;
}

#modelsList-placeholder, #interiorList-placeholder {
    box-shadow: 0px 2px 20px 7px rgb(1 1 1 / 6%);
}

.contemp-models {
    margin: 14px;
}

#modelsList-placeholder .chosen-tab {
    width: 100%;
    min-height: 46px;
    border: 1px solid #9e9e9e;
    border-radius: 6px;
    cursor: pointer;
    padding: 0 20px;
    height: auto;
    overflow: auto;
}

    #modelsList-placeholder .chosen-tab span.placeholder {
        margin-top: 9px;
        float: left;
        color: #cbcbcb;
    }

li.select-model {
    width: 25%;
}

.model-list-tile {
    width: 20% !important;
}

.owl-carousel button.owl-dot {
    display: none !important;
}

.owl-carousel .owl-stage-outer {
    margin: -1px !important;
}

.facade-select ul li {
    position: relative;
}

    .facade-select ul li .model-info-icon i {
        position: absolute;
        right: 20px;
        top: 18px;
        z-index: 9;
        font-size: 14px;
        cursor: pointer;
    }


.modal-desc {
    min-height: 48px;
}

.int-ext-btn a .btn::after {
    bottom: -7px;
    right: -31px;
    height: 36px;
    width: 36px;
}


#tool-placeholder .select-thumbnail {
    min-height: 210px;
}


    #tool-placeholder .select-thumbnail .int-ext-btn {
        display: none;
        text-align: center;
        min-height: 48px;
        padding-top: 10px;
    }

        #tool-placeholder .select-thumbnail .int-ext-btn a {
            padding: 4px;
            font-size: 12px;
            border-radius: 6px;
            font-weight: 100;
            display: inline-block;
        }

    #tool-placeholder .select-thumbnail:hover .modal-desc {
        display: none;
    }

    #tool-placeholder .select-thumbnail:hover .int-ext-btn {
        display: block;
    }

span.checktext.model-name {
    font-size: 12px !important;
    color: #606060 !important;
    padding-left: 14px !important;
}

.facade-select ul li .owl-carousel .owl-dots button.owl-dot span {
    width: 7px;
    height: 7px;
    background-color: #e6e8ed;
    float: left;
    border-radius: 10px;
}

.facade-select ul li .owl-carousel .owl-dots {
    text-align: center;
    height: 14px;
    line-height: 15px;
    margin: 2px;
}

.facade-select ul li .owl-carousel button.owl-dot {
    margin: 2px;
}

.facade-select ul li .owl-carousel .owl-dots button.owl-dot.active span {
    background-color: #606060;
}

.facade-select ul li .select-thumbnail:hover button.owl-dot {
    display: inline-block !important;
}

#modelsList-placeholder .select-thumbnail .img-responsive, #interiorList-placeholder .select-thumbnail .img-responsive {
    height: 100px;
}

.modal-desc span.checktext {
    font-size: 12px !important;
}

.facadeImagesCarousels {
    cursor: pointer;
}

li.select-model.select-facade.selected .select-thumbnail {
    position: relative;
    box-shadow: 0px 14px 15px 0 rgb(0 0 0 / 15%);
}


/* li.select-model.select-facade.selected .select-thumbnail:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-top-color: #ffffff;
        border-width: 16px;
        margin-left: -22px;
    }*/

#modelsList-placeholder .left-sidebar-scrollable,
#modelSuggstions-placeholder .left-sidebar-scrollable,
#interiorList-placeholder .left-sidebar-scrollable {
    max-height: initial;
    min-height: auto;
}

#modelSuggstions-placeholder .floorPlanBedcount ul,
#modelsList-placeholder .floorPlanBedcount ul,
#interiorList-placeholder .floorPlanBedcount ul {
    margin: 0 auto;
}

.opecity_5 {
    opacity: .4;
}

.facade-select ul li:hover {
    opacity: unset;
}

.facade-select .view-all-models-icon {
    right: 34px;
    top: 0;
    height: 50px;
}

.facade-select .search-bar {
    min-height: 50px;
    padding-left: 50px;
}

.left-sidebar .tab-content.floorPlanBedcount ul li a .owl-stage-outer.active::before {
    position: absolute;
    top: 4px;
    left: 0px;
    height: 19px;
    content: "";
    width: 19px;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 50%;
    z-index: 9;
}

.left-sidebar .tab-content.floorPlanBedcount ul li a .owl-stage-outer.active::after {
    left: 3px;
    top: 0px;
    width: 20px;
    content: "";
    background-image: url(../images/customtool/chack-icon-g.png?v=EaakvpWptBYCCGfFnlant112RXg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    height: 21px;
    z-index: 10;
}

.CustomTool .select-facade.selected .select-thumbnail {
    background-color: #f3f1ee;
}

    .CustomTool .select-facade.selected .select-thumbnail .checktext {
        border-bottom: 1px solid #dfd5c9;
        color: #606060;
    }

    .CustomTool .select-facade.selected .select-thumbnail:after {
        border-top-color: #d8d2c8 !important;
    }

#leftSideBar-placeholder .toggle-search {
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0;
    width: 60px;
    height: 42px;
}


#leftSideBar-placeholder .input-group .fa-search {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 19px;
    color: #D2CDC9;
    cursor: pointer;
}

#leftSideBar-placeholder .toggle-search span.fa.fa-upload {
    margin-top: 14px;
    margin-left: 22px;
}

    #leftSideBar-placeholder .toggle-search span.fa.fa-upload:after {
        top: 5px;
        position: absolute;
        content: "";
        width: 1px;
        height: 32px;
        right: 60px;
        background: #D2CDC9;
    }

#leftSideBar-placeholder .upload-data {
    background-color: #F8F9FA;
    border-radius: 8px;
    width: 370px;
    margin: 10px;
    text-align: center;
}

#leftSideBar-placeholder .search-bar {
    padding: 20px 40px;
}

#leftSideBar-placeholder .step-left .searchMenu {
    transform: none !important;
    will-change: unset !important;
    top: 56px !important;
    border-radius: 0px !important;
    padding: 0px;
}

#modelExteriorDesignSuggestions .modal-dialog {
    min-width: 900px
}

    #modelExteriorDesignSuggestions .modal-dialog .modal-body {
        min-height: 100px;
    }

#modelSuggstions-placeholder ul {
    margin: 0 auto;
    padding: 0;
    float: left;
    width: 100%;
}

    #modelSuggstions-placeholder ul li {
        position: relative;
        padding: 10px;
        margin: 0;
        float: left;
        width: 25% !important;
        list-style: none;
    }

        #modelSuggstions-placeholder ul li .model-info-icon i {
            position: absolute;
            right: 20px;
            top: 20px;
            z-index: 9;
            font-size: 18px;
            cursor: pointer;
        }

#modelSuggstions-placeholder .select-thumbnail .img-responsive {
    height: 100px;
    object-fit: scale-down;
    width: 100%;
}

.facade-select .view-all-models-icon {
    top: -76px;
}

#interiorList-placeholder .select-thumbnail .img-responsive {
    object-fit: cover;
    padding: 5px 13px;
    height: 164px;
}

.interiors-template .select-thumbnail .img-responsive {
    object-fit: cover;
}

.interiors-template .step-left {
    max-width: 1038px;
    z-index: 99;
    position: relative;
}

.step.facade-select.interiors-template {
    display: inline-block;
}

#interiorList-placeholder .select-thumbnail:hover .btn {
    position: absolute;
    top: 138px;
    left: 58px;
}

#interiorList-placeholder .select-thumbnail:hover .img-responsive {
    opacity: 100%;
    filter: brightness(0.6);
}

#tool-placeholder .select-thumbnail .int-ext-btn a {
    font-size: 13px;
    padding: 5px 9px;
}

.interiors-template.facade-select .select-thumbnail .img-responsive {
    height: 170px;
}




.interiors-template ul li {
    padding: 10px;
    margin: 0;
    float: left;
    width: 16%;
    list-style: none;
    display: none
}

.interiors-template .step-left {
    max-width: 1220px;
}

.interiors-template .view-all-templates {
    height: 43px;
    border-radius: 7px;
    min-width: 124px;
    font-size: 17px;
    border-color: #aaaaaa;
    text-transform: capitalize;
    float: right;
    margin-right: 74px;
}

    .interiors-template .view-all-templates i {
        font-size: 24px;
        position: relative;
        top: 4px;
        left: 3px;
    }

.view-all-templates span {
    font-size: 13px;
    font-weight: 100;
    color: #7c7c7c;
}

.interiors-template ul li:nth-child(-n+2) {
    display: block;
}

/*.modal-content .owl-carousel {
    width: 469px;
}*/
.modelImgPopupSlider .owl-dots {
    text-align: center;
    height: 14px;
    line-height: 15px;
    margin: 2px;
}

.modelImgPopupSlider button.owl-dot {
    margin: 2px;
}

.modelImgPopupSlider button.owl-dot {
    margin: 10px;
    background-color: #e6e8ed !important;
    color: black !important;
    width: 18px;
    height: 7px;
    border-radius: 10px;
    display: inline-block !important;
}

    .modelImgPopupSlider button.owl-dot.active {
        margin: 10px;
        background-color: #606060 !important;
        color: black !important;
        width: 18px;
        height: 7px;
        border-radius: 10px;
        display: inline-block !important;
    }

.modelImgPopupSlider .owl-stage .owl-item img {
    box-shadow: 0px 0 10px 0 rgb(0 0 0 / 15%);
    border: 1px solid #e0e0e0;
    padding: 4px;
}
/*.modelImgPopupSlider .owl-stage .owl-item {
    width: 227px !important;
    margin-left: 6px;
}*/
.interiors-template .continue-btn {
    margin-top: 20px;
    margin-right: 76px;
}

.interiors-template .total-template-label {
    margin-top: 11px;
    font-size: 12px;
    background-color: #afb7bb;
    color: #ffffff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding: 4px 8px;
    text-shadow: none;
    border-radius: 0.25em;
    line-height: 1;
    white-space: nowrap;
}

.selectedInteriorTemplate {
    position: absolute;
    width: 100%;
    z-index: 100;
}

#modelInfo:not(.modified-options) .modal-dialog.modal-info-dialog {
    max-width: 1400px !important;
}

.modal-info-dialog #modelinfo-placeholder table td {
    padding: 11px 0px;
}

.owl-item {
    padding: 0px 2px;
}

.modelImgPopupSlider .owl-dots {
    margin-bottom: 17px;
}

.interiors-template .continue-btn:last-child {
    margin-top: 20px;
    margin-right: 10px;
}

.loading-more-indicator {
    display: none;
    height: 60px;
    width: 100%;
    float: left;
    padding: 12px;
}

    .loading-more-indicator .loading-overlay {
        position: relative;
    }

        .loading-more-indicator .loading-overlay .loading-spinner {
            margin: auto;
        }

        .loading-more-indicator .loading-overlay .fa-5x {
            font-size: 1.5em !important;
        }

        .loading-more-indicator .loading-overlay .loading-text {
            display: contents;
        }

#filterMenuDropdown .custom-range-slider {
    margin: 1em 0;
}

    #filterMenuDropdown .custom-range-slider input[type="range"] {
        width: 98%;
    }

    #filterMenuDropdown .custom-range-slider .setyear {
        min-width: 30px;
        width: auto;
        padding: 2px 8px;
    }

    #filterMenuDropdown .custom-range-slider .startyear {
        left: 8px;
        top: 36px;
    }

    #filterMenuDropdown .custom-range-slider .endyear {
        right: 8px;
        top: 5px;
    }

.termsPopup h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #606060;
}

.searchMenu {
    transform: translate3d(-10px, 42px, 0px) !important;
}
#mymodel-placeholder .left-sidebar {
    height: 102vh;
}
#mymodel-placeholder #forgeViewer {
    height: 74vh;
}