@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Gothic+A1|Helvetica|sans-serif');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;400;500;700;900&display=swap');
html,
body {
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    color: #565656;
    font-family: 'Gothic A1', 'Helvetica', 'sans-serif';
}

h1,
h2,
h3,
h4 {
    font-family: 'Gothic A1', 'Helvetica', 'sans-serif';
    margin-bottom: 0;
}

.headercontainer {
    width: 100%;
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
}

.headercontainer.reusable {
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
}

.justify-content-center {
    padding: 0 2rem 2rem 2rem;
}

.childcontainer {
    width: 100%;
    padding: 1rem 0rem 2rem 2rem;
    overflow: auto;
    overflow-x: hidden;
}

@media screen and (min-width: 576px) {
    .jumbotron {
        padding: 3rem 2rem;
    }
}

.form-group {
    /*margin-bottom: 1.5rem;*/
}

@media (min-width: 768px) {
    .projectspane {
        /*border-left: 1px solid #aaa;*/
    }
}

#ui-datepicker-div {
    z-index: 9999999 !important;
}

#navbarToggler {
    margin: 0 16px;
    font-size: 1.2rem;
}

.dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid #B1B1B1;
    border-radius: 6px;
    box-shadow: 2px 2px 4px 0 #B1B1B1;
}

.design-img {
    margin: 16px;
    margin-top: 31px;
    border-radius: 0.25rem;
}

.desgin-asset {
    display: flex;
    justify-content: center;
}

div.modal-body form {
    margin: 0 auto;
}

.comments-pane {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.card {
    margin-top: 3rem;
    box-shadow: #bbb 6px 6px 6px;
    padding: 0;
}

.container.main {
    margin-top: 4rem;
}

.formContainer {
    margin: auto 0;
}

#content {
    padding: 1rem 1rem;
}


/* modal-dialog */

.modal-dialog {
    max-width: 600px;
    margin: 13.75rem auto;
}

.modal-content {
    border-color: #B1B1B1;
    border-radius: 10px;
    font-family: 'Gothic A1', 'Helvetica', 'sans-serif';
    color: #565656;
}

.modal-header .modal-title {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}

.modal-body {
    font-weight: 500;
    font-size: 19px;
}

.modal-header .close span {
    color: #E85858;
}

.modal-body p,
.modal-body span {
    font-family: 'GothicA1-Regular';
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.21px;
    line-height: 18px;
}


/* The snackbar - position it at the bottom and in the middle of the screen */

#snackbar {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 400px;
    /* Set a default minimum width */
    max-width: 400px;
    margin-left: -200px;
    /* Divide value of min-width by 2 */
    color: #fff;
    /* White text color */
    text-align: center;
    /* Centered text */
    border-radius: 2px;
    /* Rounded borders */
    padding: 16px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 1051;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    bottom: 30px;
    /* 30px from the bottom */
}


/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


/* Animations to fade the snackbar in and out */

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

a.lightbox img {
    height: 160px;
    width: auto;
    margin: 16px;
}

div.imageset {
    display: flex;
    flex-wrap: wrap;
}

.thumb {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    height: auto;
}

th,
td.nowrap {
    white-space: nowrap;
}

.white-space-normal {
    white-space: normal;
}

.ui-resizable-helper {
    border: 1px dotted gray;
}

iframe {
    width: 100%;
    height: 100%;
}

div.ace_scrollbar::-webkit-scrollbar {
    width: 0.5em;
}

div.ace_scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div.ace_scrollbar::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.8);
}

div.ace_scrollbar::-webkit-scrollbar-corner,
div.ace_scrollbar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100, 100, 100, 0.4);
}

.previewDevice {
    box-sizing: content-box;
}


/* The device with borders */

.smartphone {
    position: relative;
    width: 360px;
    height: 640px;
    margin: 16px auto;
    border: 16px #343a40 solid;
    border-top-width: 60px;
    border-bottom-width: 60px;
    border-radius: 36px;
}


/* The horizontal line on the top of the device */

.smartphone:before {
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #686a80;
    border-radius: 10px;
}


/* The circle on the bottom of the device */

.smartphone:after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    bottom: -65px;
    transform: translate(-50%, -50%);
    background: #686a80;
    border-radius: 50%;
}


/* The screen (or content) of the device */

.smartphone .smartphoneContent {
    width: 360px;
    height: 640px;
    background: white;
}

.tablet {
    position: relative;
    width: 768px;
    height: 1024px;
    margin: 32px auto;
    border: 16px #343a40 solid;
    border-top-width: 60px;
    border-bottom-width: 60px;
    border-radius: 36px;
}


/* The horizontal line on the top of the device */

.tablet:before {
    content: "";
    display: block;
    width: 60px;
    height: 5px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #686a80;
    border-radius: 10px;
}


/* The circle on the bottom of the device */

.tablet:after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    bottom: -65px;
    transform: translate(-50%, -50%);
    background: #686a80;
    border-radius: 50%;
}


/* The screen (or content) of the device */

.tablet .tabletContent {
    width: 768px;
    height: 1024px;
    background: white;
    margin: -1px;
}

@media (min-width: 576px) {
    #assetsModal .modal-dialog {
        max-width: 50vw;
    }
}

.tag-select {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-left: 0.5rem !important;
    margin-right: 1rem !important;
}

.clicked_var {
    border: 4px solid green;
}


/*Common Start*/


/*scrollbar start*/

::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    cursor: pointer;
}


/*scrollbar end*/


/*loading start*/

.hidden-loading {
    visibility: hidden;
}

.hidden-loading.show {
    visibility: visible;
}

.loading-progress .loading-content {
    background: -webkit-linear-gradient(left, rgba(43, 51, 62, 0.1) 8%, rgba(43, 51, 62, 0.4) 18%, rgba(43, 51, 62, 0.1) 33%);
    background: -o-linear-gradient(left, rgba(43, 51, 62, 0.1) 8%, rgba(43, 51, 62, 0.4) 18%, rgba(43, 51, 62, 0.1) 33%);
    background: linear-gradient(to right, rgba(43, 51, 62, 0.1) 8%, rgba(43, 51, 62, 0.4) 18%, rgba(43, 51, 62, 0.1) 33%);
    background-size: 1200px 104px;
    color: transparent !important;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: progress;
    animation: placeholder .5s linear infinite forwards;
}

.loading-progress .loading-content img,
.loading-progress .loading-content input,
.loading-progress .loading-content button {
    opacity: 0;
}

@keyframes placeholder {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}


/*loading end*/


/*main content start*/

#content {
    /*padding: 2rem;*/
}

#content.container-fluid {
    max-width: 100%;
    margin: 0px;
}

#content.container-fluid.full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    height: calc(100vh - 72px);
    overflow: hidden;
}

@media only screen and (max-width: 1440px) {
    #content.container-fluid.full-width {
        height: calc(100vh - 60px);
    }
}


/*main content end*/

.btn-green-yellow {
    color: #00342E;
    background-color: #E6FB44;
    border-color: #d2e259;
}

.btn-green-yellow:not(:disabled):not(.disabled).active,
.btn-green-yellow:not(:disabled):not(.disabled):active,
.btn-green-yellow:not(:disabled):not(.disabled):focus,
.show>.btn-green-yellow.dropdown-toggle {
    color: #00342E;
    background-color: #E6FB44;
    border-color: #a6b345;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-green-yellow:hover {
    color: #00342E;
    background-color: #d2e825;
    border-color: #bdcc4e;
}

.btn-green-paste {
    color: #fff;
    background-color: #16A69F;
    border-color: #217670;
}

