// compileCompressed: ../gotrl-admin-style.min.css

@import 'grey-owl-font.css';

$border_img_color : rgba(0,0,0,0.3);
$border_img_color_hov : rgba(0,0,0,0.6);

$dark_grey : #39393B;
$dark_grey_bg : #4d4d4d;
$light_white : #e3e3e5;
$dark_border_color : #4d4d4d;
$dark_input_bg : #1d2327;
$dark_input_color : #a6a6a6;

#wpcontent{
    padding: 0 !important;
    // .wrap{
    //     margin: 0;
    // }
}

body{
    --header-height: 6rem;
}
.claer-block{
    &:after{
        content: ' ';
        display: block;
        clear: both;
    }
}
.screen-reader-text{
	border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.grey-owl-thumbnail-resize-wrapper{
    .grey-owl-thumbnail-resize-header{
        height: 8vh;
        padding-top: 1.5vh;
        box-sizing: border-box;
        .wp-heading-inline{
            font-size: 2.5vh;
            line-height: 3vh;
            margin: 0;
            margin-bottom: 1vh;
            padding: 0 15px;
        }
        .text-afetr-title{
            font-size: 1.55vh;
            line-height: 1.8vh;
            padding: 0 15px;
            padding-bottom: 0.5vh;
            margin: 0;
            span{
                display: inline-block;
                vertical-align: middle;
            }
        }
        // margin-bottom: 25px;
    }
    .page-main-content-wrapper{
        padding: 15px;
    }
    &.dark{
        color: $light_white;
        .grey-owl-thumbnail-resize-header{
            background-color: $dark_grey;
            .wp-heading-inline{
                color: $light_white;
                // border-bottom: 1px solid $dark_border_color;
            }
            .text-afetr-title{
                border-bottom: 1px solid #4d4d4d;
                opacity: 0.5;
            }
        }
        .page-main-content-wrapper{
            .main-tools-wrapper{
                background-color: $dark_grey;
            }

            .thumbnail-editor-scene-wrapper{
                background-color: $dark_grey;
                .loading-block-wrapper{
                    .message-box-wrapper{
                        .close-lightbox-block{
                            background-color: transparent;
                            color: $light_white;
                        }
                        .message-box{
                            background-color: $dark_grey;
                            color: $light_white;
                            .message-list{
                                .message-item{
                                    span{
                                        display: inline-block;
                                        vertical-align: middle;
                                    }
                                }
                            }
                            .added-text{
                                font-weight: 300;
                            }
                            .posts-list{
                                font-weight: 300;
                                .post-link-item{
                                    .post-link{
                                        color: $light_white;
                                    }
                                }
                            }
                            .button-accept{
                                border: 1px solid $dark_border_color;
                                color: $dark_input_color;
                                background-color: $dark_input_bg;
                                &:hover, &:focus{
                                    color: $light_white;
                                }
                            }
                        }
                    }
                }
                .main-side-tools-wrapper{
                    .main-side-tools-container{
                        .item-side-tools-list{
                            .side-item-part{
                                .side-item-tool{
                                    input:checked ~ .label-btn{
                                        border-color: $light_white;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .editor-footer-data-wrapper{
                background-color: $dark_grey;
            }
            .item-tools-list{
                .item-part{
                    border-color: $dark_border_color;
                    box-sizing: border-box;
                    .wp-picker-container{
                        &.wp-picker-active{
                            background-color: $dark_grey_bg;
                            outline: 10px solid $dark_grey_bg;
                            .wp-picker-input-wrap{
                                display: inline-block;
                                margin-bottom: 10px;
                                &:after{
                                    content: '';
                                    display: block;
                                    clear: both;
                                }
                            }
                            label{
                                display: inline-block;
                                float: left;
                                padding: 0 10px;
                                box-sizing: border-box;
                                input{
                                    width: 100%;
                                    max-width: 80px;
                                }
                            }
                            .wp-picker-clear{
                                display: inline-block;
                                float: right;
                                height: 30px;
                                &:hover, &:focus{
                                    color: $light_white;
                                }
                            }
                        }
                    }
                    &.color-preview-box-wrapper{
                        display: none;
                        padding: 10px;
                        .color-preview-box{
                            width: 33px;
                            height: 33px;
                            border: 1px solid $dark_border_color;
                        }
                        &.on{
                            display: block;
                        }
                    }
                }
            }
            input, select{
                color: $dark_input_color;
                background-color: $dark_input_bg;
                border-color: $dark_input_bg;
            }
        }
        .gotr-tool-button{
            border: 1px solid $dark_border_color;
            color: $dark_input_color;
            color: $light_white;
            background-color: $dark_input_bg;
            // &:hover, &:focus{
            //     color: $light_white;
            // }
        }
    }
    &.image-list{
        padding: 0 10px;
    }
}

.images-list-filter-block{
    margin: 25px 10px;
    .filter-block{
        position: relative;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,.04);
        border: 1px solid #e5e5e5;
        background: #fff;
        color: #555;
        padding: 5px;
        box-sizing: border-box;
        .button-wrapper{
            height: 73px;
            padding: 15px;
            box-sizing: border-box;
            .button-show-images{
                height: 100%;
                padding: 5px 15px;
            }
        }
        .label-block{
            display: inline-block;
            margin: 10px;
            .label-text{
                display: block;
                margin-bottom: 5px;
            }
        }
        .column-filter{
            float: left;
        }
        .column-button{
            float: right;
        }
    }
}

.images-list{
    .image-item{
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 20px;
        vertical-align: top;
        // float: left;
        // width: 12.5%;
        .image-block{
            position: relative;
            width: 138px;
            height: 138px;
            padding: 4px;
            margin: auto;
            box-sizing: border-box;
            .image-box{
                background-image: url(images/trprt_bg.jpg);
                position: relative;
                .img{
                    display: block;
                    width: 130px;
                    height: 130px;
                    object-fit: cover;
                }
                .front-box{
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    box-shadow: inset 0 0 15px rgba(0,0,0,.2), inset 0 0 0 1px rgba(0,0,0,.05);
                    z-index: 5;
                }
            }
            .image-extension{
                position: absolute;
                top: -7px;
                right: -7px;
                display: block;
                color: #ffffff;
                width: 30px;
                height: 30px;
                border-radius: 15px;
                font-size: 12px;
                line-height: 25px;
                text-align: center;
                font-weight: bold;
                z-index: 10;
            }
            // .image-name{
            //     position: absolute;
            //     bottom: 0;
            //     left: 0;
            //     color: #ffffff;
            //     height: 20px;
            //     max-width: 0;
            //     font-size: 16px;
            //     line-height: 16px;
            //     padding: 2px 0;
            //     z-index: 10;
            //     overflow: hidden;
            // }
            // .image-link{
            //     &:hover ~ .image-name{
            //         padding: 2px 5px;
            //         max-width: 500px;
            //     }
            //     &:focus ~ .image-name{
            //         padding: 2px 5px;
            //         max-width: 500px;
            //     }
            // }
        }
        .image-gif{
            background-color: $dark_grey;
            .image-extension{
                background-color: #F8AEB5;
            }
        }
        .image-png{
            background-color: $dark_grey;
            .image-extension{
                background-color: #86C0BE;
            }
        }
        .image-jpg{
            background-color: $dark_grey;
            .image-extension{
                background-color: #498DA5;
            }
        }
        .image-error{
            background-color: #9E555B;
        }
    }
}

.pagination-wrapper{
    .pagination-nav{
        margin: 0 7px;
        .page-numbers{
            display: inline-block;
            width: 30px;
            height: 30px;
            padding: 4px;
            margin: 0 3px;
            font-size: 20px;
            line-height: 20px;
            text-align: center;
            border: 1px solid transparent;
            box-sizing: border-box;
            text-decoration: none;
            &:hover, &:focus, &.current{
                border-color: #00a0d2;
            }
            // &.prev, &.next{
            //     width: auto;
            // }
        }
    }
}

@media only screen and ( max-width:1024px ){

}

.thumbnail-resize-page-wrapper{
    .thumbnail-resize-page-container{
        width: 100%;
        // height: 95vh;
    }
}
.header-block-wrapper{

    .header-block{
        padding-top: 25px;
        .page-title{
            margin: 0;
            margin-bottom: 25px;
        }
    }
}

.thumbnail-resize-editor-wrapper{
    .thumbnail-resize-editor-container{
        position: relative;
        // border: 1px solid #cccccc;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        // display: -webkit-box;
        // display: -webkit-flex;
        // display: -moz-flex;
        // display: -ms-flexbox;
        // display: flex;
        // flex-wrap: wrap;
        // -webkit-flex-wrap: wrap;
        // -moz-flex-wrap: wrap;
        // -ms-flex-wrap: wrap;
        // .main-tools-wrapper{
        //     flex: 1 0 100%;
        //     -webkit-flex: 1 0 100%;
        //     -ms-flex: 1 0 100%;
        //     -webkit-box-flex: 1;
        //     -moz-box-flex: 1;
        //     -moz-flex: 1 0 100%;
        // }
        // .thumbnail-editor-scene-wrapper{
        //     flex: 1 0 100%;
        //     -webkit-flex: 1 0 100%;
        //     -ms-flex: 1 0 100%;
        //     -webkit-box-flex: 1;
        //     -moz-box-flex: 1;
        //     -moz-flex: 1 0 100%;
        // }
        // .editor-footer-data-wrapper{
        //     flex: 1 0 100%;
        //     -webkit-flex: 1 0 100%;
        //     -ms-flex: 1 0 100%;
        //     -webkit-box-flex: 1;
        //     -moz-box-flex: 1;
        //     -moz-flex: 1 0 100%;
        // }
    }
}
.item-tools-list{
    margin: 0;
    .item-part{
        float: left;
        height: 55px;
        margin-bottom: 10px;
        padding: 0 10px;
        border-right: 1px solid #cccccc;
        label, .label-box{
            display: block;
        }
        .data-input{
            display: block;
            height: 30px;
            font-size: 14px;
            line-height: 20px;
            margin: 0 5px;
            padding-top: 4px;
            padding-bottom: 4px;
        }
        .data-text{
            display: block;
            height: 30px;
            width: max-content;
            padding: 7px;
            font-size: 14px;
            line-height: 14px;
        }
        .label-text{
            display: block;
            font-size: 14px;
            line-height: 20px;
            padding: 0 10px;
            margin-bottom: 5px;
        }
        .image-position-wrapper{
            .image-position-row{
                .button-box{
                    float: left;
                    padding: 5px 10px;
                    &.icon-btn-box{
                        padding: 0 5px;
                        margin-bottom: 10px;
                        .icon-button{
                            // cursor: pointer;
                            // padding: 4px;
                            // font-size: 12px;
                            // text-align: center;
                            // line-height: 12px;
                            // box-sizing: border-box;
                        }
                    }
                    button{
                        display: block;
                    }
                    .icon-position-button{
                        &.off{
                            cursor: no-drop;
                            opacity: 0.4;
                        }
                    }
                }
                &:after{
                    content: ' ';
                    display: block;
                    clear: both;
                }
            }
        }
        .item-tool{
            &.color-box-wrapper.color-box-field{
                position: relative;
                z-index: 999;
                .label-text{
                    padding: 0;
                }
                .color-input{

                }
                .wp-picker-container{
                    display: inline-block;
                    vertical-align: top;
                }
                .color-picker-btn-box-wrapp{
                    display: inline-block;
                    display: inline-block;
                    // padding: 4px;
                    box-sizing: border-box;
                    vertical-align: top;
                }
            }
        }
        .thumbnail-size-box{
            .thumbnail-width, .thumbnail-height{
                float: left;
                width: 65px;
                padding: 0 5px;
                input{
                    margin: 0;
                    border: none;
                    width: 100%;
                    text-align: center;
                    box-sizing: border-box;
                    &.error{
                        border-color: #9E555B;
                        color: #9E555B;
                        &:focus{
                            box-shadow: 0 0 0 1px #9E555B;
                        }
                    }
                }
                .data-text-input{
                    width: 100%;
                    text-align: center;
                    box-sizing: border-box;
                }
            }
            .thumbnail-width{

            }
            .thumbnail-height{

            }
            &:after{
                content: ' ';
                display: block;
                clear: both;
            }
        }
        &.item-part-reverse{
            float: right;
            border-left: 1px solid #cccccc;
            border-right: none;
        }
        .button-crop-image{
            cursor: pointer;
            position: relative;
            height: 55px;
            padding: 5px;
            padding-bottom: 25px;
            &:after{
                content: '\e253';
                font-family: 'grey-owl-icons' !important;
                display: block;
                position: absolute;
                width: 100%;
                height: 20px;
                font-size: 16px;
                line-height: 16px;
                text-align: center;
                top: 30px;
                left: 0;
            }
        }
    }
    &:after{
        content: ' ';
        display: block;
        clear: both;
    }
}

.thumbnail-editor-scene-wrapper{
    position: relative;
    padding: 0 5px;
    background-color: #d8d8d8;
    height: 80vh;
    height: calc( 92vh - 147px );
    box-sizing: border-box;
    .main-side-tools-wrapper{
        float: left;
        width: 4%;
        width: calc( 40px );
        height: 100%;
        .main-side-tools-container{
            .item-side-tools-list{
                .side-item-part{
                    .side-item-tool{
                        position: relative;
                        margin-bottom: 10px;
                        text-align: center;
                        input[type="radio"]{
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 0;
                            height: 0;
                            opacity: 0;
                        }
                        .label-btn{
                            display: inline-block;
                            padding: 0;
                            border: 1px solid transparent;
                            .icon-label{

                            }
                        }
                        input:checked ~ .label-btn{
                            border-color: #000000;
                        }
                    }
                }
            }
        }
    }
    .thumbnail-editor-scene-container{
        position: relative;
        float: left;
        width: 96%;
        width: calc( 100% - 40px );
        height: 100%;
    }
    .thumbnail-editor-scene{
        position: relative;
        background-image: url('images/trprt_bg.jpg');
        background-position: center center;
        width: 100%;
        height: 100%;
        // border: 1px solid #cccccc;
        overflow: hidden;
        box-sizing: border-box;
    }
    .loading-block-wrapper{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        .gotr-lightbox-background-color{
            position: absolute;
            background-color: rgba(0,0,0,0.5);
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .spinner-box{
            display: none;
            background-image: url('../images/spinner_white.svg');
            position: absolute;
            width: 75px;
            height: 75px;
            left: 50%;
            top: 50%;
            -webkit-transform: translate( -50%, -50% );
            -moz-transform: translate( -50%, -50% );
            -ms-transform: translate( -50%, -50% );
            -o-transform: translate( -50%, -50% );
            transform: translate( -50%, -50% );
        }
        .message-box-wrapper{
            display: none;
            background-color: #ffffff;
            position: absolute;
            left: 50%;
            top: 50%;
            max-width: 450px;
            -webkit-transform: translate( -50%, -50% );
            -moz-transform: translate( -50%, -50% );
            -ms-transform: translate( -50%, -50% );
            -o-transform: translate( -50%, -50% );
            transform: translate( -50%, -50% );
            .message-box{
                border: 1px solid #000000;
                padding: 50px 25px;
                .message-list{
                    margin: 0;
                    padding: 15px;
                    .message-item{
                        font-size: 20px;
                    }
                }
                .posts-list-wrapper{
                    padding: 0 25px;
                    max-height: 35vh;
                    overflow-y: auto;
                    .posts-list{
                        .post-link-item{
                            .post-link{
                                text-decoration: none;
                                color: #444;
                                font-size: 18px;
                                &:hover, &:focus{
                                    text-decoration: underline;
                                }
                            }
                        }
                    }
                }
                .added-text{
                    font-size: 20px;
                }
                .button-accept-wrapper{
                    padding: 15px 0;
                    font-size: 18px;
                    line-height: 20px;
                    .goi-crop{
                        padding-right: 10px;
                    }
                }
            }
            .close-lightbox-block{
                cursor: pointer;
                display: block;
                background-color: #ffffff;
                position: absolute;
                top: 7px;
                right: 7px;
                width: 30px;
                height: 30px;
                font-size: 24px;
                line-height: 24px;
                text-align: center;
                padding: 3px;
                margin: 0;
                border: none;
            }
        }

        &.loading{
            .spinner-box{
                display: block;
            }
        }
        &.message{
            .message-box-wrapper{
                display: block;
            }
        }
        &.open{
            display: block;
        }
    }
}
.main-tools-wrapper{
    background-color: #d8d8d8;
    width: 100%;
    height: 75px;
    padding: 10px 0;
    padding-bottom: 0;
    // border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    .main-tools-container{
        &:after{
            content: ' ';
            display: block;
            clear: both;
        }
    }
}

.thumbnail-background-color-layer-wrapper{
    position: absolute;
    top: 0;
    left: 0;
}
.layers-container-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    .layers-list{
        margin: 0 !important;
        padding: 0 !important;
        .item-layer{
            margin: 0 !important;
            padding: 0 !important;
            .image-box-container{
                position: relative;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                 -khtml-user-select: none;
                   -moz-user-select: none;
                    -ms-user-select: none;
                        user-select: none;
                .point-top-left, .point-top-right, .point-bottom-left, .point-bottom-right{
                    position: absolute;
                    width: 50px;
                    height: 50px;
                    z-index: 150;
                    box-sizing: border-box;
                    .in-box-border{
                        background-color: rgba( 255, 255, 255, 0.3 );
                        width: 10px;
                        height: 10px;
                        box-sizing: border-box;
                        border: 1px solid $border_img_color;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }
                    &.off{
                        display: none;
                    }
                }
                &:hover{
                    .point-top-left, .point-top-right, .point-bottom-left, .point-bottom-right{
                        .in-box-border{
                            background-color: rgba( 255, 255, 255, 0.6 );
                            border: 1px solid $border_img_color_hov;
                        }
                    }
                    .go-border-top, .go-border-right, .go-border-bottom, .go-border-left{
                        border-color: $border_img_color_hov;
                    }
                }

                .go-border-top, .go-border-right, .go-border-bottom, .go-border-left{
                    position: absolute;
                }
                .go-border-top{
                    width: 100%;
                    height: 0;
                    top: 0;
                    left: 0;
                    border-top: 1px dashed $border_img_color;
                }
                .go-border-right{
                    width: 0;
                    height: 100%;
                    top: 0;
                    right: 0;
                    border-right: 1px dashed $border_img_color;
                }
                .go-border-bottom{
                    width: 100%;
                    height: 0;
                    bottom: 0;
                    left: 0;
                    border-bottom: 1px dashed $border_img_color;
                }
                .go-border-left{
                    width: 0;
                    height: 100%;
                    top: 0;
                    left: 0;
                    border-left: 1px dashed $border_img_color;
                }

                .point-top-left{
                    cursor: nw-resize;
                    top: -35px;
                    left: -35px;
                    padding: 30px 10px 10px 30px;
                }
                .point-top-right{
                    cursor: ne-resize;
                    top: -35px;
                    right: -35px;
                    padding: 30px 30px 10px 10px;
                }
                .point-bottom-left{
                    cursor: ne-resize;
                    bottom: -35px;
                    left: -35px;
                    padding: 10px 10px 30px 30px;
                }
                .point-bottom-right{
                    cursor: nw-resize;
                    bottom: -35px;
                    right: -35px;
                    padding: 10px 30px 30px 10px;
                }
            }
            .image-box{
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-size: 100% 100%;
                background-repeat: no-repeat;
                background-position: center center;
                display: block;
                position: relative;
                &.move{
                    cursor: move;
                }
                &.color-picker{
                    cursor: crosshair;
                }
                img{
                    display: block;
                    pointer-events: none;
                    // max-width: 100%;
                    width: 100%;
                    height: 100%;
                }
            }
        }
    }
}
.thumbnail-frame-wrapper{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    .out-frame{
        position: relative;
        pointer-events: none;
        background-color: rgba(0,0,0,0.5);
        z-index: 100;
    }
    .thumbnail-frame-box{
        position: relative;
        .frame-border{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 1px dashed rgba(0,0,0,1);
            pointer-events: none;
            z-index: 100;
            box-sizing: border-box;
        }
    }
    .out-ver{
        width: 100%;
    }
    .out-frame-left, .out-frame-right, .thumbnail-frame-box{
        float: left;
    }
}

.image-layer-event{
    cursor: all-scroll;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.editor-footer-data-wrapper{
    background-color: #d8d8d8;
    .editor-footer-data{
        padding: 5px 5px;
        // border-top: 1px solid #cccccc;
    }
}
.footer-meta-list{
    margin: 0;
    padding: 0;
    .meta-item{
        float: left;
        padding: 0 10px;
        margin: 0;
        border-right: 1px solid #cccccc;
        font-size: 14px;
        line-height: 26px;
        .meta-box{
            input{
                width: 65px;
                height: 22px;
                padding: 2px 0;
                text-align: center;
                border: none;
                margin: 0;
            }
        }
    }
    &:after{
        content: ' ';
        display: block;
        clear: both;
    }
}

/******************************************************************************
*  Registration page
******************************************************************************/
.gort-registration-form{
    .gort-registration-form-row{
        max-width: 980px;
        margin: 0 -15px;
        .column-label-item{
            float: left;
            padding: 0 15px;
            box-sizing: border-box;
            &.col-25{
                width: 25%;
            }
            &.col-50{
                width: 50%;
            }
            &.col-75{
                width: 75%;
            }
            &.col-100{
                width: 100%;
            }
            label{
                display: block;
                .text-label{
                    display: block;
                    height: 20px;
                    line-height: 20px;
                    margin-bottom: 10px;
                    .before-icon{
                        font-size: 14px;
                        line-height: 20px;
                    }

                }
                input{
                    width: 100%;
                    height: 28px;
                    box-sizing: border-box;
                }
            }
            .registration-input-wrapper{
                display: block;
                position: relative;
                &:after{
                    display: block;
                    position: absolute;
                    width: 30px;
                    height: 30px;
                    font-size: 16px;
                    line-height: 30px;
                    font-family: 'grey-owl-icons' !important;
                    text-align: center;
                    top: 0;
                    left: 0;
                }
                &.activated{
                    input{
                        padding-left: 30px;
                        padding-right: 10px;
                    }
                    &:after{
                        content: '\e304';
                        color: #1F9060;
                    }
                }
                &.no_activated{
                    input{
                        padding-left: 30px;
                        padding-right: 10px;
                    }
                    &:after{
                        content: '\e303';
                        color: #CF0000;
                    }
                }
            }
            .submit-form{
                margin-top: 30px;
                height: 30px;
                box-sizing: border-box;
            }
            .after-input-text{
                padding: 15px 0;
                .status-key-label{
                    .negative-status{
                        color: #CF0000;
                    }
                    .positive-status{
                        color: #1F9060;
                    }
                    .text-icon{
                        margin: 0 5px;
                    }
                }
            }
        }
    }
}

/******************************************************************************
*  Setup page
******************************************************************************/
.thumbnail-resize-page-wrapper{
    .thumbnail-resize-page-container{
        .options-list{
            .option-item{
                display: block;
                label{
                    margin-bottom: 25px;
                }
                .label-name{
                    display: block;
                    font-size: 20px;
                    line-height: 1.2;
                    font-weight: bold;
                    margin-bottom: 10px;
                }
            }
        }
    }
}

.rtl{
    .gort-registration-form{
        .gort-registration-form-row{
            .column-label-item{
                float: right;
                .registration-input-wrapper{
                    &:after{
                        left: auto;
                        right: 0;
                    }
                    &.activated{
                        input{
                            padding-left: 10px;
                            padding-right: 30px;
                        }
                    }
                    &.no_activated{
                        input{
                            padding-left: 10px;
                            padding-right: 30px;
                        }
                    }
                }
            }
        }
    }
}
.colorpic-wrapper-box{
    position: relative;
    .wp-picker-container{
        &.wp-picker-active{
            position: absolute;
            background-color: #ffffff;
            top: -5px;
            left: -5px;
            padding: 5px;
            border: 1px solid #cccccc;
            z-index: 5;
            .wp-color-result{
                min-height: 30px;
                margin: 0;
                margin-bottom: 5px;
                padding: 0 0 0 30px;
                font-size: 11px;
                width: 45%;
                box-sizing: border-box;
            }
            .wp-picker-input-wrap{
                display: inline-block;
                vertical-align: top;
                width: 55%;
                box-sizing: border-box;
                margin-bottom: 5px;
                label{
                    display: inline-block;
                    margin: 0 10px;
                    vertical-align: top;
                    width: 50%;
                    .color-input{
                        display: block;
                        width: 100%;
                        font-size: 12px;
                    }
                }
                input.wp-picker-clear{
                    min-height: 30px;
                    margin: 0;
                    font-size: 11px;
                    box-sizing: border-box;
                }
            }
        }
        .wp-picker-input-wrap{

        }
    }
}
.thumbnails-list-wrapper{
    padding: 0 15px;
    .thumbnails-list-container{
        // margin: 0 -15px;
        .image-item-container{
            display: inline-block;
            padding: 10px;
            // margin: 0 15px;
            margin-bottom: 5px;
            border: 1px solid #cccccc;
            .thumbnail-name-title{
                color: #000000;
                margin: 0;
                margin-bottom: 10px;
                .size-text{
                    font-weight: 400;
                }
            }
            .img-wrapper-btn{
                cursor: pointer;
                display: block;
                padding: 0;
                margin: 0;
                border: 1px solid rgba(0,0,0,0);
                &:hover, &:focus{
                    border-color: rgba(0,0,0,0.7);
                }
            }
            .img-wrapper{
                display: block;
                height: 100%;
                max-height: 150px;
                img{
                    display: block;
                    width: auto;
                    height: auto;
                    max-height: 150px;
                }
            }
        }
    }
}
.gotr-tool-button{
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    box-sizing: border-box;
    opacity: 0.7;
    &:hover, &:focus{
        opacity: 1;
    }
}
