.gd-header {
    background: linear-gradient(90deg, #479af1, #7d2ae8) !important;
}

/* Style the links inside the sidenav */

#sidenavSetting {
    position: fixed;
    top: 35%;
}

#sidenavSetting a {
    position: absolute;
    /* Position them relative to the browser window */
    /* left: -55px; */
    /* left: 0; */
    /* Position them outside of the screen */
    transition: 0.3s;
    /* Add transition on hover */
    padding: 6px;
    width: 63px;
    /* Set a specific width */
    text-decoration: none;
    /* Remove underline */
    font-size: 20px;
    /* Increase font size */
    color: #ddd;
    /* White text color */
    border-radius: 0 5px 5px 0;
    /* Rounded corners on the top right and bottom right side */
    padding-top: 10px;
}

#sidenavSetting svg {
    width: 23px;
    height: 23px;
    display: block;
    margin: 0 auto;
    margin-bottom: 3px;
}

#sidenavSetting span {
    font-size: 15px;
    display: block;
    font-weight: 700;
}

#sidenavSetting a:hover {
    color: #fff
}

/* The about link: 20px from the top with a green background */

#about {
    top: 20px;
    background-color: #000;
}

.et-prop {
    background-color: #fff !important;
    box-shadow: 0 1px 0 rgba(57, 76, 96, .15);
}

.et-prop li {
    margin-left: 10px;
}

.et-area {
    background-color: #edf0f2 !important;
}

.bootstrap-select .btn-light {
    border: 1px solid rgba(57, 76, 96, .15) !important;
    background-color: #fff !important;
}

[contenteditable] {
    outline: 0px solid transparent;
}

.card-img-top {
    display: block !important;
    height: 100% !important;
    width: auto !important;
    margin: 0 auto;
}

.saveButton {
    pointer-events: none;
    opacity: 1;
    transform: scale(0.8);
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.saveButton.is-visible {
    pointer-events: auto;
    opacity: 1;
    transform: scale(1);
}

.saveButton {
    cursor: pointer;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
}

@media (max-width: 767px) {
    .saveButton {
        bottom: 1.5rem;
        right: 1.5rem;
    }
}

@media (max-width: 575px) {
    .saveButton {
        width: 68px;
        height: 68px;
    }
}

.saveButton__bg {
    position: absolute;
    z-index: -1;
    /* background-color: black; */
    background: linear-gradient(90deg, #479af1, #7d2ae8) !important;
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.saveButton__icon__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.saveButton__button {
    color: white;
    stroke-width: 0.75;
    max-height: 100%;
    width: 3.5rem;
    height: 3.5rem;
}

@media (max-width: 767px) {
    .saveButton__button {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 575px) {
    .saveButton__button {
        width: 44px;
        height: 44px;
    }
}

.saveButton .saveButton__bg {
    transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.saveButton:hover .saveButton__bg {
    transform: scale(1.1);
}

.wtr {
    position: absolute;
    width: 263px;
    top: 295px;
    left: 35%;
    opacity: 0.2;
    z-index: 999;
}

.flip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ulImgProp .nav-item a,
.ulTextProp .nav-item a {
    transition: all 0.55s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ulImgProp .nav-item a:hover,
.ulTextProp .nav-item a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.nav-item .dropdown-toggle::after {
    display: none !important;
}

/* 
.slider {
-webkit-appearance: none;
width: 100%;
height: 5px;
outline: none;
opacity: 0.9;
-webkit-transition: .5s;
transition: opacity .5s;
border-radius: 5px;
background: linear-gradient(90deg, #479af1, #7d2ae8) !important;
}

.slider:hover {
opacity: 1;
}

.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 15px;
background: #fff;
cursor: pointer;
border-radius: 50%;
box-shadow: 0 0 4px 1px rgba(53, 71, 90, .2);
}

.slider::-moz-range-thumb {
width: 25px;
height: 25px;
background: #4CAF50;
cursor: pointer;
} */

.range__slider {
    position: relative;
    width: 100%;
    /* height: calc(65px - 10px);
display: flex; */
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
}

/* 
.range__slider::before,
.range__slider::after {
position: absolute;
color: #fff;
font-size: 0.9rem;
font-weight: bold;
}

.range__slider::before {
content: attr(data-min);
left: 10px;
}

.range__slider::after {
content: attr(data-max);
right: 10px;
}

.range__slider .length__title::after {
content: attr(data-length);
position: absolute;
right: -16px;
font-variant-numeric: tabular-nums;
color: #fff;
} */
/* 
.slider-shdw {
background-color: #ccc;
height: 3px;
position: absolute;
top: 26px;
width: calc(100% - (71px));
z-index: -1;

} */

.slider {
    -webkit-appearance: none;
    /* width: calc(100% - (70px)); */
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.314);
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    box-shadow: 0 0 4px 1px rgba(53, 71, 90, .2);
}

.slider::-webkit-slider-thumb:hover {
    background: #d4d4d4;
    transform: scale(1.2);
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}

.slider::-moz-range-thumb:hover {
    background: #d4d4d4;
}

.bold {
    font-weight: 800 !important;
}

.italic {
    font-style: italic !important;
}

.left-align {
    text-align: left !important;
}

.right-align {
    text-align: right !important;
}

.center-align {
    text-align: center !important;
}

.active-prop {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.input-txt {
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 5px;
    border-color: rgba(53, 71, 90, .2);
    height: 25px;
    width: 40px;
    font-size: 13px;
}

.tny-color {
    display: block;
    width: 24px;
    position: relative;
    top: -18px;
    height: 0px;
    border-radius: 10px;
}

.colr-pikr {
    width: 26px;
    padding: 0;
    margin: 0;
    line-height: 0;
    border-image: none;
    border-width: 0;
    border: 0;
    background-color: transparent;
    height: 10px;
    border-radius: 10px;
}

input[type="color"] {
    -webkit-appearance: none;
    border: none;
    border-radius: 10px;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
}

.bg-gdr {
    color: #fff !important;
    background: linear-gradient(90deg, #479af1, #7d2ae8) !important;
}

.bg-gdr-danger {
    color: #fff !important;
    background-image: linear-gradient(to right top, #f14791, #ec3476, #e4215a, #d90d3f, #cb0023) !important;
}

.zoom-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 50px;
    z-index: 1;
    right: 140px;
}

/* // Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
// Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .card-img-size {
        max-width: 333px;
    }
}

/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .card-img-size {
        max-width: 333px;
    }
}

/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .card-img-size {
        max-width: 338px;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .card-img-size {
        max-width: 348px;
    }
}

.hdn-bx {
    display: none;
}