.btn-green-paste:not(:disabled):not(.disabled).active,
.btn-green-paste:not(:disabled):not(.disabled):active,
.btn-green-paste:not(:disabled):not(.disabled):focus,
.show>.btn-green-paste.dropdown-toggle {
    color: #fff;
    background-color: #279792;
    border-color: #217670;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-green-paste:hover {
    color: #fff;
    background-color: #279792;
    border-color: #217670;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled):focus,
.show>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.text-green-paste {
    color: #16A69F;
}

.design-stage {
    position: relative;
    top: 20px;
    right: -5%;
    min-height: 60px;
    height: 100%;
    width: 100%;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.design-stage a.btn.btn-md {
    max-width: 100px;
    border: 0;
    padding: 0;
    background: transparent;
    font-family: 'Gothic A1', 'Helvetica', 'sans-serif';
    color: #3CC59F;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.24px;
    line-height: 60px;
    text-align: left;
    border-radius: 0;
    flex: 1;
    padding: 0 !important;
    text-align: center;
}

.design-stage a.btn.btn-md:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #16A69F;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.design-stage a.btn.btn-md:before {
    content: "";
    width: calc(100% - 12px);
    height: .1rem;
    background: #B1B1B1;
    display: block;
    position: absolute;
    left: calc(-50% + 10px);
    top: -7px;
    z-index: 9;
}

.design-stage a.btn.btn-md:last-child:after {
    left: calc(50% + 0px);
}


/*.design-stage a.btn.btn-md .half {
  position: absolute;
  height: 3px;
  width: calc(50% - 7.5px);
  top: -15px;
  right: calc(-50% + 7.5px);
  z-index: 9;
.design-stage a.btn.btn-md .half.done {
  background: #565656;
}*/


/*.design-stage a.btn.btn-md .half.inactive {
  background: #B1B1B1;
}*/


/*.design-stage a.btn.btn-md .half.active {
  background: #16A69F;
}
*/

.design-stage a.btn.btn-md:not(:disabled):not(.disabled).active,
.design-stage a.btn.btn-md:not(:disabled):not(.disabled):active,
.design-stage a.btn.btn-md.dropdown-toggle,
.design-stage a.btn.btn-md:focus,
.design-stage a.btn.btn-md:hover {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.design-stage a.btn.btn-md:not(:disabled):not(.disabled):active {
    color: #565656;
}

.design-stage a.btn.btn-md.active,
.design-stage a.btn.btn-md.active-half {
    color: #00342E;
    font-family: 'Gothic A1', 'Helvetica', 'sans-serif';
    font-weight: 700;
    font-size: 20px;
    z-index: 999;
}

.design-stage a.btn.btn-md.active:before {
    background: #16A69F;
    height: .3rem;
}

.design-stage a.btn.btn-md.active:after,
.design-stage a.btn.btn-md.active-half:after {
    background: #00342E;
    width: 30px;
    height: 30px;
    top: -20px;
}

.design-stage a.btn.btn-md.done:before {
    background: #16A69F;
    height: .3rem;
}

.design-stage a.btn.btn-md.done-half:before {
    background: #B1B1B1;
    height: .1rem;
}

.design-stage a.btn.btn-md.active-half:before {
    background: #B1B1B1;
    height: .1rem;
}

.design-stage a.btn.btn-md.inactive {
    color: #B1B1B1;
    z-index: 997;
}

.design-stage a.btn.btn-md.inactive:after {
    border: 1px solid #B1B1B1;
    background: #fff;
    z-index: 10;
}

.design-stage a.btn.btn-md.inactive:before {
    /*width: 100%;*/
    background: #B1B1B1;
    z-index: 9;
    height: .1rem;
}

.design-stage a.btn.btn-md:first-child:before {
    width: 0;
}

.design-stage a.btn.btn-md:last-child:before {
    /*width: 0;*/
}

.design-stage a.btn.btn-md.inactive:first-child:before {
    left: calc(50% - 7.5px);
}

.design-stage a.btn.btn-md.inactive:hover .inactive-box {
    display: flex;
}

.design-stage a.btn.btn-md.done {
    z-index: 998;
}

.design-stage a.btn.btn-md .inactive-box {
    display: none;
    background-color: #fff;
    border-color: #B1B1B1;
    border-radius: 10px;
    box-shadow: 1px 1px 4px 0 #B1B1B1;
    width: 200px;
    padding: 10px;
    align-items: center;
    position: absolute;
    top: 20px;
    right: -25px;
    z-index: 999;
}

.design-stage a.btn.btn-md .inactive-box .icon {
    font-size: 50px;
}

.design-stage a.btn.btn-md .inactive-box .text {
    color: #B1B1B1;
    font-family: 'Gothic A1', 'Helvetica', 'sans-serif';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.21px;
    line-height: 25px;
    padding: 5px;
    text-transform: uppercase;
}

.design-stage a.btn.btn-md .inactive-box:hover {
    display: flex;
}

.dropdown-menu {
    max-height: calc(100vh - 250px);
    overflow: auto;
}

@supports (backdrop-filter: blur(4px)) {
    .modal-backdrop.show {
        opacity: 1;
        backdrop-filter: blur(4px);
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.var_val:focus {
    outline: 0;
}

.table td,
.table th {
    height: 35px;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
}

.switch-status.false[data-checkbox=false],
.switch-status.true[data-checkbox=true] {
    color: #42a69f;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
    margin-bottom: 0;
    /* The slider */
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:checked+.slider {
    background-color: #94C9C3;
}

.switch input:checked+.slider:before {
    background-color: #16A69F;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D8D8D8;
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: -1px;
    bottom: -1px;
    background-color: #B1B1B1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch .slider.round {
    border-radius: 12.5px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.switch.active .slider:before {
    background-color: #16A69F;
}

.new-comment p {
    text-align: justify;
    white-space: pre-line;
}

.jqBullseye {
    z-index: 999;
}

.dropdown-item {
    font-weight: 300;
    color: #00342E;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #1DEFB5;
    font-weight: 700;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1DEFB5;
    color: #00342E;
    font-weight: 700;
}

.round-image {
    width: 22px;
    height: 22px;
    box-shadow: 0px 0px 2px 1px #565656;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
}

.round-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: inherit;
}

.round-image span {
    color: #000;
    font-weight: 500;
    font-size: 11px;
    padding: 3px 4px 3px 4px;
    vertical-align: text-top;
    text-transform: uppercase;
}

.log-image {
    width: 155px;
    height: 35px;
    overflow: hidden;
}

.log-image img {
    width: 100%;
    height: 90%;
    object-fit: cover;
}

.notification-body {
    width: 300px;
    padding: 0;
}

.notification-body .dropdown-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #bcbcbc;
    white-space: normal;
    padding: 10px;
}

.notification-body .dropdown-item:last-child {
    border-bottom: none;
}

.notification-body .dropdown-item .image {
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 2px 1px #c7c7c7;
    border-radius: 100%;
    overflow: hidden;
}

.notification-body .dropdown-item .image span {
    padding: 3px 4px 3px 4px;
    vertical-align: text-top;
    text-transform: uppercase;
}

.notification-body .dropdown-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notification-body .dropdown-item .notification-item {
    flex: 1;
    padding: 0 10px;
}

.notification-body .dropdown-item .notification-item .username {
    font-size: 14px;
    font-weight: 900;
}

.notification-body .dropdown-item .notification-item .title {
    font-size: 12px;
    word-break: break-word;
}

.notification-body .dropdown-item .notification-item .time {
    font-size: 10px;
    color: #777;
}

.notification-body .dropdown-item.active .notification-item .username,
.notification-body .dropdown-item:active .notification-item .username {
    color: #fff;
}

.notification-body .dropdown-item.active .notification-item .title,
.notification-body .dropdown-item:active .notification-item .title {
    color: #fff;
}

.notification-body .dropdown-item.active .notification-item .time,
.notification-body .dropdown-item:active .notification-item .time {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .notification-body {
        right: -100px;
    }
}

@media screen and (max-width: 1700px) {
    .switch {
        width: 48.6979166667px;
        height: 22.1354166667px;
        /* The slider */
    }
    .switch input:checked+.slider:before {
        -webkit-transform: translateX(26.5625px);
        -ms-transform: translateX(26.5625px);
        transform: translateX(26.5625px);
    }
    .switch .slider:before {
        height: 24.7916666667px;
        width: 24.7916666667px;
    }
}

@media screen and (max-width: 1600px) {
    .switch {
        width: 45.8333333333px;
        height: 20.8333333333px;
        /* The slider */
    }
    .switch input:checked+.slider:before {
        -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
        transform: translateX(25px);
    }
    .switch .slider:before {
        height: 23.3333333333px;
        width: 23.3333333333px;
    }
}

@media screen and (max-width: 1440px) {
    .switch {
        width: 41.25px;
        height: 18.75px;
        /* The slider */
    }
    .switch input:checked+.slider:before {
        -webkit-transform: translateX(22.5px);
        -ms-transform: translateX(22.5px);
        transform: translateX(22.5px);
    }
    .switch .slider:before {
        height: 21px;
        width: 21px;
    }
}

@media screen and (max-width: 1366px) {
    .switch {
        width: 39.1302083333px;
        height: 17.7864583333px;
        /* The slider */
    }
    .switch input:checked+.slider:before {
        -webkit-transform: translateX(21.34375px);
        -ms-transform: translateX(21.34375px);
        transform: translateX(21.34375px);
    }
    .switch .slider:before {
        height: 19.9208333333px;
        width: 19.9208333333px;
    }
}

@media screen and (max-width: 1280px) {
    .switch {
        width: 36.6666666667px;
        height: 16.6666666667px;
        /* The slider */
    }
    .switch input:checked+.slider:before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    .switch .slider:before {
        height: 18.6666666667px;
        width: 18.6666666667px;
    }
}


/*Common End*/


/*Nav Start*/

body {
    padding-top: 80px;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 1023;
}

.navbar.bg-primary {
    background-color: #00342E !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.navbar.bg-primary.no-box-shadow {
    box-shadow: none;
}

body.no-fixed-navbar {
    padding-top: 0
}

body.no-fixed-navbar .navbar.bg-primary {
    position: static
}

.navbar.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar .navbar-brand {
    /*color: #373535;
  font-size: 2.5rem;*/
    margin: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.navbar .navbar-brand .logo-image {
    background-color: #D8D8D8;
    border: 1px solid #979797;
    width: 34px;
    height: 34px;
}

.navbar .navbar-brand .logo-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.navbar .navbar-brand .logo-text {
    color: #FFFFFF;
    /*font-family: OpenSans;*/
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 19px;
    text-align: center;
    padding-left: 10px;
    text-transform: uppercase;
}

.navbar .navbar-nav {
    align-items: center;
}

.navbar .navbar-nav.middle-links .nav-item .nav-link {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.navbar .navbar-nav.middle-links .nav-item .nav-link.active {
    background-color: #EBF7F5;
    box-shadow: inset -1px 2px 2px 0 rgba(0, 0, 0, 0.5);
    color: #00342E;
    font-weight: 700;
}

.navbar .navbar-nav i.fa {
    font-size: 25px;
}

.navbar .navbar-nav .nav-item .search-form input[type=search] {
    border-radius: 20px;
    padding: 0 15px;
    font-family: 'Gothic A1', 'Helvetica', 'sans-serif';
    height: 35px;
    font-size: 15px;
}

.navbar .navbar-nav .nav-item .btn-green-yellow {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.27px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-item .dropdown-toggle:after {
    content: none;
}

.navbar .navbar-nav .nav-item .nav-link.profile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.navbar .navbar-nav .nav-item .nav-link.profile .profile-image {
    background-color: #D8D8D8;
    border: 1px solid #979797;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.navbar .navbar-nav .nav-item .nav-link.profile .profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar .navbar-nav .nav-item .nav-link.profile .profile-name {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.24px;
    padding-left: 10px;
    text-transform: uppercase;
    height: 24px;
    overflow: hidden;
}

.navbar .navbar-nav .nav-item.notification .notification-icon {
    position: relative;
}

.navbar .navbar-nav .nav-item.notification .notification-icon .notification-count {
    position: absolute;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: -10px;
    font-family: 'Gothic A1', 'Helvetica', 'sans-serif';
    font-size: 12px;
    top: -15px;
    background: #16A69F;
    color: #fff;
    font-weight: 900;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-expand-md {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .navbar-expand-md .navbar-toggler {
        display: block;
    }
    .navbar-expand-md .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


/*Responsive For Nav Start*/

@media screen and (max-width: 1700px) {
    body {
        padding-top: 70.8333333333px;
    }
    .navbar {
        height: 70.8333333333px;
    }
    .navbar .navbar-brand {
        margin: 0 1rem;
    }
    .navbar .navbar-brand .logo-image {
        width: 30.1041666667px;
        height: 30.1041666667px;
    }
    .navbar .navbar-brand .logo-text {
        font-size: 14.1666666667px;
        letter-spacing: 0.2125px;
        line-height: 16.8229166667px;
        padding-left: 8.8541666667px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item .nav-link.profile .profile-image {
        width: 35.4166666667px;
        height: 35.4166666667px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item .nav-link.profile .profile-name {
        font-size: 14.1666666667px;
        letter-spacing: 0.2125px;
        padding-left: 8.8541666667px;
        height: 21.25px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item.notification .notification-icon .notification-count {
        height: 22.1354166667px;
        width: 22.1354166667px;
        right: -8.8541666667px;
        font-size: 10.625px;
        top: -13.28125px;
    }
    .navbar .navbar-collapse .navbar-nav.middle-links .nav-item .nav-link {
        font-size: 17.7083333333px;
        letter-spacing: 0.265625px;
        line-height: 21.25px;
        padding-right: 26.5625px;
        padding-left: 26.5625px;
        height: 70.8333333333px;
    }
    .navbar .navbar-collapse .navbar-nav i.fa {
        font-size: 22.1354166667px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .search-form input[type=search] {
        border-radius: 17.7083333333px;
        padding: 0 13.28125px;
        height: 30.9895833333px;
        font-size: 13.28125px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .btn-green-yellow {
        font-size: 15.9375px;
        letter-spacing: 0.2390625px;
        padding-left: 26.5625px;
        padding-right: 26.5625px;
    }
}

@media screen and (max-width: 1600px) {
    body {
        padding-top: 66.6666666667px;
    }
    .navbar {
        height: 66.6666666667px;
    }
    .navbar .navbar-brand {
        margin: 0 1rem;
    }
    .navbar .navbar-brand .logo-image {
        width: 28.3333333333px;
        height: 28.3333333333px;
    }
    .navbar .navbar-brand .logo-text {
        font-size: 13.3333333333px;
        letter-spacing: 0.2px;
        line-height: 15.8333333333px;
        padding-left: 8.3333333333px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item .nav-link.profile .profile-image {
        width: 33.3333333333px;
        height: 33.3333333333px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item .nav-link.profile .profile-name {
        font-size: 13.3333333333px;
        letter-spacing: 0.2px;
        padding-left: 8.3333333333px;
        height: 20px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item.notification .notification-icon .notification-count {
        height: 20.8333333333px;
        width: 20.8333333333px;
        right: -8.3333333333px;
        font-size: 10px;
        top: -12.5px;
    }
    .navbar .navbar-collapse .navbar-nav.middle-links .nav-item .nav-link {
        font-size: 16.6666666667px;
        letter-spacing: 0.25px;
        line-height: 20px;
        padding-right: 25px;
        padding-left: 25px;
        height: 66.6666666667px;
    }
    .navbar .navbar-collapse .navbar-nav i.fa {
        font-size: 20.8333333333px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .search-form input[type=search] {
        border-radius: 16.6666666667px;
        padding: 0 12.5px;
        height: 29.1666666667px;
        font-size: 12.5px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .btn-green-yellow {
        font-size: 15px;
        letter-spacing: 0.225px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 1440px) {
    body {
        padding-top: 60px;
    }
    .navbar {
        height: 60px;
    }
    .navbar .navbar-brand {
        margin: 0 1rem;
    }
    .navbar .navbar-brand .logo-image {
        width: 25.5px;
        height: 25.5px;
    }
    .navbar .navbar-brand .logo-text {
        font-size: 12px;
        letter-spacing: 0.18px;
        line-height: 14.25px;
        padding-left: 7.5px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item .nav-link.profile .profile-image {
        width: 30px;
        height: 30px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item .nav-link.profile .profile-name {
        font-size: 12px;
        letter-spacing: 0.18px;
        padding-left: 7.5px;
        height: 18px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item.notification .notification-icon .notification-count {
        height: 18.75px;
        width: 18.75px;
        right: -7.5px;
        font-size: 9px;
        top: -11.25px;
    }
    .navbar .navbar-collapse .navbar-nav.middle-links .nav-item .nav-link {
        font-size: 15px;
        letter-spacing: 0.225px;
        line-height: 18px;
        padding-right: 22.5px;
        padding-left: 22.5px;
        height: 60px;
    }
    .navbar .navbar-collapse .navbar-nav i.fa {
        font-size: 18.75px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .search-form input[type=search] {
        border-radius: 15px;
        padding: 0 11.25px;
        height: 26.25px;
        font-size: 11.25px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .btn-green-yellow {
        font-size: 13.5px;
        letter-spacing: 0.2025px;
        padding-left: 22.5px;
        padding-right: 22.5px;
    }
}

@media screen and (max-width: 1366px) {
    body {
        padding-top: 56.9166666667px;
    }
    .navbar {
        height: 56.9166666667px;
    }
    .navbar .navbar-brand .logo-image {
        width: 24.1895833333px;
        height: 24.1895833333px;
    }
    .navbar .navbar-brand .logo-text {
        font-size: 11.3833333333px;
        letter-spacing: 0.17075px;
        line-height: 13.5177083333px;
        padding-left: 7.1145833333px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item .nav-link.profile .profile-image {
        width: 28.4583333333px;
        height: 28.4583333333px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item .nav-link.profile .profile-name {
        font-size: 11.3833333333px;
        letter-spacing: 0.17075px;
        padding-left: 7.1145833333px;
        height: 17.075px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item.notification .notification-icon .notification-count {
        height: 17.7864583333px;
        width: 17.7864583333px;
        right: -7.1145833333px;
        font-size: 8.5375px;
        top: -10.671875px;
    }
    .navbar .navbar-collapse .navbar-nav.middle-links .nav-item .nav-link {
        font-size: 14.2291666667px;
        letter-spacing: 0.2134375px;
        line-height: 17.075px;
        padding-right: 21.34375px;
        padding-left: 21.34375px;
        height: 56.9166666667px;
    }
    .navbar .navbar-collapse .navbar-nav i.fa {
        font-size: 17.7864583333px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .search-form input[type=search] {
        border-radius: 14.2291666667px;
        padding: 0 10.671875px;
        height: 24.9010416667px;
        font-size: 10.671875px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .btn-green-yellow {
        font-size: 12.80625px;
        letter-spacing: 0.19209375px;
        padding-left: 21.34375px;
        padding-right: 21.34375px;
    }
}

@media screen and (max-width: 1280px) {
    body {
        padding-top: 53.3333333333px;
    }
    .navbar {
        height: 53.3333333333px;
    }
    .navbar .navbar-brand .logo-image {
        width: 22.6666666667px;
        height: 22.6666666667px;
    }
    .navbar .navbar-brand .logo-text {
        font-size: 10.6666666667px;
        letter-spacing: 0.16px;
        line-height: 12.6666666667px;
        padding-left: 6.6666666667px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item .nav-link.profile .profile-image {
        width: 26.6666666667px;
        height: 26.6666666667px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item .nav-link.profile .profile-name {
        font-size: 10.6666666667px;
        letter-spacing: 0.16px;
        padding-left: 6.6666666667px;
        height: 16px;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item.notification .notification-icon .notification-count {
        height: 16.6666666667px;
        width: 16.6666666667px;
        right: -6.6666666667px;
        font-size: 8px;
        top: -10px;
    }
    .navbar .navbar-collapse .navbar-nav.middle-links .nav-item .nav-link {
        font-size: 13.3333333333px;
        letter-spacing: 0.2px;
        line-height: 16px;
        padding-right: 20px;
        padding-left: 20px;
        height: 53.3333333333px;
    }
    .navbar .navbar-collapse .navbar-nav i.fa {
        font-size: 16.6666666667px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .search-form input[type=search] {
        border-radius: 13.3333333333px;
        padding: 0 10px;
        height: 23.3333333333px;
        font-size: 10px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .btn-green-yellow {
        font-size: 12px;
        letter-spacing: 0.18px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1200px) {
    body {
        padding-top: 50px;
    }
    .navbar {
        height: 50px;
    }
    .navbar .navbar-brand .logo-image {
        width: 21.25px;
        height: 21.25px;
    }
    .navbar .navbar-collapse .navbar-nav.middle-links .nav-item .nav-link {
        font-size: 12.5px;
        letter-spacing: 0.1875px;
        line-height: 15px;
        padding-right: 18.75px;
        padding-left: 18.75px;
        height: 50px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .btn-green-yellow {
        font-size: 11.25px;
        letter-spacing: 0.16875px;
        padding-left: 18.75px;
        padding-right: 18.75px;
    }
}

@media screen and (max-width: 1080px) {
    body {
        padding-top: 45px;
    }
    .navbar {
        height: 45px;
    }
    .navbar .navbar-brand .logo-image {
        width: 19.125px;
        height: 19.125px;
    }
    .navbar .navbar-collapse .navbar-nav.middle-links .nav-item .nav-link {
        font-size: 11.25px;
        letter-spacing: 0.16875px;
        line-height: 13.5px;
        padding-right: 16.875px;
        padding-left: 16.875px;
        height: 45px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .btn-green-yellow {
        font-size: 10.125px;
        letter-spacing: 0.151875px;
        padding-left: 16.875px;
        padding-right: 16.875px;
    }
}

@media screen and (max-width: 991px) {
    body {
        padding-top: 56px;
    }
    .navbar {
        height: auto;
        padding: 0.5rem 1rem;
    }
    .navbar .navbar-collapse {
        display: flex !important;
        flex-direction: column;
    }
    .navbar .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }
    .navbar .navbar-collapse .navbar-nav {
        order: 2;
        width: 100%;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar {
        order: 1;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
    .navbar .navbar-collapse .navbar-nav.profile-toolbar .nav-item {
        width: auto;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item {
        width: 100%;
        margin-bottom: 5px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .search-form input[type=search] {
        width: 100%;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .btn-green-yellow {
        width: 100%;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        position: absolute;
    }
}


/*Responsive For Nav End*/


/*Nav End*/


/*Project page start*/

.toolbar {
    padding: 2rem 0 2rem 0;
    display: flex;
    align-items: center;
}

.toolbar h2 {
    color: #00342E;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.toolbar .filter {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.toolbar .filter .filter-title {
    color: #00342E;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-align: left;
    padding-right: 10px;
}

.toolbar .filter .filter-dropdown .dropdown-toggle {
    color: #16A69F;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-align: left;
}

.toolbar .filter .filter-dropdown .dropdown-menu li {
    display: flex;
    justify-content: center;
    padding: 5px 10px;
}

.toolbar .filter .filter-dropdown .dropdown-menu li a,
.toolbar .filter .filter-dropdown .dropdown-menu li span {
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
}

.toolbar .filter .filter-dropdown .dropdown-menu li a:hover,
.toolbar .filter .filter-dropdown .dropdown-menu li span:hover {
    color: #fff;
}

.status {
    color: #00342E;
    border-radius: 5px;
    padding: 2px 6px;
    margin: 2px;
}

.status.design-requested {
    background-color: #FFE3E3;
}

.status.design-version {
    background-color: #BFFFCF;
}

.status.design-approved {
    background-color: #FFD46D;
}

.status.html-requested {
    background-color: #6BA5FF;
}

.status.html-approved {
    background-color: #5BFEB1;
}

.status.template-available {
    background-color: #5FFDF4;
}
.status.archived {
    background: #dbdbdb;
}

.tag {
    color: #00342E;
    border-radius: 5px;
    padding: 2px 6px;
    margin: 2px;
}

.tag.us {
    background-color: #E6FB44;
}

.tag.ae {
    background-color: #FFBE00;
}

.tag.la {
    background-color: #84C0FF;
}

#tagTable .tag {
    color: #007bff;
}

.projects-table thead tr th {
    color: #ACACAC;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #B1B1B1;
    border-top: 0;
}

.projects-table thead .project-title {
    font-weight: 700;
}

.projects-table tbody tr td {
    height: 35px;
    color: #565656;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.21px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #B1B1B1;
    border-top: 0;
    padding: 2px;
}

.projects-table tbody .project-title {
    font-weight: 600;
}

.projects-table .project-title {
    color: #16A69F;
}

.projects-table .preview {
    color: #16A69F;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    padding-right: 70px;
}


/*table sortable icon*/

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: "" !important;
    font-family: 'Gothic A1', 'Helvetica', 'sans-serif';
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "" !important;
    font-family: 'Gothic A1', 'Helvetica', 'sans-serif';
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0 !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0 !important;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    opacity: 1 !important;
}


/*Responsive For Project Start*/

@media screen and (max-width: 1700px) {
    .toolbar h2 {
        font-size: 35.4166666667px;
    }
    .toolbar .filter {
        padding: 0 17.7083333333px;
    }
    .toolbar .filter .filter-title {
        font-size: 17.7083333333px;
        letter-spacing: 0.265625px;
        line-height: 21.25px;
        padding-right: 8.8541666667px;
    }
    .toolbar .filter .filter-dropdown .dropdown-toggle {
        font-size: 17.7083333333px;
        letter-spacing: 0.265625px;
        line-height: 21.25px;
    }
    .toolbar .filter .filter-dropdown .dropdown-menu li {
        padding: 4.4270833333px 8.8541666667px;
    }
    .toolbar .filter .filter-dropdown .dropdown-menu li a,
    .toolbar .filter .filter-dropdown .dropdown-menu li span {
        border-radius: 4.4270833333px;
        font-size: 13px;
    }
    .status {
        border-radius: 4.4270833333px;
    }
    .tag {
        border-radius: 4.4270833333px;
    }
    .projects-table thead tr th {
        font-size: 17.7083333333px;
        letter-spacing: 0.265625px;
        line-height: 21.25px;
    }
    .projects-table tbody tr td {
        font-size: 14px;
        letter-spacing: 0.1859375px;
    }
    .projects-table .preview {
        font-size: 12.3958333333px;
        letter-spacing: 0.1859375px;
        line-height: 15.0520833333px;
        padding-right: 61.9791666667px;
    }
}

@media screen and (max-width: 1600px) {
    .toolbar h2 {
        font-size: 33.3333333333px;
    }
    .toolbar .filter {
        padding: 0 16.6666666667px;
    }
    .toolbar .filter .filter-title {
        font-size: 16.6666666667px;
        letter-spacing: 0.25px;
        line-height: 20px;
        padding-right: 8.3333333333px;
    }
    .toolbar .filter .filter-dropdown .dropdown-toggle {
        font-size: 16.6666666667px;
        letter-spacing: 0.25px;
        line-height: 20px;
    }
    .toolbar .filter .filter-dropdown .dropdown-menu li {
        padding: 4.1666666667px 8.3333333333px;
    }
    .toolbar .filter .filter-dropdown .dropdown-menu li a,
    .toolbar .filter .filter-dropdown .dropdown-menu li span {
        border-radius: 4.1666666667px;
        font-size: 12.5px;
    }
    .status {
        border-radius: 4.1666666667px;
    }
    .tag {
        border-radius: 4.1666666667px;
    }
    .projects-table thead tr th {
        font-size: 16.6666666667px;
        letter-spacing: 0.25px;
        line-height: 20px;
    }
    .projects-table tbody tr td {
        font-size: 13.6666666667px;
        letter-spacing: 0.175px;
    }
    .projects-table .preview {
        font-size: 11.6666666667px;
        letter-spacing: 0.175px;
        line-height: 14.1666666667px;
        padding-right: 58.3333333333px;
    }
}

@media screen and (max-width: 1440px) {
    .toolbar h2 {
        font-size: 30px;
    }
    .toolbar .filter {
        padding: 0 15px;
    }
    .toolbar .filter .filter-title {
        font-size: 15px;
        letter-spacing: 0.225px;
        line-height: 18px;
        padding-right: 7.5px;
    }
    .toolbar .filter .filter-dropdown .dropdown-toggle {
        font-size: 15px;
        letter-spacing: 0.225px;
        line-height: 18px;
    }
    .toolbar .filter .filter-dropdown .dropdown-menu li {
        padding: 3.75px 7.5px;
    }
    .toolbar .filter .filter-dropdown .dropdown-menu li a,
    .toolbar .filter .filter-dropdown .dropdown-menu li span {
        border-radius: 3.75px;
        font-size: 12px;
    }
    .status {
        border-radius: 3.75px;
    }
    .tag {
        border-radius: 3.75px;
    }
    .projects-table thead tr th {
        font-size: 15px;
        letter-spacing: 0.225px;
        line-height: 18px;
    }
    .projects-table tbody tr td {
        font-size: 12.5px;
        letter-spacing: 0.1575px;
    }
    .projects-table .preview {
        font-size: 10.5px;
        letter-spacing: 0.1575px;
        line-height: 12.75px;
        padding-right: 52.5px;
    }
}

@media screen and (max-width: 1366px) {
    .toolbar h2 {
        font-size: 28.4583333333px;
    }
    .toolbar .filter {
        padding: 0 14.2291666667px;
    }
    .toolbar .filter .filter-title {
        font-size: 14.2291666667px;
        letter-spacing: 0.2134375px;
        line-height: 17.075px;
        padding-right: 7.1145833333px;
    }
    .toolbar .filter .filter-dropdown .dropdown-toggle {
        font-size: 14.2291666667px;
        letter-spacing: 0.2134375px;
        line-height: 17.075px;
    }
    .toolbar .filter .filter-dropdown .dropdown-menu li {
        padding: 3.5572916667px 7.1145833333px;
    }
    .toolbar .filter .filter-dropdown .dropdown-menu li a,
    .toolbar .filter .filter-dropdown .dropdown-menu li span {
        border-radius: 3.5572916667px;
        font-size: 12px;
    }
    .status {
        border-radius: 3.5572916667px;
    }
    .tag {
        border-radius: 3.5572916667px;
    }
    .projects-table thead tr th {
        font-size: 14.2291666667px;
        letter-spacing: 0.2134375px;
        line-height: 17.075px;
    }
    .projects-table tbody tr td {
        font-size: 11.9604166667px;
        letter-spacing: 0.14940625px;
    }
    .projects-table .preview {
        font-size: 9.9604166667px;
        letter-spacing: 0.14940625px;
        line-height: 12.0947916667px;
        padding-right: 49.8020833333px;
    }
}

@media screen and (max-width: 1280px) {
    .toolbar h2 {
        font-size: 26.6666666667px;
    }
    .toolbar .filter {
        padding: 0 13.3333333333px;
    }
    .toolbar .filter .filter-title {
        font-size: 13.3333333333px;
        letter-spacing: 0.2px;
        line-height: 16px;
        padding-right: 6.6666666667px;
    }
    .toolbar .filter .filter-dropdown .dropdown-toggle {
        font-size: 13.3333333333px;
        letter-spacing: 0.2px;
        line-height: 16px;
    }
    .toolbar .filter .filter-dropdown .dropdown-menu li {
        padding: 3.3333333333px 6.6666666667px;
    }
    .toolbar .filter .filter-dropdown .dropdown-menu li a,
    .toolbar .filter .filter-dropdown .dropdown-menu li span {
        border-radius: 3.3333333333px;
        font-size: 11.5px;
    }
    .status {
        border-radius: 3.3333333333px;
    }
    .tag {
        border-radius: 3.3333333333px;
    }
    .projects-table thead tr th {
        font-size: 13.3333333333px;
        letter-spacing: 0.2px;
        line-height: 16px;
    }
    .projects-table tbody tr td {
        font-size: 11.3333333333px;
        letter-spacing: 0.14px;
    }
    .projects-table .preview {
        font-size: 9.3333333333px;
        letter-spacing: 0.14px;
        line-height: 11.3333333333px;
        padding-right: 46.6666666667px;
    }
}

@media screen and (max-width: 1200px) {
    .toolbar h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 1080px) {
    .toolbar h2 {
        font-size: 22.5px;
    }
}

@media screen and (max-width: 991px) {
    .toolbar h2 {
        font-size: 20.6458333333px;
    }
}


/*Responsive For Project End*/


/*Project page end*/


/*Template page start*/

.template-panel {
    padding-right: 0;
}

.comments-panel {
    padding-left: 0;
    background-color: #F4F4F4;
    box-shadow: -2px 0 2px 0 rgba(139, 139, 139, 0.5);
}

.breadcrumb {
    background: transparent;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0px;
    padding-top: 20px;
}

.breadcrumb .breadcrumb-item a {
    color: #3CC59F;
    font-size: 20px;
    font-weight: 700;
}

.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item.active a {
    color: #00342E;
    font-size: 22px;
    font-weight: 900;
}

.breadcrumb .breadcrumb-item.active .title {
    font-size: 14px;
    color: #565656;
    font-weight: 400;
    text-transform: uppercase;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    /*color: #3CC59F;*/
    font-size: 14px;
}

.reusable-subheader {
    background-color: #E6E6E6;
    padding-left: 3rem;
    padding-right: 2rem;
}

.editor-preview-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-top: .1rem;
    background: #042122;
}

.reusable-template {
    padding-left: 2rem;
    padding-right: 0rem;
    padding-bottom: 2rem;
    padding-top: .1rem;
    background: #042122;
}

.editor-preview-wrapper .template_container,
.reusable-template .template_container {
    padding-right: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.editor-preview-wrapper .template_container::-webkit-scrollbar,
.reusable-template .template_container::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.editor-preview-wrapper .template_container::-webkit-scrollbar-track,
.reusable-template .template_container::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.editor-preview-wrapper .template_container::-webkit-scrollbar-thumb,
.reusable-template .template_container::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .4);
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}


/*.editor-preview-wrapper .template_container:hover::-webkit-scrollbar-thumb,
.reusable-template .template_container:hover::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.4);
}*/

.editor-preview-wrapper .template_container .toolbar,
.reusable-template .toolbar {
    background-color: #FFFFFF !important;
    box-shadow: 3px 9px 10px 0 rgba(0, 0, 0, 0.5);
    justify-content: center;
}

.editor-preview-wrapper .template_container .toolbar label,
.reusable-template .toolbar label {
    color: #B1B1B1;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 20px;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}

.editor-preview-wrapper .template_container .toolbar label:focus,
.reusable-template .toolbar label:focus,
.editor-preview-wrapper .template_container .toolbar label:active,
.reusable-template .toolbar label:active,
.editor-preview-wrapper .template_container .toolbar label:active:focus {
    background: transparent;
    box-shadow: none;
    color: #3CC59F;
}

.editor-preview-wrapper .template_container .toolbar label:after,
.reusable-template .toolbar label:after {
    /*content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    background: #B1B1B1;
    bottom: -5px;*/
}

.editor-preview-wrapper .template_container .toolbar label.active,
.reusable-template .container-fluid .toolbar label.active {
    background: transparent;
    border: none;
    color: #3CC59F;
    font-weight: 700;
}

.editor-preview-wrapper .template_container .toolbar label.active:focus,
.reusable-template .toolbar label.active:focus {
    box-shadow: none;
}

.editor-preview-wrapper .template_container .toolbar label.active:after,
.reusable-template .toolbar label.active:after {
    /*8height: 3px;
    background: #3CC59F;
    bottom: -6px;*/
}

.editor-preview-wrapper .template_container .toolbar label input,
.reusable-template .toolbar label input {
    display: none;
}

.editor-preview-wrapper .template_container .previewDevice,
.reusable-template .previewDevice {
    box-shadow: 3px 9px 10px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
}

.editor-preview-wrapper .template_container .previewDevice iframe::-webkit-scrollbar,
.reusable-template .previewDevice iframe::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.editor-preview-wrapper .template_container .previewDevice iframe::-webkit-scrollbar-track,
.reusable-template .previewDevice iframe::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.editor-preview-wrapper .template_container .previewDevice iframe::-webkit-scrollbar-thumb,
.reusable-template .previewDevice iframe::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.editor-preview-wrapper .template_container .previewDevice iframe:hover::-webkit-scrollbar-thumb,
.reusable-template .previewDevice iframe:hover::-webkit-scrollbar-thumb {
    /*background-color: rgba(0, 0, 0, 0.4);*/
}

.template-menu {
    margin-bottom: 25px;
    margin-top: 25px;
}

.template-menu .nav {
    align-items: flex-end;
}

.template-menu .nav .nav-item .nav-link {
    color: #3CC59F;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 24px;
    padding-bottom: 0;
    padding-left: 0;
}

.template-menu .nav .nav-item .nav-link.icon {
    font-size: 28px;
}

.template-menu .nav .nav-item .dropdown-menu {
    box-shadow: none;
}

.template-menu .nav .nav-item .title-form {
    display: flex;
    align-items: flex-end;
}

.template-menu .nav .nav-item .title-form .title {
    color: #565656;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-align: left;
}

.template-menu .nav .nav-item .title-form .handle {
    color: #16A69F;
    font-size: 20px;
    margin: 0px 25px 0px 10px;
}

.template-menu .nav.right-nav {
    justify-content: flex-end;
}

.template-menu .filter {
    display: flex;
    align-items: center;
}

.template-menu .filter .filter-title {
    color: #3CC59F;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-align: left;
    padding-right: 10px;
}

.template-menu .filter .filter-dropdown .dropdown-toggle {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-align: left;
}

.template-menu .filter .filter-dropdown .dropdown-toggle .tag {
    padding: 5px 15px;
    color: #565656;
    font-size: 14px;
    background: #E6FB44;
}

.template-menu .filter .filter-dropdown .dropdown-menu li {
    display: flex;
    justify-content: center;
    padding: 5px 10px;
}

.template-menu .filter .filter-dropdown .dropdown-menu li a,
.template-menu .filter .filter-dropdown .dropdown-menu li span {
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
    cursor: pointer;
}

.template-menu .filter .filter-dropdown .dropdown-menu li a.add-tag,
.template-menu .filter .filter-dropdown .dropdown-menu li span.add-tag {
    color: #16A69F;
    background: transparent;
}

.template-menu .action-buttons {
    padding-left: 70px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.template-menu .action-buttons a {
    font-size: 18px;
    height: 35px;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
}

.reusable-template {
    background-color: #E6E6E6;
    padding-top: 0;
}

.reusable-template .template_container {
    /*height: calc(100vh + 48px);*/
}

.reusable-template .template_container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
}

.reusable-template .toolbar {
    background-color: transparent !important;
    box-shadow: none;
}

.reusable-template .template_container .previewDevice {
    background: transparent;
    box-shadow: none;
}

.reusable-template .template_container .previewDevice .desktopContent {
    /*height: 100vh;*/
}

.variables .variable-list-form {
    height: calc(100vh - 290px);
    overflow: auto;
    margin-top: 25px;
}

.variables {
    padding-right: 10px;
}

.reusable-template .template_container .previewDevice iframe,
.reusable-template #editor {
    height: calc(100vh - 345px);
}

@media screen and (max-width: 1700px) {
    .breadcrumb .breadcrumb-item a {
        font-size: 17.7083333333px;
    }
    .breadcrumb .breadcrumb-item.active,
    .breadcrumb .breadcrumb-item.active a {
        font-size: 22px;
    }
    .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
        font-size: 14px;
    }
    .design-stage {
        top: 20px;
        right: -4%;
        min-height: 65px;
    }
    .design-stage a.btn.btn-md {
        font-size: 14.0604166667px;
        letter-spacing: 0.2125px;
        line-height: 58px;
    }
    .design-stage a.btn.btn-md:before {
        /*height: 3px;*/
    }
    .editor-preview-wrapper .template_container,
    .reusable-template .template_container {}
    .editor-preview-wrapper .template_container .toolbar label,
    .reusable-template .toolbar label {
        font-size: 14.9458333333px;
        line-height: 17.7083333333px;
    }
    .template-menu {
        margin-bottom: 22.1354166667px;
        margin-top: 22.1354166667px;
    }
    .template-menu .nav .nav-item .nav-link {
        font-size: 17.7083333333px;
        letter-spacing: 0.265625px;
        line-height: 21.25px;
    }
    .template-menu .nav .nav-item .nav-link.icon {
        font-size: 24.7916666667px;
    }
    .template-menu .nav .nav-item .title-form .title {
        font-size: 17.7083333333px;
        letter-spacing: 0.265625px;
        line-height: 21.25px;
    }
    .template-menu .nav .nav-item .title-form .handle {
        font-size: 17.7083333333px;
        margin-left: 22.1354166667px;
    }
    .template-menu .filter .filter-title {
        font-size: 17.7083333333px;
        letter-spacing: 0.265625px;
        line-height: 21.25px;
        padding-right: 8.8541666667px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle {
        font-size: 17.7083333333px;
        letter-spacing: 0.265625px;
        line-height: 21.25px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle .tag {
        padding: 4.4270833333px 13.28125px;
        font-size: 12.3958333333px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li {
        padding: 4.4270833333px 8.8541666667px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li a,
    .template-menu .filter .filter-dropdown .dropdown-menu li span {
        border-radius: 4.4270833333px;
        font-size: 10.625px;
    }
    .template-menu .action-buttons {
        padding-left: 61.9791666667px;
        padding-right: 0.53125rem;
    }
    .template-menu .action-buttons a {
        height: 30.9895833333px;
        font-size: 15.9375px;
    }
}

@media screen and (max-width: 1600px) {
    .breadcrumb .breadcrumb-item a {
        font-size: 16.6666666667px;
    }
    .breadcrumb .breadcrumb-item.active,
    .breadcrumb .breadcrumb-item.active a {
        font-size: 22px;
    }
    .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
        font-size: 14px;
    }
    .design-stage {
        top: 20px;
        right: -3%;
        min-height: 60px;
    }
    .design-stage a.btn.btn-md {
        font-size: 13.6px;
        letter-spacing: 0.2px;
        line-height: 57px;
    }
    .design-stage a.btn.btn-md:before {
        /*height: 3px;*/
    }
    .design-stage a.btn.btn-md.active {
        font-weight: 700;
        font-size: 17px;
    }
    .editor-preview-wrapper,
    {
        padding: 33.3333333333px;
    }
    .editor-preview-wrapper .template_container,
    .reusable-template .template_container {}
    .editor-preview-wrapper .template_container .toolbar label,
    .reusable-template .toolbar label {
        font-size: 14.0666666667px;
        line-height: 16.6666666667px;
    }
    .template-menu {
        margin-bottom: 20.8333333333px;
        margin-top: 20.8333333333px;
    }
    .template-menu .nav .nav-item .nav-link {
        font-size: 16.6666666667px;
        letter-spacing: 0.25px;
        line-height: 20px;
    }
    .template-menu .nav .nav-item .nav-link.icon {
        font-size: 23.3333333333px;
    }
    .template-menu .nav .nav-item .title-form .title {
        font-size: 16.6666666667px;
        letter-spacing: 0.25px;
        line-height: 20px;
    }
    .template-menu .nav .nav-item .title-form .handle {
        font-size: 16.6666666667px;
        margin-left: 20.8333333333px;
    }
    .template-menu .filter .filter-title {
        font-size: 16.6666666667px;
        letter-spacing: 0.25px;
        line-height: 20px;
        padding-right: 8.3333333333px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle {
        font-size: 16.6666666667px;
        letter-spacing: 0.25px;
        line-height: 20px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle .tag {
        padding: 4.1666666667px 12.5px;
        font-size: 11.6666666667px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li {
        padding: 4.1666666667px 8.3333333333px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li a,
    .template-menu .filter .filter-dropdown .dropdown-menu li span {
        border-radius: 4.1666666667px;
        font-size: 10px;
    }
    .template-menu .action-buttons {
        padding-left: 58.3333333333px;
        padding-right: 0.5rem;
    }
    .template-menu .action-buttons a {
        height: 29.1666666667px;
        font-size: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 1440px) {
    .breadcrumb .breadcrumb-item a {
        font-size: 15px;
    }
    .breadcrumb .breadcrumb-item.active,
    .breadcrumb .breadcrumb-item.active a {
        font-size: 22px;
    }
    .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
        font-size: 14px;
    }
    .design-stage {
        top: 20px;
        right: -2.5%;
        min-height: 60px;
    }
    .design-stage a.btn.btn-md {
        font-size: 12px;
        letter-spacing: 0.18px;
        line-height: 55px;
    }
    .design-stage a.btn.btn-md:before {
        /*height: 3px;*/
    }
    .editor-preview-wrapper {
        padding: 30px;
    }
    .editor-preview-wrapper {
        padding: 30px;
    }
    .editor-preview-wrapper .template_container .toolbar label,
    .reusable-template .toolbar label {
        font-size: 12.66px;
        line-height: 15px;
    }
    .template-menu {
        margin-bottom: 18.75px;
        margin-top: 18.75px;
    }
    .template-menu .nav .nav-item .nav-link {
        font-size: 15px;
        letter-spacing: 0.225px;
        line-height: 18px;
    }
    .template-menu .nav .nav-item .nav-link.icon {
        font-size: 21px;
    }
    .template-menu .nav .nav-item .title-form .title {
        font-size: 15px;
        letter-spacing: 0.225px;
        line-height: 18px;
    }
    .template-menu .nav .nav-item .title-form .handle {
        font-size: 15px;
        margin-left: 18.75px;
    }
    .template-menu .filter .filter-title {
        font-size: 15px;
        letter-spacing: 0.225px;
        line-height: 18px;
        padding-right: 7.5px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle {
        font-size: 15px;
        letter-spacing: 0.225px;
        line-height: 18px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle .tag {
        padding: 3.75px 11.25px;
        font-size: 10.5px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li {
        padding: 3.75px 7.5px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li a,
    .template-menu .filter .filter-dropdown .dropdown-menu li span {
        border-radius: 3.75px;
        font-size: 9px;
    }
    .template-menu .action-buttons {
        padding-left: 52.5px;
        padding-right: 0.45rem;
    }
    .template-menu .action-buttons a {
        height: 26.25px;
        font-size: 13.5px;
    }
    .variables .variable-list-form {
        height: calc(100vh - 260px);
    }
    .reusable-template .template_container .previewDevice iframe,
    .reusable-template #editor {
        height: calc(100vh - 290px);
    }
}

@media screen and (max-width: 1366px) {
    .breadcrumb .breadcrumb-item a {
        font-size: 14.2291666667px;
    }
    .breadcrumb .breadcrumb-item.active,
    .breadcrumb .breadcrumb-item.active a {
        font-size: 21.34375px;
    }
    .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
        font-size: 14px;
    }
    .design-stage a.btn.btn-md.active {
        font-weight: 700;
        font-size: 15px;
    }
    .design-stage a.btn.btn-md:before {
        /*height: 3px;*/
    }
    .editor-preview-wrapper {
        padding: 28.4583333333px;
    }
    .editor-preview-wrapper .template_container,
    .reusable-template .template_container {}
    .editor-preview-wrapper .template_container .toolbar label,
    .reusable-template .toolbar label {
        font-size: 12.0094166667px;
        line-height: 14.2291666667px;
    }
    .template-menu {
        margin-bottom: 17.7864583333px;
        margin-top: 17.7864583333px;
    }
    .template-menu .nav .nav-item .nav-link {
        font-size: 14.2291666667px;
        letter-spacing: 0.2134375px;
        line-height: 17.075px;
    }
    .template-menu .nav .nav-item .nav-link.icon {
        font-size: 19.9208333333px;
    }
    .template-menu .nav .nav-item .title-form .title {
        font-size: 14.2291666667px;
        letter-spacing: 0.2134375px;
        line-height: 17.075px;
    }
    .template-menu .nav .nav-item .title-form .handle {
        font-size: 14.2291666667px;
        margin-left: 17.7864583333px;
    }
    .template-menu .filter .filter-title {
        font-size: 14.2291666667px;
        letter-spacing: 0.2134375px;
        line-height: 17.075px;
        padding-right: 7.1145833333px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle {
        font-size: 14.2291666667px;
        letter-spacing: 0.2134375px;
        line-height: 17.075px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle .tag {
        padding: 3.5572916667px 10.671875px;
        font-size: 9.9604166667px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li {
        padding: 3.5572916667px 7.1145833333px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li a,
    .template-menu .filter .filter-dropdown .dropdown-menu li span {
        border-radius: 3.5572916667px;
        font-size: 8.5375px;
    }
    .template-menu .action-buttons {
        padding-left: 49.8020833333px;
        padding-right: 0.426875rem;
    }
    .template-menu .action-buttons a {
        height: 24.9010416667px;
        font-size: 12.80625px;
    }
}

@media screen and (max-width: 1280px) {
    .breadcrumb .breadcrumb-item a {
        font-size: 13.3333333333px;
    }
    .breadcrumb .breadcrumb-item.active,
    .breadcrumb .breadcrumb-item.active a {
        font-size: 20px;
    }
    .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
        font-size: 13px;
    }
    .design-stage a.btn.btn-md:before {
        /*height: 3px;*/
    }
    .editor-preview-wrapper {
        padding: 26.6666666667px;
    }
    .editor-preview-wrapper .template_container,
    .reusable-template .template_container {}
    .editor-preview-wrapper .template_container .toolbar label,
    .reusable-template .toolbar label {
        font-size: 11.2533333333px;
        line-height: 13.3333333333px;
    }
    .template-menu {
        margin-bottom: 16.6666666667px;
        margin-top: 16.6666666667px;
    }
    .template-menu .nav .nav-item .nav-link {
        font-size: 13.3333333333px;
        letter-spacing: 0.2px;
        line-height: 16px;
    }
    .template-menu .nav .nav-item .nav-link.icon {
        font-size: 18.6666666667px;
    }
    .template-menu .nav .nav-item .title-form .title {
        font-size: 13.3333333333px;
        letter-spacing: 0.2px;
        line-height: 16px;
    }
    .template-menu .nav .nav-item .title-form .handle {
        font-size: 13.3333333333px;
        margin-left: 16.6666666667px;
    }
    .template-menu .filter .filter-title {
        font-size: 13.3333333333px;
        letter-spacing: 0.2px;
        line-height: 16px;
        padding-right: 6.6666666667px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle {
        font-size: 13.3333333333px;
        letter-spacing: 0.2px;
        line-height: 16px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle .tag {
        padding: 3.3333333333px 10px;
        font-size: 9.3333333333px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li {
        padding: 3.3333333333px 6.6666666667px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li a,
    .template-menu .filter .filter-dropdown .dropdown-menu li span {
        border-radius: 3.3333333333px;
        font-size: 8px;
    }
    .template-menu .action-buttons {
        padding-left: 46.6666666667px;
        padding-right: 0.4rem;
    }
    .template-menu .action-buttons a {
        height: 23.3333333333px;
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .breadcrumb .breadcrumb-item a {
        font-size: 12.5px;
    }
    .breadcrumb .breadcrumb-item.active,
    .breadcrumb .breadcrumb-item.active a {
        font-size: 21px;
    }
    .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
        font-size: 12.5px;
    }
    .design-stage {
        top: 20px;
        right: -1%;
        min-height: 60px;
    }
    .design-stage a.btn.btn-md {
        font-size: 11.5px;
        letter-spacing: 0.15px;
        line-height: 50px;
    }
    .design-stage a.btn.btn-md.active {
        font-weight: 700;
        font-size: 12px;
    }
    .design-stage a.btn.btn-md:before {
        /*height: 3px;*/
    }
    .editor-preview-wrapper {
        padding: 25px;
    }
    .editor-preview-wrapper .template_container,
    .reusable-template .template_container {}
    .editor-preview-wrapper .template_container .toolbar label,
    .reusable-template .toolbar label {
        font-size: 10.55px;
        line-height: 12.5px;
    }
    .template-menu {
        margin-bottom: 15.625px;
        margin-top: 15.625px;
    }
    .template-menu .nav .nav-item .nav-link {
        font-size: 12.5px;
        letter-spacing: 0.1875px;
        line-height: 15px;
    }
    .template-menu .nav .nav-item .nav-link.icon {
        font-size: 17.5px;
    }
    .template-menu .nav .nav-item .title-form .title {
        font-size: 12.5px;
        letter-spacing: 0.1875px;
        line-height: 15px;
    }
    .template-menu .nav .nav-item .title-form .handle {
        font-size: 12.5px;
        margin-left: 15.625px;
    }
    .template-menu .filter .filter-title {
        font-size: 12.5px;
        letter-spacing: 0.1875px;
        line-height: 15px;
        padding-right: 6.25px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle {
        font-size: 12.5px;
        letter-spacing: 0.1875px;
        line-height: 15px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle .tag {
        padding: 3.125px 9.375px;
        font-size: 8.75px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li {
        padding: 3.125px 6.25px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li a,
    .template-menu .filter .filter-dropdown .dropdown-menu li span {
        border-radius: 3.125px;
        font-size: 7.5px;
    }
    .template-menu .action-buttons {
        padding-left: 43.75px;
        padding-right: 0.375rem;
    }
    .template-menu .action-buttons a {
        height: 21.875px;
        font-size: 11.25px;
    }
}

@media screen and (max-width: 1080px) {
    .breadcrumb .breadcrumb-item a {
        font-size: 14px;
    }
    .breadcrumb .breadcrumb-item.active,
    .breadcrumb .breadcrumb-item.active a {
        font-size: 20px;
    }
    .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
        font-size: 14px;
    }
    .design-stage {
        top: 20px;
        right: 0%;
        min-height: 60px;
    }
    .design-stage a.btn.btn-md {
        font-size: 10.5px;
        letter-spacing: 0.135px;
        line-height: 50px;
    }
    .design-stage a.btn.btn-md.active {
        font-weight: 700;
        font-size: 10.5px;
    }
    .design-stage a.btn.btn-md:before {
        height: 3px;
    }
    .editor-preview-wrapper {
        padding: 22.5px;
    }
    .editor-preview-wrapper .template_container,
    .reusable-template .template_container {
        padding-right: 10px;
    }
    .editor-preview-wrapper .template_container .toolbar label,
    .reusable-template .toolbar label {
        font-size: 9.495px;
        line-height: 11.25px;
    }
    .template-menu {
        margin-bottom: 14.0625px;
        margin-top: 14.0625px;
    }
    .template-menu .nav .nav-item .nav-link {
        font-size: 11.25px;
        letter-spacing: 0.16875px;
        line-height: 13.5px;
    }
    .template-menu .nav .nav-item .nav-link.icon {
        font-size: 15.75px;
    }
    .template-menu .nav .nav-item .title-form .title {
        font-size: 11.25px;
        letter-spacing: 0.16875px;
        line-height: 13.5px;
    }
    .template-menu .nav .nav-item .title-form .handle {
        font-size: 11.25px;
        margin-left: 14.0625px;
    }
    .template-menu .filter .filter-title {
        font-size: 11.25px;
        letter-spacing: 0.16875px;
        line-height: 13.5px;
        padding-right: 5.625px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle {
        font-size: 11.25px;
        letter-spacing: 0.16875px;
        line-height: 13.5px;
    }
    .template-menu .filter .filter-dropdown .dropdown-toggle .tag {
        padding: 2.8125px 8.4375px;
        font-size: 7.875px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li {
        padding: 2.8125px 5.625px;
    }
    .template-menu .filter .filter-dropdown .dropdown-menu li a,
    .template-menu .filter .filter-dropdown .dropdown-menu li span {
        border-radius: 2.8125px;
        font-size: 6.75px;
    }
    .template-menu .action-buttons {
        padding-left: 39.375px;
        padding-right: 0.3375rem;
    }
    .template-menu .action-buttons a {
        height: 19.6875px;
        font-size: 10.125px;
    }
}

@media screen and (max-width: 967px) {
    .design-stage {
        top: 20px;
        right: 0%;
        min-height: 60px;
    }
    .design-stage a.btn.btn-md {
        font-size: 10px;
        letter-spacing: -0.835px;
        line-height: 50px;
    }
    .design-stage a.btn.btn-md.active {
        font-weight: 700;
        font-size: 11px;
    }
    .design-stage a.btn.btn-md:before {
        height: 3px;
    }
}

@media screen and (max-width: 767px) {
    .template-panel {
        padding-right: 15px;
    }
    .comments-panel {
        padding-left: 15px;
    }
    .breadcrumb {
        justify-content: center;
    }
    .editor-preview-wrapper .template_container,
    .reusable-template .template_container {
        padding-left: 0px;
    }
    .template-menu .action-buttons {
        padding-left: 15px;
        padding-right: 15px;
    }
    .design-stage {
        top: 20px;
        left: 20%;
        min-height: 60px;
    }
}

@media screen and (max-width: 567px) {
    .design-stage {
        left: 4%;
    }
}


/*Template page end*/


/*Replica page start*/

.variable-block:after {
    content: "";
    width: 80%;
    border-bottom: 1px dashed #b3b3b3;
    display: block;
    margin: auto;
    position: relative;
    top: -10px;
}

.variable-block:last-child:after {
    content: none;
}


/*Replica page end*/


/*Log page start*/

.text-block .title {
    color: #00342E;
    font-size: 20px;
    letter-spacing: 0.3px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700
}

.text-block .title .edit {
    color: #16A69F;
    margin-left: 10px;
    cursor: pointer;
}

.text-block .description {
    color: #565656;
    font-size: 20px;
    letter-spacing: 0.3px;
    text-align: left;
}

.text-block .description input {
    font-size: 16px;
}

.text-block .description #description-textarea {
    background: transparent;
    border-color: rgb(168, 168, 168);
    margin-top: 10px;
}

.text-block .description .description-text {
    text-align: justify;
    white-space: pre-line;
}

.design-prototype {
    height: 60vh;
    overflow: hidden;
    position: relative;
}

.design-prototype a {
    position: absolute;
    height: 100%;
    width: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(22, 166, 159, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.design-prototype a .icon {
    background-color: #16A69F;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.design-prototype a .icon i {
    color: #fff;
    font-size: 25px;
}

.design-prototype:hover {
    border-radius: 10px;
}

.design-prototype:hover img {
    filter: blur(2px);
}

.design-prototype:hover a {
    width: 100%;
    text-decoration: none;
}

.design-prototype img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.associated-files:hover {
    text-decoration: none;
}

.associated-files:hover .title {
    color: #00342E;
}

.associated-files:hover .files img:nth-child(1),
.associated-files:hover .files img:nth-child(2),
.associated-files:hover .files img:nth-child(3) {
    left: 20px;
    top: 20px;
}

.associated-files .title {
    color: #00342E;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.associated-files .files {
    position: relative;
    /* overflow: hidden; */
    height: 200px;
    margin: 10px 0;
}

.associated-files .files img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    position: absolute;
    display: none;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
    transition: 0.2s;
}

.associated-files .files img:nth-child(1) {
    display: block;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.associated-files .files img:nth-child(2) {
    display: block;
    z-index: 3;
    top: 0px;
    left: 0px;
}

.associated-files .files img:nth-child(3) {
    display: block;
    top: 40px;
    left: 40px;
    z-index: 1;
}

.files-modal {
    border-radius: 5px;
}

.files-modal .modal-header {
    padding-top: 0;
    padding-bottom: 0;
}

.files-modal .modal-header .total-file {
    margin: 0;
    text-align: center;
    font-size: 25px;
}

.files-modal .modal-body {
    padding: 0;
}

.files-modal .modal-body .files-zone {
    background-color: #F4F4F4;
    padding: 30px 0 50px;
}

.files-modal .modal-body .files-zone .file {
    display: flex;
    padding: 15px 20px;
}

.files-modal .modal-body .files-zone .file .img {
    text-decoration: none;
    position: relative;
}

.files-modal .modal-body .files-zone .file .img:hover .icon {
    height: 40px;
    width: 40px;
}

.files-modal .modal-body .files-zone .file .img img,
.files-modal .modal-body .files-zone .file .img svg {
    border-radius: 5px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.files-modal .modal-body .files-zone .file .img svg {
    color: #565656;
}

.files-modal .modal-body .files-zone .file .img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    width: 0;
    background: #42a69f;
    border-radius: 100%;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: 0.2s;
}

.files-modal .modal-body .files-zone .file .img .icon i {
    color: #fff;
    font-size: 20px;
}

.files-modal .modal-body .files-zone .file .info {
    padding: 0 15px;
}

.files-modal .modal-body .files-zone .file .info .title {
    color: #16A69F;
    font-size: 13px;
    font-weight: 600;
}

.files-modal .modal-body .files-zone .file .info .size {
    color: #B1B1B1;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.files-modal .modal-body .upload-zone {
    background-color: #1DEFB5;
    margin: 20px 30px;
    border: 1px dashed #979797;
    cursor: pointer;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
}


/*Responsive For Project Start*/

@media screen and (max-width: 1700px) {
    .text-block .title {
        font-size: 17.7083333333px;
    }
    .text-block .title .edit {
        margin-left: 8.8541666667px;
    }
    .text-block .description {
        font-size: 17.7083333333px;
    }
    .text-block .description input {
        font-size: 14.1666666667px;
    }
    .design-prototype a .icon {
        width: 53.125px;
        height: 53.125px;
    }
    .design-prototype a .icon i {
        font-size: 22.1354166667px;
    }
    .design-prototype:hover {
        border-radius: 8.8541666667px;
    }
    .associated-files:hover .files img:nth-child(1),
    .associated-files:hover .files img:nth-child(2),
    .associated-files:hover .files img:nth-child(3) {
        left: 17.7083333333px;
        top: 17.7083333333px;
    }
    .associated-files .title {
        font-size: 17.7083333333px;
    }
    .associated-files .files {
        height: 177.0833333333px;
        margin: 8.8541666667px 0;
    }
    .associated-files .files img {
        height: 106.25px;
        width: 106.25px;
    }
    .associated-files .files img:nth-child(1) {
        top: 17.7083333333px;
        left: 17.7083333333px;
    }
    .associated-files .files img:nth-child(2) {
        top: 0px;
        left: 0px;
    }
    .associated-files .files img:nth-child(3) {
        top: 35.4166666667px;
        left: 35.4166666667px;
    }
    .files-modal .modal-header .total-file {
        font-size: 22.1354166667px;
    }
    .files-modal .modal-body .files-zone {
        padding: 26.5625px 0 44.2708333333px;
    }
    .files-modal .modal-body .files-zone .file {
        padding: 13.28125px 17.7083333333px;
    }
    .files-modal .modal-body .files-zone .file .img:hover .icon {
        height: 35.4166666667px;
        width: 35.4166666667px;
    }
    .files-modal .modal-body .files-zone .file .img img,
    .files-modal .modal-body .files-zone .file .img svg {
        width: 88.5416666667px;
        height: 88.5416666667px;
    }
    .files-modal .modal-body .files-zone .file .img .icon i {
        font-size: 17.7083333333px;
    }
    .files-modal .modal-body .files-zone .file .info {
        padding: 0 13.28125px;
    }
    .files-modal .modal-body .upload-zone {
        margin: 17.7083333333px 26.5625px;
        padding: 26.5625px;
    }
}

@media screen and (max-width: 1600px) {
    .text-block .title {
        font-size: 16.6666666667px;
    }
    .text-block .title .edit {
        margin-left: 8.3333333333px;
    }
    .text-block .description {
        font-size: 16.6666666667px;
    }
    .text-block .description input {
        font-size: 13.3333333333px;
    }
    .design-prototype a .icon {
        width: 50px;
        height: 50px;
    }
    .design-prototype a .icon i {
        font-size: 20.8333333333px;
    }
    .design-prototype:hover {
        border-radius: 8.3333333333px;
    }
    .associated-files:hover .files img:nth-child(1),
    .associated-files:hover .files img:nth-child(2),
    .associated-files:hover .files img:nth-child(3) {
        left: 16.6666666667px;
        top: 16.6666666667px;
    }
    .associated-files .title {
        font-size: 16.6666666667px;
    }
    .associated-files .files {
        height: 166.6666666667px;
        margin: 8.3333333333px 0;
    }
    .associated-files .files img {
        height: 100px;
        width: 100px;
    }
    .associated-files .files img:nth-child(1) {
        top: 16.6666666667px;
        left: 16.6666666667px;
    }
    .associated-files .files img:nth-child(2) {
        top: 0px;
        left: 0px;
    }
    .associated-files .files img:nth-child(3) {
        top: 33.3333333333px;
        left: 33.3333333333px;
    }
    .files-modal .modal-header .total-file {
        font-size: 20.8333333333px;
    }
    .files-modal .modal-body .files-zone {
        padding: 25px 0 41.6666666667px;
    }
    .files-modal .modal-body .files-zone .file {
        padding: 12.5px 16.6666666667px;
    }
    .files-modal .modal-body .files-zone .file .img:hover .icon {
        height: 33.3333333333px;
        width: 33.3333333333px;
    }
    .files-modal .modal-body .files-zone .file .img img,
    .files-modal .modal-body .files-zone .file .img svg {
        width: 83.3333333333px;
        height: 83.3333333333px;
    }
    .files-modal .modal-body .files-zone .file .img .icon i {
        font-size: 16.6666666667px;
    }
    .files-modal .modal-body .files-zone .file .info {
        padding: 0 12.5px;
    }
    .files-modal .modal-body .upload-zone {
        margin: 16.6666666667px 25px;
        padding: 25px;
    }
}

@media screen and (max-width: 1440px) {
    .text-block .title {
        font-size: 15px;
    }
    .text-block .title .edit {
        margin-left: 7.5px;
    }
    .text-block .description {
        font-size: 15px;
    }
    .text-block .description input {
        font-size: 12px;
    }
    .design-prototype a .icon {
        width: 45px;
        height: 45px;
    }
    .design-prototype a .icon i {
        font-size: 18.75px;
    }
    .design-prototype:hover {
        border-radius: 7.5px;
    }
    .associated-files:hover .files img:nth-child(1),
    .associated-files:hover .files img:nth-child(2),
    .associated-files:hover .files img:nth-child(3) {
        left: 15px;
        top: 15px;
    }
    .associated-files .title {
        font-size: 15px;
    }
    .associated-files .files {
        height: 150px;
        margin: 7.5px 0;
    }
    .associated-files .files img {
        height: 90px;
        width: 90px;
    }
    .associated-files .files img:nth-child(1) {
        top: 15px;
        left: 15px;
    }
    .associated-files .files img:nth-child(2) {
        top: 0px;
        left: 0px;
    }
    .associated-files .files img:nth-child(3) {
        top: 30px;
        left: 30px;
    }
    .files-modal .modal-header .total-file {
        font-size: 18.75px;
    }
    .files-modal .modal-body .files-zone {
        padding: 22.5px 0 37.5px;
    }
    .files-modal .modal-body .files-zone .file {
        padding: 11.25px 15px;
    }
    .files-modal .modal-body .files-zone .file .img:hover .icon {
        height: 30px;
        width: 30px;
    }
    .files-modal .modal-body .files-zone .file .img img,
    .files-modal .modal-body .files-zone .file .img svg {
        width: 75px;
        height: 75px;
    }
    .files-modal .modal-body .files-zone .file .img .icon i {
        font-size: 15px;
    }
    .files-modal .modal-body .files-zone .file .info {
        padding: 0 11.25px;
    }
    .files-modal .modal-body .upload-zone {
        margin: 15px 22.5px;
        padding: 22.5px;
    }
}

@media screen and (max-width: 1366px) {
    .text-block .title {
        font-size: 14.2291666667px;
    }
    .text-block .title .edit {
        margin-left: 7.1145833333px;
    }
    .text-block .description {
        font-size: 14.2291666667px;
    }
    .text-block .description input {
        font-size: 11.3833333333px;
    }
    .design-prototype a .icon {
        width: 42.6875px;
        height: 42.6875px;
    }
    .design-prototype a .icon i {
        font-size: 17.7864583333px;
    }
    .design-prototype:hover {
        border-radius: 7.1145833333px;
    }
    .associated-files:hover .files img:nth-child(1),
    .associated-files:hover .files img:nth-child(2),
    .associated-files:hover .files img:nth-child(3) {
        left: 14.2291666667px;
        top: 14.2291666667px;
    }
    .associated-files .title {
        font-size: 14.2291666667px;
    }
    .associated-files .files {
        height: 142.2916666667px;
        margin: 7.1145833333px 0;
    }
    .associated-files .files img {
        height: 85.375px;
        width: 85.375px;
    }
    .associated-files .files img:nth-child(1) {
        top: 14.2291666667px;
        left: 14.2291666667px;
    }
    .associated-files .files img:nth-child(2) {
        top: 0px;
        left: 0px;
    }
    .associated-files .files img:nth-child(3) {
        top: 28.4583333333px;
        left: 28.4583333333px;
    }
    .files-modal .modal-header .total-file {
        font-size: 17.7864583333px;
    }
    .files-modal .modal-body .files-zone {
        padding: 21.34375px 0 35.5729166667px;
    }
    .files-modal .modal-body .files-zone .file {
        padding: 10.671875px 14.2291666667px;
    }
    .files-modal .modal-body .files-zone .file .img:hover .icon {
        height: 28.4583333333px;
        width: 28.4583333333px;
    }
    .files-modal .modal-body .files-zone .file .img img,
    .files-modal .modal-body .files-zone .file .img svg {
        width: 71.1458333333px;
        height: 71.1458333333px;
    }
    .files-modal .modal-body .files-zone .file .img .icon i {
        font-size: 14.2291666667px;
    }
    .files-modal .modal-body .files-zone .file .info {
        padding: 0 10.671875px;
    }
    .files-modal .modal-body .upload-zone {
        margin: 14.2291666667px 21.34375px;
        padding: 21.34375px;
    }
}

@media screen and (max-width: 1280px) {
    .text-block .title {
        font-size: 13.3333333333px;
    }
    .text-block .title .edit {
        margin-left: 6.6666666667px;
    }
    .text-block .description {
        font-size: 13.3333333333px;
    }
    .text-block .description input {
        font-size: 10.6666666667px;
    }
    .design-prototype a .icon {
        width: 40px;
        height: 40px;
    }
    .design-prototype a .icon i {
        font-size: 16.6666666667px;
    }
    .design-prototype:hover {
        border-radius: 6.6666666667px;
    }
    .associated-files:hover .files img:nth-child(1),
    .associated-files:hover .files img:nth-child(2),
    .associated-files:hover .files img:nth-child(3) {
        left: 13.3333333333px;
        top: 13.3333333333px;
    }
    .associated-files .title {
        font-size: 13.3333333333px;
    }
    .associated-files .files {
        height: 133.3333333333px;
        margin: 6.6666666667px 0;
    }
    .associated-files .files img {
        height: 80px;
        width: 80px;
    }
    .associated-files .files img:nth-child(1) {
        top: 13.3333333333px;
        left: 13.3333333333px;
    }
    .associated-files .files img:nth-child(2) {
        top: 0px;
        left: 0px;
    }
    .associated-files .files img:nth-child(3) {
        top: 26.6666666667px;
        left: 26.6666666667px;
    }
    .files-modal .modal-header .total-file {
        font-size: 16.6666666667px;
    }
    .files-modal .modal-body .files-zone {
        padding: 20px 0 33.3333333333px;
    }
    .files-modal .modal-body .files-zone .file {
        padding: 10px 13.3333333333px;
    }
    .files-modal .modal-body .files-zone .file .img:hover .icon {
        height: 26.6666666667px;
        width: 26.6666666667px;
    }
    .files-modal .modal-body .files-zone .file .img img,
    .files-modal .modal-body .files-zone .file .img svg {
        width: 66.6666666667px;
        height: 66.6666666667px;
    }
    .files-modal .modal-body .files-zone .file .img .icon i {
        font-size: 13.3333333333px;
    }
    .files-modal .modal-body .files-zone .file .info {
        padding: 0 10px;
    }
    .files-modal .modal-body .upload-zone {
        margin: 13.3333333333px 20px;
        padding: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .associated-files .files img:nth-child(2) {
        top: 0px;
        left: 0px;
    }
}

@media screen and (max-width: 1080px) {
    .associated-files .files img:nth-child(2) {
        top: 0px;
        left: 0px;
    }
}

@media screen and (max-width: 991px) {
    .associated-files .files img:nth-child(2) {
        top: 0px;
        left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .associated-files .files img:nth-child(2) {
        top: 0px;
        left: 0px;
    }
}

@media screen and (max-width: 575px) {
    .associated-files .files img:nth-child(2) {
        top: 0px;
        left: 0px;
    }
}

@media screen and (max-width: 414px) {
    .associated-files .files img:nth-child(2) {
        top: 0px;
        left: 0px;
    }
}

@media screen and (max-width: 375px) {
    .associated-files .files img:nth-child(2) {
        top: 0px;
        left: 0px;
    }
}

@media screen and (max-width: 320px) {
    .associated-files .files img:nth-child(2) {
        top: 0px;
        left: 0px;
    }
}


/*Responsive For Project End*/


/*Log page end*/


/*Design page start*/

.versiongroup_container .versiongroup {
    width: 100%;
}

.versiongroup_container .versiongroup .version-header {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 2px solid #c7c7c7
}

.versiongroup_container .versiongroup .version-header h3 {
    color: #565656;
    font-weight: 900;
    font-size: 20px;
}

.versiongroup_container .versiongroup .variant-label {
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
    align-items: flex-end;
}

.versiongroup_container .versiongroup .variant-label h5 {
    margin-bottom: 0;
    color: #565656;
    font-weight: 900;
    font-size: 12px;
}

.versiongroup_container .versiongroup .variant-label .variant-comment {
    color: #bcbcbc;
    margin-left: 15px;
    font-size: 10px;
}

.versiongroup_container .versiongroup .version-img {
    padding-top: 25px;
}

.versiongroup_container .versiongroup .version-img img {
    object-position: top;
    object-fit: cover;
    width: 100%;
    max-width: 250px;
    max-height: 312.5px;
}

.versiongroup_container .list-group-flush {
    /*display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  grid-gap: 10px;*/
}

.versiongroup_container .version-li-list {
    padding-left: 0;
    padding-right: 0;
}

.versiongroup_container .list-group-flush .list-group-item {
    border: 0;
    display: flex;
    background-color: #EDEDED;
}

.versiongroup_container .list-group-flush .list-group-item .version_container {
    position: relative;
    display: block;
    text-decoration: none;
}

.versiongroup_container .list-group-flush .list-group-item .version_container .associated-files .files {
    opacity: 1;
    width: 300px;
    height: 270px;
}

.versiongroup_container .list-group-flush .list-group-item .version_container .associated-files .files img {
    width: 260px;
    height: 230px;
}

.versiongroup_container .list-group-flush .list-group-item .version_container .approved {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(66, 166, 159, 0.4);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
}

.versiongroup_container .list-group-flush .list-group-item .version_container .approved .icon {
    color: #FFFFFF;
    font-size: 70px;
}

.versiongroup_container .list-group-flush .list-group-item .version_container .approved .text {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.versiongroup_container .list-group-flush .list-group-item .version-buttons {
    padding-top: 10px;
    width: 260px;
    margin: 0 auto;
}

.versiongroup_container .list-group-flush .list-group-item .version-buttons .btn {
    font-size: 1rem;
}

.versiongroup_container .list-group-flush .list-group-item .upload-files {
    border: 1px dashed #979797;
    width: 235px;
    height: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    text-decoration: none;
}

.versiongroup_container .list-group-flush .list-group-item .upload-files .text {
    color: #B1B1B1;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.versiongroup_container .list-group-flush .list-group-item .upload-files .icon {
    color: #16A69F;
    font-size: 80px;
    font-weight: 600;
    line-height: 96px;
}

.variant-panel,
.childcontainer {
    background-color: #EDEDED;
    height: calc(100vh - 165px);
    position: relative;
}

.variant-panel {
    overflow: hidden;
    padding-left: 2rem;
    padding-right: 2rem;
}

.variant-panel.inactive .container {
    /*filter: blur(5px);*/
}

.variant-panel.inactive:after,
.childcontainer.inactive:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(237, 237, 237, 0.5);
}

.variant-panel .container,
.variant-panel .row,
.variant-panel .col-md-12 {
    height: 100%;
}

.variant-panel .template-menu+.alert {
    max-width: 595px;
    margin-left: auto;
    margin-right: auto;
}

.variant-panel #design-version {
    height: calc(100% - 106px);
    overflow-y: auto;
}

.variant-panel #design-version .design-asset {
    width: 595px;
    margin: auto;
}

.variant-panel #design-version .design-asset img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .desktop-pr-0 {
        padding-right: 0;
    }
    .desktop-pl-0 {
        padding-left: 0;
    }
}

.desktop-pr-0 {
    padding-right: 0;
    flex: 0 0 80%;
    max-width: 80%;
}

.desktop-pl-0 {
    padding-left: 0;
    flex: 0 0 20%;
    padding-right: 0px;
}

@media screen and (max-width: 1700px) {
    .desktop-pr-0 {
        padding-right: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .desktop-pl-0 {
        padding-left: 0;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 15px;
    }
}

.comment-section {
    background-color: #F4F4F4;
    box-shadow: -2px 0 2px 0 rgba(139, 139, 139, 0.5);
    height: calc(100vh - 155px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 15px;
    position: relative;
}

.comment-section.popup-open {
    overflow-y: hidden;
}

.comment-section .popup {
    position: fixed;
    height: calc(100vh - 155px);
    width: calc(25% - 10px);
    top: 165px;
    right: -25%;
    transition: 0.3s;
    overflow: auto;
    background: #F4F4F4;
    box-shadow: -2px 0 2px 0 rgba(139, 139, 139, 0.5);
    z-index: 1041;
}

.comment-section .popup.show {
    right: 0;
}

.comment-section .popup .top-actions {
    background-color: #E6E6E6;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-section .popup .top-actions a.back {
    color: #B1B1B1;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 17px;
    text-decoration: none;
}

.comment-section .popup .top-actions a.back i {
    margin-right: 10px;
}

.comment-section .popup .top-actions .prev-next {
    display: flex;
}

.comment-section .popup .top-actions .prev-next a {
    color: #B1B1B1;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.21px;
    line-height: 17px;
    text-decoration: none;
}

.comment-section .popup .top-actions .prev-next a.prev {
    margin-right: 15px;
}

.comment-section .popup .comment-details {
    padding: 20px 15px;
}

.comment-section .popup .comment-details .reply-part .comment {
    border-top: 2px solid #B1B1B1;
}

.comment-section .comment {
    display: flex;
    padding: 10px 0;
}

.comment-section .comment .user {
    flex: none;
    color: #fff;
    box-shadow: 0px 0px 2px 1px #c7c7c7;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 15px;
    overflow: hidden;
}

.comment-section .comment .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-section .comment .user span {
    color: #000;
    padding: 5px 4px 3px 3px;
    vertical-align: text-top;
    text-transform: uppercase;
}

.comment-section .comment .info {
    flex: 1;
}

.comment-section .comment .info .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.comment-section .comment .info .header .name {
    color: #B1B1B1;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.21px;
    display: flex;
    align-items: center;
}

.comment-section .comment .info .header .date {
    color: #B1B1B1;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.21px;
}

.comment-section .comment .info .body {
    color: #565656;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
    white-space: pre-line;
    word-break: break-word;
}

.comment-section .comment .info .body .mention {
    color: #16A69F;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-decoration: underline;
}

.comment-section .comment .info .footer {
    color: #B1B1B1;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.21px;
    text-decoration: underline;
}

.comment-section .comment .info .footer .reply {
    color: #3CC59F;
}

.comment-section .comment .info .action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.comment-section .comment .info .action .resolve {
    background-color: #16A69F;
    border-radius: 2px;
    padding: 7px 15px;
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18px;
}

.comment-section .comment .info .action .edit-delete a {
    font-size: 24px;
    text-decoration: none;
    margin-right: 10px;
}

.comment-section .comment .info .action .edit-delete a i {
    color: #16A69F;
}

.comment-section .comment .info .action .edit-delete a:last-child {
    margin-right: 0;
}

.comment-section .headline {
    color: #565656;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.32px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.comment-section .comment-tabs {
    border: 0;
}

.comment-section .comment-tabs li {
    flex: 1;
}

.comment-section .comment-tabs li a {
    border-bottom: 1px solid #B1B1B1;
    width: 100%;
    display: block;
    color: #B1B1B1;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.21px;
    text-decoration: none;
    padding: 10px 5px;
}

.comment-section .comment-tabs li a.active {
    border-bottom: 2px solid #1DEFB5;
    color: #1DEFB5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.21px;
    text-align: center;
}

.comment-section .comment-tabs li:last-child a {
    text-align: right;
}

.comment-section .comment-tabs li:last-child a.active {
    text-align: center;
}

.comment-section .comment-tab-content {
    padding: 10px 5px;
}

.comment-section .comment-tab-content .single-comment {
    border-top: 2px solid #B1B1B1;
}

.comment-section .comment-tab-content .single-comment:first-child {
    border: 0;
}

.comment-section .comment-tab-content .single-comment .main-part {
    cursor: pointer;
}

.comment-section .add-comment {
    margin-top: 20px;
}

.comment-section .add-comment .input-area label {
    color: #565656;
    font-size: 14px;
}

.comment-section .add-comment .input-area textarea {
    color: #565656;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.25px;
    /*border: none;*/
    border-bottom: 1px solid #B1B1B1;
    height: 70px;
    resize: none;
    background: transparent;
    border-radius: 0;
    padding: 0.375rem 0.375rem;
    display: block;
}

.comment-section .add-comment .input-area textarea:focus {
    border-color: #16A69F;
    outline: 0;
    box-shadow: none;
}

.comment-section .add-comment .input-area textarea::placeholder {
    color: #A2A2A2;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: 0.21px;
}


/*.comment-section .add-comment [type=submit] {
  background-color: #16A69F;
  border-radius: 2px;
  margin-top: 20px;
  border: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18px;
  padding: 7px 15px;
}
.comment-section .add-comment [type=submit].danger {
  background: red;
}
*/

.comment-section .add-comment [type=submit] {
    margin-top: 16px;
    font-size: 13px;
}


/*Responsive For Project Start*/

@media screen and (max-width: 1700px) {
    .versiongroup_container .list-group-flush {
        grid-gap: 8.8541666667px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version_container .associated-files .files {
        width: 265.625px;
        height: 239.0625px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version_container .associated-files .files img {
        width: 230.2083333333px;
        height: 203.6458333333px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version-buttons {
        width: 230.2083333333px;
        padding-top: 8.8541666667px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version-buttons .btn {
        font-size: 0.8854166667rem;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files {
        width: 208.0729166667px;
        height: 181.5104166667px;
        border-radius: 8.8541666667px;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files .text {
        font-size: 17.7083333333px;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files .icon {
        font-size: 70.8333333333px;
        line-height: 85px;
    }
    .variant-panel,
    .childcontainer {
        height: calc(100vh - 153.666667px);
    }
    .variant-panel .template-menu+.alert {
        max-width: 526.8229166667px;
    }
    .variant-panel #design-version {
        height: calc(100% - 93.8541666667px);
    }
    .comment-section {
        height: calc(100vh - 154.8333333333px);
        padding: 17.7083333333px 13.28125px;
    }
    .comment-section .popup {
        height: calc(100vh - 154.8333333333px);
        top: 155px;
    }
    .comment-section .popup .top-actions {
        padding: 8.8541666667px 17.7083333333px;
    }
    .comment-section .popup .top-actions a.back {
        font-size: 12.3958333333px;
    }
    .comment-section .popup .top-actions a.back i {
        margin-right: 8.8541666667px;
    }
    .comment-section .popup .top-actions .prev-next a {
        font-size: 12.3958333333px;
    }
    .comment-section .popup .top-actions .prev-next a.prev {
        margin-right: 13.28125px;
    }
    .comment-section .popup .comment-details {
        padding: 17.7083333333px 13.28125px;
    }
    .comment-section .comment {
        padding: 8.8541666667px 0;
    }
    .comment-section .comment .user {
        width: 26.5625px;
        height: 26.5625px;
        margin-right: 8.8541666667px;
        font-size: 13.28125px;
    }
    .comment-section .comment .info .header {
        margin-bottom: 8.8541666667px;
    }
    .comment-section .comment .info .header .name {
        font-size: 10.625px;
    }
    .comment-section .comment .info .header .date {
        font-size: 10.625px;
    }
    .comment-section .comment .info .body {
        font-size: 12.3958333333px;
    }
    .comment-section .comment .info .footer {
        font-size: 10.625px;
    }
    .comment-section .comment .info .action .resolve {
        padding: 6.1979166667px 13.28125px;
        font-size: 10.625px;
    }
    .comment-section .comment .info .action .edit-delete a {
        font-size: 21.25px;
        margin-right: 8.8541666667px;
    }
    .comment-section .headline {
        font-size: 15.9375px;
        margin-bottom: 13.28125px;
    }
    .comment-section .comment-tabs li a {
        font-size: 12.3958333333px;
        padding: 8.8541666667px 4.4270833333px;
    }
    .comment-section .comment-tabs li a.active {
        font-size: 12.3958333333px;
    }
    .comment-section .comment-tab-content {
        padding: 8.8541666667px 4.4270833333px;
    }
    .comment-section .add-comment {
        margin-top: 17.7083333333px;
    }
    .comment-section .add-comment .input-area label {
        font-size: 12.3958333333px;
    }
    .comment-section .add-comment .input-area textarea {
        font-size: 12.3958333333px;
    }
    .comment-section .add-comment [type=submit] {
        margin-top: 17.7083333333px;
        font-size: 10.625px;
        /*padding: 6.1979166667px 13.28125px;*/
    }
}

@media screen and (max-width: 1600px) {
    .versiongroup_container .list-group-flush {
        grid-gap: 8.3333333333px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version_container .associated-files .files {
        width: 250px;
        height: 225px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version_container .associated-files .files img {
        width: 216.6666666667px;
        height: 191.6666666667px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version-buttons {
        width: 216.6666666667px;
        padding-top: 8.3333333333px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version-buttons .btn {
        font-size: 0.8333333333rem;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files {
        width: 195.8333333333px;
        height: 170.8333333333px;
        border-radius: 8.3333333333px;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files .text {
        font-size: 16.6666666667px;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files .icon {
        font-size: 66.6666666667px;
        line-height: 80px;
    }
    .variant-panel,
    .childcontainer {
        height: calc(100vh - 148.333333px);
    }
    .variant-panel .template-menu+.alert {
        max-width: 495.8333333333px;
    }
    .variant-panel #design-version {
        height: calc(100% - 88.3333333333px);
    }
    .comment-section {
        height: calc(100vh - 154.6666666667px);
        padding: 16.6666666667px 12.5px;
    }
    .comment-section .popup {
        height: calc(100vh - 154.6666666667px);
        top: 148.6666666667px;
    }
    .comment-section .popup .top-actions {
        padding: 8.3333333333px 16.6666666667px;
    }
    .comment-section .popup .top-actions a.back {
        font-size: 11.6666666667px;
    }
    .comment-section .popup .top-actions a.back i {
        margin-right: 8.3333333333px;
    }
    .comment-section .popup .top-actions .prev-next a {
        font-size: 11.6666666667px;
    }
    .comment-section .popup .top-actions .prev-next a.prev {
        margin-right: 12.5px;
    }
    .comment-section .popup .comment-details {
        padding: 16.6666666667px 12.5px;
    }
    .comment-section .comment {
        padding: 8.3333333333px 0;
    }
    .comment-section .comment .user {
        width: 25px;
        height: 25px;
        margin-right: 8.3333333333px;
        font-size: 12.5px;
    }
    .comment-section .comment .info .header {
        margin-bottom: 8.3333333333px;
    }
    .comment-section .comment .info .header .name {
        font-size: 10px;
    }
    .comment-section .comment .info .header .date {
        font-size: 10px;
    }
    .comment-section .comment .info .body {
        font-size: 11.6666666667px;
    }
    .comment-section .comment .info .footer {
        font-size: 10px;
    }
    .comment-section .comment .info .action .resolve {
        padding: 5.8333333333px 12.5px;
        font-size: 10px;
    }
    .comment-section .comment .info .action .edit-delete a {
        font-size: 20px;
        margin-right: 8.3333333333px;
    }
    .comment-section .headline {
        font-size: 15px;
        margin-bottom: 12.5px;
    }
    .comment-section .comment-tabs li a {
        font-size: 11.6666666667px;
        padding: 8.3333333333px 4.1666666667px;
    }
    .comment-section .comment-tabs li a.active {
        font-size: 11.6666666667px;
    }
    .comment-section .comment-tab-content {
        padding: 8.3333333333px 4.1666666667px;
    }
    .comment-section .add-comment {
        margin-top: 16.6666666667px;
    }
    .comment-section .add-comment .input-area label {
        font-size: 11.6666666667px;
    }
    .comment-section .add-comment .input-area textarea {
        font-size: 11.6666666667px;
    }
    .comment-section .add-comment [type=submit] {
        margin-top: 16.6666666667px;
        font-size: 10px;
        /*padding: 5.8333333333px 12.5px;*/
    }
}

@media screen and (max-width: 1440px) {
    .versiongroup_container .list-group-flush {
        grid-gap: 7.5px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version_container .associated-files .files {
        width: 290px;
        height: 270px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version_container .associated-files .files img {
        width: 260px;
        height: 240px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version-buttons {
        width: 260px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version-buttons .btn {
        font-size: 0.75rem;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files {
        width: 240px;
        height: 210px;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files .text {
        font-size: 15px;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files .icon {
        font-size: 60px;
        line-height: 72px;
    }
    .variant-panel,
    .childcontainer {
        height: calc(100vh - 140px);
    }
    .variant-panel .template-menu+.alert {
        max-width: 446.25px;
    }
    .variant-panel #design-version {
        height: calc(100% - 79.5px);
    }
    .comment-section {
        height: calc(100vh - 154px);
        padding: 15px 11.25px;
    }
    .comment-section .popup {
        height: calc(100vh - 154px);
        top: 139.5px;
    }
    .comment-section .popup .top-actions {
        padding: 7.5px 15px;
    }
    .comment-section .popup .top-actions a.back {
        font-size: 10.5px;
    }
    .comment-section .popup .top-actions a.back i {
        margin-right: 7.5px;
    }
    .comment-section .popup .top-actions .prev-next a {
        font-size: 10.5px;
    }
    .comment-section .popup .top-actions .prev-next a.prev {
        margin-right: 11.25px;
    }
    .comment-section .popup .comment-details {
        padding: 15px 11.25px;
    }
    .comment-section .comment {
        padding: 7.5px 0;
    }
    .comment-section .comment .user {
        width: 22.5px;
        height: 22.5px;
        margin-right: 7.5px;
        font-size: 11.25px;
    }
    .comment-section .comment .info .header {
        margin-bottom: 7.5px;
    }
    .comment-section .comment .info .header .name {
        font-size: 9px;
    }
    .comment-section .comment .info .header .date {
        font-size: 9px;
    }
    .comment-section .comment .info .body {
        font-size: 10.5px;
    }
    .comment-section .comment .info .footer {
        font-size: 9px;
    }
    .comment-section .comment .info .action .resolve {
        padding: 5.25px 11.25px;
        font-size: 9px;
    }
    .comment-section .comment .info .action .edit-delete a {
        font-size: 18px;
        margin-right: 7.5px;
    }
    .comment-section .headline {
        font-size: 13.5px;
        margin-bottom: 11.25px;
    }
    .comment-section .comment-tabs li a {
        font-size: 10.5px;
        padding: 7.5px 3.75px;
    }
    .comment-section .comment-tabs li a.active {
        font-size: 10.5px;
    }
    .comment-section .comment-tab-content {
        padding: 7.5px 3.75px;
    }
    .comment-section .add-comment {
        margin-top: 15px;
    }
    .comment-section .add-comment .input-area label {
        font-size: 10.5px;
    }
    .comment-section .add-comment .input-area textarea {
        font-size: 10.5px;
    }
    .comment-section .add-comment [type=submit] {
        margin-top: 15px;
        font-size: 9px;
        /*padding: 5.25px 11.25px;*/
    }
}

@media screen and (max-width: 1366px) {
    .versiongroup_container .list-group-flush {
        grid-gap: 7.1145833333px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .versiongroup_container .list-group-flush .list-group-item .version-buttons .btn {
        font-size: 0.7114583333rem;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files .text {
        font-size: 14.2291666667px;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files .icon {
        font-size: 56.9166666667px;
        line-height: 68.3px;
    }
    .variant-panel,
    .childcontainer {
        height: calc(100vh - 136.833333px);
    }
    .variant-panel .template-menu+.alert {
        max-width: 423.3177083333px;
    }
    .variant-panel #design-version {
        height: calc(100% - 75.4145833333px);
    }
    .comment-section {
        height: calc(100vh - 153.9166666667px);
        padding: 14.2291666667px 10.671875px;
    }
    .comment-section .popup {
        height: calc(100vh - 153.9166666667px);
        top: 135.9166666667px;
    }
    .comment-section .popup .top-actions {
        padding: 7.1145833333px 14.2291666667px;
    }
    .comment-section .popup .top-actions a.back {
        font-size: 9.9604166667px;
    }
    .comment-section .popup .top-actions a.back i {
        margin-right: 7.1145833333px;
    }
    .comment-section .popup .top-actions .prev-next a {
        font-size: 9.9604166667px;
    }
    .comment-section .popup .top-actions .prev-next a.prev {
        margin-right: 10.671875px;
    }
    .comment-section .popup .comment-details {
        padding: 14.2291666667px 10.671875px;
    }
    .comment-section .comment {
        padding: 7.1145833333px 0;
    }
    .comment-section .comment .user {
        width: 21.34375px;
        height: 21.34375px;
        margin-right: 7.1145833333px;
        font-size: 10.671875px;
    }
    .comment-section .comment .info .header {
        margin-bottom: 7.1145833333px;
    }
    .comment-section .comment .info .header .name {
        font-size: 8.5375px;
    }
    .comment-section .comment .info .header .date {
        font-size: 8.5375px;
    }
    .comment-section .comment .info .body {
        font-size: 9.9604166667px;
    }
    .comment-section .comment .info .footer {
        font-size: 8.5375px;
    }
    .comment-section .comment .info .action .resolve {
        padding: 4.9802083333px 10.671875px;
        font-size: 8.5375px;
    }
    .comment-section .comment .info .action .edit-delete a {
        font-size: 17.075px;
        margin-right: 7.1145833333px;
    }
    .comment-section .headline {
        font-size: 12.80625px;
        margin-bottom: 10.671875px;
    }
    .comment-section .comment-tabs li a {
        font-size: 9.9604166667px;
        padding: 7.1145833333px 3.5572916667px;
    }
    .comment-section .comment-tabs li a.active {
        font-size: 9.9604166667px;
    }
    .comment-section .comment-tab-content {
        padding: 7.1145833333px 3.5572916667px;
    }
    .comment-section .add-comment {
        margin-top: 14.2291666667px;
    }
    .comment-section .add-comment .input-area label {
        font-size: 9.9604166667px;
    }
    .comment-section .add-comment .input-area textarea {
        font-size: 9.9604166667px;
    }
    .comment-section .add-comment [type=submit] {
        margin-top: 14.2291666667px;
        font-size: 8.5375px;
    }
}

@media screen and (max-width: 1280px) {
    .versiongroup_container .list-group-flush {
        grid-gap: 6.6666666667px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version-buttons .btn {
        font-size: 0.6666666667rem;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files .text {
        font-size: 13.3333333333px;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files .icon {
        font-size: 53.3333333333px;
        line-height: 64px;
    }
    .variant-panel,
    .childcontainer {
        height: calc(100vh - 133.666667px);
    }
    .variant-panel .template-menu+.alert {
        max-width: 396.6666666667px;
    }
    .variant-panel #design-version {
        height: calc(100% - 70.6666666667px);
    }
    .comment-section {
        height: calc(100vh - 153.3333333333px);
        padding: 13.3333333333px 10px;
    }
    .comment-section .popup {
        height: calc(100vh - 153.3333333333px);
        top: 128.3333333333px;
    }
    .comment-section .popup .top-actions {
        padding: 6.6666666667px 13.3333333333px;
    }
    .comment-section .popup .top-actions a.back {
        font-size: 9.3333333333px;
    }
    .comment-section .popup .top-actions a.back i {
        margin-right: 6.6666666667px;
    }
    .comment-section .popup .top-actions .prev-next a {
        font-size: 9.3333333333px;
    }
    .comment-section .popup .top-actions .prev-next a.prev {
        margin-right: 10px;
    }
    .comment-section .popup .comment-details {
        padding: 13.3333333333px 10px;
    }
    .comment-section .comment {
        padding: 6.6666666667px 0;
    }
    .comment-section .comment .user {
        width: 20px;
        height: 20px;
        margin-right: 6.6666666667px;
        font-size: 10px;
    }
    .comment-section .comment .info .header {
        margin-bottom: 6.6666666667px;
    }
    .comment-section .comment .info .header .name {
        font-size: 8px;
    }
    .comment-section .comment .info .header .date {
        font-size: 8px;
    }
    .comment-section .comment .info .body {
        font-size: 9.3333333333px;
    }
    .comment-section .comment .info .footer {
        font-size: 8px;
    }
    .comment-section .comment .info .action .resolve {
        padding: 4.6666666667px 10px;
        font-size: 8px;
    }
    .comment-section .comment .info .action .edit-delete a {
        font-size: 16px;
        margin-right: 6.6666666667px;
    }
    .comment-section .headline {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .comment-section .comment-tabs li a {
        font-size: 9.3333333333px;
        padding: 6.6666666667px 3.3333333333px;
    }
    .comment-section .comment-tabs li a.active {
        font-size: 9.3333333333px;
    }
    .comment-section .comment-tab-content {
        padding: 6.6666666667px 3.3333333333px;
    }
    .comment-section .add-comment {
        margin-top: 13.3333333333px;
    }
    .comment-section .add-comment .input-area label {
        font-size: 9.3333333333px;
    }
    .comment-section .add-comment .input-area textarea {
        font-size: 9.3333333333px;
    }
    .comment-section .add-comment [type=submit] {
        margin-top: 13.3333333333px;
        font-size: 11px;
    }
}

@media screen and (max-width: 1200px) {
    .variant-panel,
    .childcontainer {
        height: calc(100vh - 125px);
    }
    .comment-section {
        height: calc(100vh - 150px);
    }
    .comment-section .popup {
        height: calc(100vh - 150px);
        top: 124.1px;
    }
}

@media screen and (max-width: 1080px) {
    .versiongroup_container .list-group-flush .list-group-item .version_container .associated-files .files {
        width: 168.75px;
        height: 151.875px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version_container .associated-files .files img {
        width: 146.25px;
        height: 129.375px;
    }
    .versiongroup_container .list-group-flush .list-group-item .version-buttons {
        width: 146.25px;
        padding-top: 5.625px;
    }
    .versiongroup_container .list-group-flush .list-group-item .upload-files {
        width: 132.1875px;
        height: 115.3125px;
        border-radius: 5.625px;
    }
    .variant-panel,
    .childcontainer {
        height: calc(100vh - 120px);
    }
    .comment-section {
        height: calc(100vh - 145px);
    }
    .comment-section .popup {
        height: calc(100vh - 145px);
        top: 120px;
    }
}

@media screen and (max-width: 991px) {
    .versiongroup_container .list-group-flush {
        grid-template-columns: 1fr 1fr;
    }
    .comment-section .popup {
        height: calc(100vh - 145px);
        top: 130px;
    }
}

@media screen and (max-width: 767px) {
    .variant-panel,
    .childcontainer {
        height: auto;
    }
    .comment-section .popup {
        width: 100%;
        right: -100%;
    }
}

@media screen and (max-width: 575px) {
    .versiongroup_container .list-group-flush {
        grid-template-columns: 1fr;
    }
}


/*Responsive For Project End*/


/*Design page end*/


/*Auth page start*/

.auth-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 80px);
}

@media screen and (max-width: 1700px) {
    .auth-wrapper {
        min-height: calc(100vh - 70.8333333333px);
    }
}

@media screen and (max-width: 1600px) {
    .auth-wrapper {
        min-height: calc(100vh - 66.6666666667px);
    }
}

@media screen and (max-width: 1440px) {
    .auth-wrapper {
        min-height: calc(100vh - 60px);
    }
    .auth-wrapper .side-text h1 {
        font-size: 35px;
        line-height: 60px;
    }
}

@media screen and (max-width: 1366px) {
    .auth-wrapper {
        min-height: calc(100vh - 56.9166666667px);
    }
}

@media screen and (max-width: 1280px) {
    .auth-wrapper {
        min-height: calc(100vh - 53.3333333333px);
    }
}

@media screen and (max-width: 1200px) {
    .auth-wrapper {
        min-height: calc(100vh - 50px);
    }
}

@media screen and (max-width: 1080px) {
    .auth-wrapper {
        min-height: calc(100vh - 45px);
    }
}

@media screen and (max-width: 991px) {
    .auth-wrapper {
        min-height: calc(100vh - 61px);
    }
}

#content.auth-wrapper.full-height {
    align-items: initial;
    padding-top: 0;
    padding-bottom: 0;
}

.auth-wrapper .flex-1 {
    flex: 1;
}

.auth-wrapper .illustration-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-wrapper .illustration-image-wrapper img {
    width: 100%;
}

.auth-wrapper .side-text {
    align-items: center;
    justify-content: center;
    display: flex;
}

.auth-wrapper .side-text h1 {
    color: #565656;
    line-height: 65px;
    font-family: 'Gothic A1';
    font-weight: 600;
}

.auth-wrapper .side-text h1 mark {
    color: #fff;
    background: #0f342e;
}

.auth-wrapper .auth-panel {
    border: 20px solid #ebf7f6;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-wrapper.full-height .auth-panel {
    border: 0;
    background-color: #f3f3f3;
}

.auth-wrapper .auth-panel .logo {
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    height: 60px;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    /*max-width: 300px;*/
}

.auth-wrapper .auth-panel .logo img {
    height: 100%;
}

.auth-wrapper .auth-panel .logo .text {
    color: #0f342e;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-family: 'Gothic A1';
    user-select: none;
    margin-left: 40px;
}

.auth-wrapper .auth-panel .logo .text .bold {
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
}

.auth-wrapper .auth-panel .logo .text .thin {
    font-size: 15px;
    line-height: 13px;
}

.auth-wrapper .auth-panel.version-colorful-alpha {
    color: #919191;
    font-size: 12px;
}

.auth-wrapper .auth-panel.version-colorful-alpha .bold {
    color: #0f342e;
    text-transform: uppercase;
    font-weight: 900
}

.auth-wrapper .auth-panel.version-colorful-alpha a {
    color: #6bc0a9;
    text-decoration: underline;
}

@media only screen and (max-width: 1366px) {
    .auth-wrapper .auth-panel .logo .text {
        margin-left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .auth-wrapper .auth-panel .logo .text {
        margin-left: 15px;
    }
    .auth-wrapper .auth-panel .logo .text .bold {
        font-size: 20px;
        line-height: 25px;
    }
    .auth-wrapper .auth-panel .logo .text .thin {
        font-size: 12px;
        line-height: 9px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .auth-wrapper .auth-panel .logo {
        height: 50px;
    }
    .auth-wrapper .auth-panel .logo .text .bold {
        font-size: 21px;
        line-height: 24px;
    }
    .auth-wrapper .auth-panel .logo .text .thin {
        font-size: 11px;
        line-height: 8px;
    }
}

@media only screen and (max-width: 380px) {
    .auth-wrapper .auth-panel .logo {
        height: 50px;
    }
    .auth-wrapper .auth-panel .logo .text .bold {
        font-size: 21px;
        line-height: 24px;
    }
    .auth-wrapper .auth-panel .logo .text .thin {
        font-size: 11px;
        line-height: 8px;
    }
}

.auth-wrapper .auth-panel.version-colorful-alpha .col-form-label {
    display: none
}

.auth-wrapper .auth-panel.version-colorful-alpha input[type="text"],
.auth-wrapper .auth-panel.version-colorful-alpha input[type="search"],
.auth-wrapper .auth-panel.version-colorful-alpha input[type="number"],
.auth-wrapper .auth-panel.version-colorful-alpha input[type="password"],
.auth-wrapper .auth-panel.version-colorful-alpha textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(161, 161, 161, .5);
    border-radius: 0;
    padding-left: 0;
    font-size: 12px;
}

.auth-wrapper .auth-panel.version-colorful-alpha input[type="text"]:focus,
.auth-wrapper .auth-panel.version-colorful-alpha input[type="search"]:focus,
.auth-wrapper .auth-panel.version-colorful-alpha input[type="number"]:focus,
.auth-wrapper .auth-panel.version-colorful-alpha input[type="password"]:focus,
.auth-wrapper .auth-panel.version-colorful-alpha textarea:focus {
    border-bottom: 1px solid rgba(161, 161, 161, 1);
    outline: 0;
    box-shadow: none;
}

.auth-wrapper .forget-password-panel {
    background: #ebf7f6;
    color: #356787;
    padding: 20px;
}

.auth-wrapper .forget-password-panel .hand-lock-image {
    display: flex;
    justify-content: center;
}

.auth-wrapper .forget-password-panel .hand-lock-image img {
    max-width: 150px;
}

.auth-wrapper .forget-password-panel form .form-group {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.auth-wrapper .forget-password-panel form .login-link {
    width: 90%;
    margin: 15px auto;
}

.auth-wrapper .forget-password-panel form input {
    color: #356787;
    background-color: #f5fbfa;
    border-radius: 0;
    border: 0;
    text-align: center;
}

.auth-wrapper .forget-password-panel form [type=submit] {
    background: #7694a9;
    border: 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    color: #f6f8fa;
    display: block;
}

input[type="checkbox"].scalero-checkbox {
    display: none;
}

input[type="checkbox"].scalero-checkbox+.visual-checkbox {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #1db874;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 5px;
}

.form-check input[type="checkbox"].scalero-checkbox+.visual-checkbox {
    margin-left: -1.25rem;
}

.form-check-inline input[type="checkbox"].scalero-checkbox+.visual-checkbox {
    margin-left: 0;
}

input[type="checkbox"].scalero-checkbox+.visual-checkbox .fa-check {
    opacity: 0;
    color: #10352f;
    font-size: 12px;
}

.textinput.textInput.form-control {
    width: 70%;
}

input[type="checkbox"].scalero-checkbox:checked+.visual-checkbox {
    background-color: #68f0b5
}

input[type="checkbox"].scalero-checkbox:checked+.visual-checkbox .fa-check {
    opacity: 1
}

@media only screen and (max-width: 767px) {
    .auth-wrapper .illustration-image-wrapper {
        margin-bottom: 50px;
    }
    .auth-wrapper .illustration-image-wrapper img {
        width: 60%;
    }
    .auth-wrapper .side-text h1 br {
        display: none
    }
    .auth-wrapper .side-text h1 {
        width: 70%;
        margin: 20px 0;
        font-size: 30px;
        line-height: 50px;
    }
    .auth-wrapper .auth-panel.version-colorful-alpha {
        width: 80%;
        margin: 0 auto 20px;
    }
}


/*Auth page end*/


/*# sourceMappingURL=styles.css.map */


/* Pop up to create email*/

.popup-label {
    float: left;
    margin-top: .5rem;
}

.popup-input {
    width: 70%;
    float: right;
}


/* buttons */

.btn-danger {
    padding: .1rem .3rem;
}

.btn-scalero {
    background-color: #1DEFB5;
    font-family: 'Gothic A1', 'Helvetica', 'sans-serif';
    font-weight: 800;
    font-size: 14px;
    color: #00342E;
    border-radius: .3rem;
    text-transform: uppercase;
    min-width: 135px;
    max-height: 34px;
    padding: .4rem .5rem .1rem .5rem;
}

.push_to_reusable,
.save_changes {
    min-width: 225px;
    font-size: 16px;
}

.btn-scalero:hover {
    transition: 0.22s;
    box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.25);
    background-color: #00D499;
}

.btn-scalero:active {
    transition: 0.22s;
    box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.22);
    height: 95%;
}

.btn-scalero:visited {
    transition: 0.22s;
    box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.22);
    height: 95%;
}

.pushtemplate {
    background-color: #4BBAFF;
}

.btn-outline-info {
    background-color: #1DEFB5;
    color: #00342E;
    text-transform: uppercase;
    font-weight: 600;
    border-color: #1DEFB5;
}

.btn-outline-info:hover {
    color: #00342E;
    background-color: #00D499;
    transition: 0.22s;
    box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.25);
}


/* responsive for button*/

@media screen and (max-width: 1700px) {
    .btn-scalero {
        font-weight: 800;
        border-radius: .5rem;
        min-width: 135px;
    }
}

@media screen and (max-width: 1600px) {
    .btn-scalero {
        font-weight: 700;
        font-size: 13px;
        border-radius: .4rem;
        min-width: 125px;
    }
}

@media screen and (max-width: 1440px) {
    .btn-scalero {
        font-weight: 600;
        font-size: 12px;
        border-radius: .3rem;
        min-width: 115px;
    }
}

@media screen and (max-width: 1280px) {
    .btn-scalero {
        font-weight: 600;
        font-size: 11px;
        min-width: 100px;
    }
}

.sort-icon {
    display: inline-flex;
    flex-direction: column;
}

.sort-icon .fa-sort-asc,
.sort-icon .fa-sort-desc {
    color: #000;
    opacity: .4;
    line-height: .5;
    cursor: pointer;
}

.sort-icon[data-sort="asc"] .fa-sort-asc {
    opacity: 1;
}

.sort-icon[data-sort="desc"] .fa-sort-desc {
    opacity: 1;
}

.text-pre-line {
    white-space: pre-line;
}

.text-word-break {
    word-break: break-all;
}

.text-space-normal {
    white-space: normal;
}

.text-bold {
    font-weight: 700
}

.text-uppercase {
    text-transform: uppercase;
}

.text-scorpion {
    color: #565656;
    word-break: break-word;
    white-space: pre-line;
}

.text-plain-scorpion {
    color: #565656;
}

.text-firefly {
    color: #00342E;
    font-size: 30px;
}

.text-subtitle {
    color: #00342E;
    font-size: 20px;
}

.text-nobel {
    color: #565656;
}

.text-nobel.ml-2 {
    font-size: 20px;
}

.bg-lime-green {
    background-color: #d9f088
}

.bg-light-purple {
    background-color: #c4b2e4
}

.bg-light-blue {
    background-color: #8fc6f2
}

.bg-aquamarine {
    background-color: #5FFDF4
}

.bg-gold {
    background-color: #fcd46e
}

.bg-gulf-stream {
    background-color: #74a7af
}

.html-requested {
    background-color: #6BA5FF
}

.template {
    background-color: #5FFDF4
}

.html-version-1 {
    background-color: #5BFEB1
}

.design-approved {
    background-color: #FFD46D
}

.design-requested {
    background-color: #FFE3E3
}

.log-updated {
    background-color: #D9F088
}

.disapproved {
    background-color: #74a7af
}

.bg-gallery {
    background-color: #ededed
}

.text-visual-edit {
    display: flex;
    justify-content: space-between;
}

.text-visual-edit .edit {
    color: #16A69F;
    margin-left: 10px;
    cursor: pointer;
}

.editable-input-panel input {
    display: none;
}

.editable-input-panel.active input {
    display: block;
}

.editable-input-panel.active .text-visual-edit {
    display: none;
}

.update_comment_btn,
.cancel_comment_btn,
.update_reply_btn,
.cancel_reply_btn {
    min-width: 60px;
}

.form-control-new:focus {
    border-color: #1DEFB5;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(29, 239, 181);
}

.form-control-new {
    text-align-last: center;
    color: #00342E;
    width: auto;
    vertical-align: middle;
}

.form-control-new option {
    text-align: center;
    color: #00342E;
}

.form-control-new option:checked,
.form-control-new option:hover {
    background-color: #1DEFB5 !important;
}

.width-auto {
    width: auto;
}

.min-width-auto {
    min-width: auto;
}

.max-width-auto {
    max-width: auto;
}

.note-modal .modal-header [data-dismiss="modal"] {
    display: none;
}

.note-editable {
    font-family: 'GothicA1-Regular';
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.21px;
    line-height: 18px;
}

.table-border-0 td,
.table-border-0 th {
    border-top: 0;
}

.rt-column {
    padding: 0rem !important;
    vertical-align: baseline !important;
    text-align: left !important;
}

.rt-column .btn {
    background: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #9b9b9b;
    border-left: 0;
}

.split-panel {
    display: flex;
    padding: 0;
}

.split-panel #variablePanel {
    width: 50%;
}

.split-panel #previewPanel {
    width: 50%;
}

.gutter.gutter-horizontal {
    background: rgba(66, 166, 159, .7);
    cursor: col-resize;
    position: relative;
    z-index: 9;
}

.gutter.gutter-horizontal:hover {
    background: rgba(66, 166, 159, 1);
}

.gutter.gutter-horizontal:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    left: -3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==) center center no-repeat #13a38c;
    height: 70px;
    background-size: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.8);
}

.toggle-panel {
    position: relative;
}

.comment-panel-toggle-handle {
    position: absolute;
    left: 100%;
    top: 0;
    background: rgba(66, 166, 159, .7);
    padding: 2px 5px;
    cursor: pointer;
    user-select: none;
    color: #fff;
    display: none;
    font-size: 12px;
}

.comment-panel-toggle-handle:hover {
    background: rgba(66, 166, 159, 1)
}

.comment-panel-toggle-handle.minimized:after {
    content: '<';
}

.comment-panel-toggle-handle.opened:after {
    content: '>';
}

@media (min-width: 992px) and (max-width: 1700px) {
    .comment-panel-toggle-handle {
        display: block;
    }
}

.archived {
    background: #c4c4c4;
}

.search-suggestion {
    position: absolute;
    width: 300px;
    min-height: 50px;
    max-height: calc(100vh - 120px);
    overflow: auto;
    background: #fff;
    box-shadow: 0px 1px 4px 0px #B1B1B1;
    top: 120%;
    padding: 0;
    list-style: none;
    display: none;
    z-index: 9;
}

.search-suggestion.active {
    display: block;
}

.search-suggestion .item {
    border-bottom: 1px solid #c6c6c6;
}

.search-suggestion .item:last-child {
    border-bottom: 0
}

.search-suggestion .item.sticky {
    position: sticky;
    top: 0;
}

.search-suggestion .item a {
    display: block;
    color: #646464;
    background: #fff;
    padding: 10px 15px;
    height: 100%;
    width: 100%;
    font-size: 12px;
    text-decoration: none;
}

.search-suggestion .item a:hover {
    background-color: #e9e9e9;
}

.search-suggestion .item a.all-result {
    padding-left: 45px;
}

.search-suggestion .item a.all-result .keyword {
    color: #5cceaf;
}

.search-suggestion .item a .keyword {
    font-weight: 900;
}

.search-suggestion .item a.advanced-search {
    color: #5cceaf;
    font-weight: 900;
}

.search-suggestion .item a.advanced-search i {
    margin-right: 10px;
    transform: rotate(180deg);
}

.search-suggestion .item a .tag {
    font-size: 9px;
    padding: 3px 6px;
}

.search-suggestion .item a .category {
    font-size: 10px;
    margin-bottom: 5px;
}

.search-suggestion .item a .headline {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 2px;
}

.search-suggestion .item a .footer {
    font-size: 10px;
    display: flex;
}

.search-suggestion .item a .footer .footer-item {
    margin-right: 15px;
}

.search-suggestion .item a .footer .footer-item:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 991px) {
    .search-suggestion {
        width: 100%
    }
}

main.advanced-search {
    min-height: 100vh;
    background: #00342E !important;
    padding: 0 2rem;
}

main.advanced-search .advanced-search-panel {}

main.advanced-search .advanced-search-panel .search-field {
    position: relative;
}

main.advanced-search .advanced-search-panel .search-field:after {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 10px;
    right: 0px;
    font-size: 25px;
    color: #b1b1b1;
}

main.advanced-search .advanced-search-panel .search-field .search-keyword {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #798381;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    padding-left: 0;
    padding-right: 25px;
}

main.advanced-search .advanced-search-panel .search-field .search-keyword:focus {
    background: transparent;
    color: #fff;
    box-shadow: none;
    border-color: #fff;
}

main.advanced-search .advanced-search-panel .close-search {
    text-align: right;
}

main.advanced-search .advanced-search-panel .close-search a {
    color: #b1b1b1;
    font-size: 30px;
}

main.advanced-search .advanced-search-panel .close-search a i {}

main.advanced-search .advanced-search-panel .filter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
}

main.advanced-search .advanced-search-panel .filter label {
    color: #e6e6e6;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

main.advanced-search .advanced-search-panel .filter .select {
    position: relative;
}

main.advanced-search .advanced-search-panel .filter .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 10px;
}


/* Transition */

main.advanced-search .advanced-search-panel .filter .select:hover::after {
    color: rgba(19, 59, 51, .5);
}

main.advanced-search .advanced-search-panel .filter select {
    padding: 5px 10px;
    min-width: 100px;
    margin-left: 10px;
    background: #68f0b5;
    color: #133b33;
    font-weight: 600;
    font-size: 12px;
    border-radius: 0.3rem;
    border: 0;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

main.advanced-search .advanced-search-panel .filter select:focus {
    outline-color: #194633;
}

main.advanced-search .advanced-search-panel .filter select option {
    background: #fff;
    padding: 5px 10px;
    display: block;
    text-transform: capitalize;
}

main.advanced-search .advanced-search-panel .form-check.form-check-inline {
    margin-right: 2rem
}

main.advanced-search .advanced-search-panel .form-check .form-check-label {
    color: #99a8a6;
    text-transform: uppercase;
}

main.advanced-search .advanced-search-panel .form-check .form-check-label .visual-checkbox {
    height: 20px;
    width: 20px;
}

main.advanced-search .advanced-search-result {
    padding: 20px 0;
}

main.advanced-search .advanced-search-result .search-category {
    background: #fff;
    border-radius: 6px;
    padding: 30px 15px;
    box-shadow: 0px 2px 6px 0px #000;
    margin-bottom: 40px;
}

main.advanced-search .advanced-search-result .search-category .total-result {
    color: #565656;
    font-size: 20px;
}

main.advanced-search .advanced-search-result .search-category .total-result .number {
    font-weight: 900
}

main.advanced-search .advanced-search-result .search-category .results {
    margin-top: 10px
}

main.advanced-search .advanced-search-result .search-category .results .load_more {
    margin-top: 15px;
}

main.advanced-search .advanced-search-result .search-category .results table {
    max-width: 900px;
    margin-bottom: 0;
}

main.advanced-search .advanced-search-result .search-category .results .comments {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

main.advanced-search .advanced-search-result .search-category .results .comments .comment {
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    padding: 10px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main.advanced-search .advanced-search-result .search-category .results .comments .comment .text {
    color: #565656;
    font-size: 25px
}

main.advanced-search .advanced-search-result .search-category .results .comments .comment .footer {
    color: #7c7c7c;
    font-size: 10px;
    display: flex;
    justify-content: space-between;
}

main.advanced-search .advanced-search-result .search-category .results .comments .comment .footer .name {
    padding-right: 10px;
}

main.advanced-search .advanced-search-result .search-category .results .users {
    display: flex;
    flex-wrap: wrap;
}

main.advanced-search .advanced-search-result .search-category .results .user {
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    padding: 10px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 15px;
    margin-bottom: 15px;
}

main.advanced-search .advanced-search-result .search-category .results .user .avatar {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

main.advanced-search .advanced-search-result .search-category .results .user .avatar img {
    border-radius: 50%;
    border: 3px solid rgba(104, 240, 180, .3);
    object-fit: cover;
    object-position: center;
    height: 50px;
    width: 50px;
}

main.advanced-search .advanced-search-result .search-category .results .user .name {
    color: #565656;
    text-align: center;
    font-size: 18px;
}

main.advanced-search .advanced-search-result .search-category .results .user .name .keyword {
    color: #68f0b4
}

@media only screen and (max-width: 767px) {
    main.advanced-search .advanced-search-result .search-category .results .comments {
        grid-template-columns: 1fr;
    }
    main.advanced-search .advanced-search-result .search-category .results .comments .comment .text {
        font-size: 18px;
    }
}

.bullseyeBody{
    font-size: 10px;
    padding: 8px;
    font-weight: 700;
}

.sort-filter-panel{
    position: relative;
}
.sort-filter-panel .action-panel{
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}
.sort-filter-panel .action-panel .action{
    margin-left: 10px;
    color: #b4b4b4;
    cursor: pointer;    
    font-weight: 900;

}
.sort-filter-panel .action-panel .action.active{
    color: #6dd5bc
}
.sort-filter-panel .sort-filter-dropdown{
    min-width: 300px;
    box-shadow: 0 0 5px 0 #b3b3b3;
    border-radius: 5px;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 10px;
    display: none;
}
.sort-filter-panel .sort-filter-dropdown.active{
    display: block;
}

.sort-filter-panel .sort-filter-dropdown .add-sort-filter{
    color: #55c7a2;
    font-weight: 700;
    cursor: pointer;
}
.sort-filter-panel .sort-filter-dropdown .add-sort-filter:hover {
    background: #eee;
}
.sort-filter-panel .sort-filter-dropdown .sort-filter-field{
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 600px){

    .sort-filter-panel .sort-filter-dropdown .sort-filter-field{
        flex-wrap: wrap
    }
}
.sort-filter-panel .sort-filter-dropdown .sort-filter-field .handle{
    cursor: grab
}
.sort-filter-panel .sort-filter-dropdown .sort-filter-field .field, .sort-filter-panel .sort-filter-dropdown .sort-filter-field .order{
    display: inline-block;
}
.sort-filter-panel .sort-filter-dropdown .sort-filter-field .field select, .sort-filter-panel .sort-filter-dropdown .sort-filter-field .order select, .sort-filter-panel .sort-filter-dropdown .sort-filter-field .field input{
    padding: 5px;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background-color: #fff;
    max-width: 130px; 
    height: 28px;
}
.sort-filter-panel .sort-filter-dropdown .sort-filter-field .field select[name="operator"]{
    width: 130px;
}
.sort-filter-panel .sort-filter-dropdown .sort-filter-field .field select:focus, .sort-filter-panel .sort-filter-dropdown .sort-filter-field .order select:focus, .sort-filter-panel .sort-filter-dropdown .sort-filter-field .field input:focus{
    outline: 0
}
.sort-filter-panel .sort-filter-dropdown .sort-filter-field .close{
    font-weight: 300;
    color: #dd3f45;
    cursor: pointer;
    margin-left: 10px;
}
.sort-filter-panel .sort-filter-dropdown .sort-filter-field .close:hover{
    color: #dd3f45;
    opacity: 1
}
.dropdown-panel{
    position: relative;
}
.dropdown-panel .dropdown-handle{
    display: block;
    width: 130px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    padding: 5px;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
    position: relative;
    height: 28px;
}
.dropdown-panel .dropdown-handle:after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 10px;
}
.dropdown-panel .dropdown-handle:focus + .dropdown-box, .dropdown-panel .dropdown-handle:active + .dropdown-box{
    display: block;
}
.dropdown-panel .dropdown-box{
    display: none;
    width: 130px;
    padding: 10px;
    position: absolute;
    z-index: 999;
    right: 0;
    box-shadow: 0 0 5px 0 #b3b3b3;
    background: #fff;
}
.dropdown-panel .dropdown-box:hover, .dropdown-panel .dropdown-box:focus, .dropdown-panel .dropdown-box.show{
    display: block;
    outline: 0
}

.sort-filter-panel .sort-filter-dropdown .sort-filter-field .dropdown-panel{
    
}
.sort-filter-panel .sort-filter-dropdown .sort-filter-field .dropdown-panel .dropdown-box{
    
}
.sort-filter-panel .sort-filter-dropdown .sort-filter-field .dropdown-panel .dropdown-box .multiselect-checkbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sort-filter-panel .sort-filter-dropdown .sort-filter-field .dropdown-panel .dropdown-box .multiselect-checkbox .form-check-label{
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 10px;
}
.sort-filter-panel .sort-filter-dropdown .sort-filter-field .dropdown-panel .dropdown-box .multiselect-checkbox .form-check-label input[type="checkbox"].scalero-checkbox+.visual-checkbox{
    width: 15px;
    height: 15px;
    margin-right: 2px;
}
.hidden{
    display: none;
}