:root {
    --bs-secondary: #DC3545;
}

body {
    background: #fff !important;
}
.fs-12px{
    font-size: 12px;
}
#has_designer-content{

}

#menu{
    /*margin-top:20px;*/
}
#has_designer .nav{
//width:80px;
}
#has_designer .nav-item{

}
#has_designer #menu .nav-item:first-child .dropdown-toggle.nav-link{
    border-top: 1px solid #ccc;
}
#has_designer #menu .nav-item:first-child .nav-link{
    border-top: 1px solid #ccc;
}
#has_designer #menu .nav-item:last-child .nav-link{
    border-bottom: 1px solid #ccc;
}
#has_designer #menu .nav-link{
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    align-items: center;
    background-color: #fff;

    display: flex!important;
    flex-direction: column;
    font-size: .75rem;
    justify-content: center;

    text-align: center;
    transition: background-color .2s ease-in-out;
    width: 5rem;

    padding:10px !important;


}
#has_designer #menu .nav-link i{
    color: #000000;
    font-size:20px;
}
#has_designer #menu .nav-link img{
    width:24px;
}
#has_designer #menu .nav-link span{
    font-size:12px;
    color:#000000;
}
.dropdown-toggle::after{
    display:none !important;
}
.dropdown-item img{
    width: 40px;
}

.dropdown-menu{
    border-radius: 0 !important;
    padding: 0 !important;
}
/*.rotate {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4V2h-2v2h-1c-.828 0-1.5.672-1.5 1.5v1h1V6h2v2H7.5v1c0 .828.672 1.5 1.5 1.5h1v-1H9V6h2v9.5h-1c-.828 0-1.5.672-1.5 1.5v1h1v-1h2v2h-2v2h2v1c0 .828.672 1.5 1.5 1.5h1v-1h-1v-2h2v-2h-2v-1c0-.828-.672-1.5-1.5-1.5h-1v1h1v2h-2V12.5h1c.828 0 1.5-.672 1.5-1.5v-1h-1v1z"/></svg>') 12 12, auto;
}*/

#has_designer-content{
    /*border: 1px solid #ccc;*/
}

.options{
   /* align-items: flex-end;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    margin: auto -4px -4px;
    overflow: hidden;
    padding: 4px;*/
}
.panel{
   /* background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.3);
    flex: 0 0 100%;
    max-height: calc(100vh - 175px);
    overflow: auto;
    overscroll-behavior: contain;
    width: 100%;*/
}
.panel textarea{
    border: 1px solid #ccc;
    font-size: 1rem;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 0.75rem;
    resize: none;
    width: 100%;
    text-align: center;
}
.buttons.buttons-rounded button{
    position: relative;
    display: inline-block;
    cursor: pointer;
   /* margin-right:2px;*/
    width:30px;
    height:30px;
    padding:2px;
    border-radius: 50%!important;
    border: none;
    margin:3px;
}
.buttons.buttons-rounded button.active{
    border:1px solid black;
}
.buttons.buttons-rounded button.active::after{
    content: "\2713";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color:#ffffff
}

.buttons.buttons-rounded button:hover{
    border:1px solid black;
}
.buttons.buttons-rounded button span{

    display: block;
    border-radius: 50%!important;
    border: 1px solid black;
    width: 100%;
    height: 100%;

}
.panel textarea:focus{
    border-color: #00b2a5;
}
.panel .color_box{
    width:24px;
    height:24px;
    border-radius:100%
}
#canvas-container{
    /*width:1024px;
    height:650px;*/
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    background: #ddd;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

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

#svg_colors_nav [aria-selected="true"] > div{
    border: 2px solid black !important;
}
