/*focused elements in tabs*/
.focused {
    font-size: 14px;
}

.focused.active {
    color: #a25cbf !important;
}

.focused:hover {
    color: #a25cbf !important;
}

.image-marker__dot {
    width: 15px;
    height: 15px;
    cursor: move;
    margin-top: 3px;
    border-radius: 50%;
    position: absolute;
}

.image-marker__line {
    height: 2px;
    position: relative;
}

/*Tabs design*/
h1 {
    margin: 0 auto;
    padding: 20px 0;
    color: #222;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.tabrow {
    text-align: right !important;
    display: block;
    list-style: none;
    margin: 0;
    margin-right: 8px;
    margin-left: -6px;
    padding: 0;
    line-height: 30px;
}

.tabrow li {
    margin: 0 10px;
    padding: 0 10px;
    background: #ECECEC;
    display: inline-block;
}

.tabrow li.selected {
    background: #FFF;
    color: #c2c2c2;
}

.tabrow {
    position: relative;
}

.tabrow:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.tabrow:before {
    z-index: 1;
}

.tabrow li {
    position: relative;
    z-index: 0;
}

.tabrow li:before,
.tabrow li:after {
    position: absolute;
    bottom: -1px;
    width: 6px;
    height: 6px;
    content: " ";
}

.tabrow li:before {
    left: -6px;
}

.tabrow li:after {
    right: -6px;
}

.tabrow li:after,
.tabrow li:before {
    border: none !important;
}

.tabrow li {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tabrow li:before {
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
}

.tabrow li:after {
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
}

.tabrow li:after {
    box-shadow: -2px 2px 0 #ffffff;
}

.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}

.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}

.tabrow li {
    background: rgb(255, 255, 255);
    box-shadow: -3px -5px 25px rgba(201, 201, 201, 0.4);
    margin: 0 -10px;
    padding: 0 20px;
    height: 45px;
    cursor: pointer;
}

.resize {
    position: relative !important;
    overflow: auto !important;
}

.elements {
    background-color: #f7f7f7 !important;
    width: 94% !important;
    border-color: #f7f7f7 !important;
    resize: none !important;
}

.fontSize {
    font-size: 15px;
}

/*Estilos en scrollbar vertical*/
.customScroll::-webkit-scrollbar {
    width: 4px;
}

.customScroll::-webkit-scrollbar-track {
    background-color: #cccbcb;
}

.customScroll::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 5px;
}

/*Terminan estilos de scrollbar*/
.shadow-tab {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.text {
    margin-left: 22px;
}

.link{
    color: #c2c2c2;
}