.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/**
 * 20-07-2022
 * 
 * Custom CSS
 **/
.ctlp_fron_wrap .ctlp_main .ctlp_popup {
    background-color: #000000;
    bottom: 0;
    text-decoration: none;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 20px;
    line-height: 1;
}
.ctlp_confirm .ctlp-popup-main .ctlp-field span.validation {
    font-size: 14px;
    color: #EB0707;
    width: 100%;
    background-color: #ffdede;
    padding: 5px 15px;
    text-align: center;
    margin-bottom: 10px;
}
.modal {
    max-width: 768px;
}
#ctlp_tier_wrap {
    margin: 20px 0;
    width: 100%;
    max-width: 1200px
}
#ctlp_tier_container {
    display: flex;
    flex-direction: column;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    background: #1a1a17
}
.ctlp_tier_row {
    display: flex;
    flex-direction: row;
    min-height: 80px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000
}
.ctlp_label_holder {
    width: 100px;
    min-height: 80px;
    border-right: solid 1px #000;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
        line-height: initial;

}
button {
    background: #fff;
    border: solid 1px #efefef;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    max-width: 250px;
    box-sizing: border-box
}
.ctlp_modal_buttons button {
    background: #efefef;
    max-width: 300px
}
.ctlp_label {
    color: #333;
    /* overflow: hidden;  */
    text-align: center;
    margin: 5px;
    font-size: 15px;
    line-height: 21px;
}
.ctlp_tier.ctlp_sort {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.ctlp_character {
    display: inline-block;
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: cover;
    flex: none;
    cursor: pointer
}
.ctlp_settings_control {
    width: 80px;
    display: flex;
    flex-direction: row;
    background: #000;
    align-items: center;
    justify-content: center
}
.ctlp_settings {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 80%;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctlp_settings a {
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: 0 !important;
}
.ctlp_settings a i,
.ctlp_move_buttons .ctlp_move_up i,
.ctlp_move_buttons .ctlp_move_down i{
  color: white;
}
#ctlp_color_select,#ctlp_backgroundcolorselect {
    margin: 0 4px;
    margin-bottom: 20px
}

#ctlp_color_select span,#ctlp_backgroundcolorselect span {
    width: 30px;
    height: 30px;
    margin: 3px;
    display: inline-block;
    transition: box-shadow .1s;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff
}
#ctlp_color_select span.ctlp_selected,#ctlp_backgroundcolorselect span.ctlp_selected {
    border: solid 2px #000
}

.jquery-modal.blocker.current {
    z-index: 9999;
}
.jquery-modal .modal{
    padding: 0;
    max-width: 768px;
}
#ctlp-popup-id .ctlp_confirm {
    max-height: 80vh;
    overflow: auto;
    padding: 20px;
}
#ctlp-popup-id .ctlp_confirm .ctlp-field{
   margin-bottom: 10px;
}
#ctlp-popup-id .ctlp_confirm .ctlp-field label{
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
    text-transform: capitalize;
    color: #000;
}
#ctlp-popup-id .ctlp_confirm .ctlp-field label span{
    color: #EB0707;
}
#ctlp-popup-id .ctlp_confirm  .extrarows input,
#ctlp-popup-id .ctlp_confirm .ctlp-field select,
#ctlp-popup-id .ctlp_confirm .ctlp-field textarea,
#ctlp-popup-id .ctlp_confirm .ctlp-field input{
    width: 100%;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 5px;
    min-height: 42px;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    outline: 0!important;
    box-shadow: none!important;

}
#ctlp-popup-id .ctlp_confirm .ctlp-field.toggleextrarows {
    text-align: center;
}
#ctlp-popup-id .ctlp_confirm .ctlp-field.toggleextrarows label{
    color: #0074ac;
    font-weight: 600;
    cursor: pointer;
}
#ctlp-popup-id .ctlp_confirm .ctlp-field .button {
    background-color: #000;
    color: #ffffff;
    outline: 0;
    border: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;

}
#ctlp-popup-id .ctlp_confirm  #ctlp-uploader-gallery .qq-gallery .qq-upload-button {
    width: 100%;
}
.qq-gallery .qq-upload-list li .ctlp_image_remove {
    color: red;
    right: -5px;
    position: absolute;
    top: -6px;
    z-index: 1;
    cursor: pointer;
}

.ctlp_move_up:hover,.ctlp_move_down:hover,.ctlp_settings:hover {
    opacity: .5
}

.ctlp_move_buttons {
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ctlp_move_buttons .ctlp_move_up,
.ctlp_move_buttons .ctlp_move_down {
    height: 32px;
    width: 32px;
    cursor: pointer;
    transition: all .3s;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ctlp_details_main .ctlp_center {
    text-align: center;
}
.ctlp_details_main .ctlp_center button {
    background: #fff;
    border: solid 1px #efefef;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
    color: #333;
    margin-bottom: 10px;
    text-decoration: none;

}

#ctlp_char_tier_outer_container_scroll {
    margin: 0 auto 50px;
    line-height: 0;
}

.ctlp_details_main .ctlp_center button:hover{
    border: solid 1px #cccccc;
}

.ctlp_character img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: unset;
}
.ctlp_character.square,
.ctlp_character.circle {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.ctlp_character.circle {
    border-radius: 50%;
}


.ctlp_character.portrait {
    width: 80px;
    height: 100px;
}

.ctlp_character.landscape {
    width: 130px;
    height: 80px;
}
.ctlp_confirm .ctlp-popup-main .ctlp-field span.validation {
    font-size: 14px;
    color: #EB0707;
    display: block;
}
#ctlp_tier_wrap .ctlp_tier.ctlp_sort .ctlp_character{
    display: block;
}
#ctlp_char_tier_outer_container_scroll .ctlp_character {
    margin: 2px;
}
.ctlp_tierListForm {
    position: relative;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    z-index: 0;
    max-height: 600px;
    overflow-y: scroll;
    box-sizing: border-box;position: relative;

}

.ctlp_tierListForm .center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    column-gap: 10px;
    row-gap: 10px;
    width: auto;
}
.ctlp_tierListForm .center button#save,
.ctlp_tierListForm .center a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000000;
    color: #ffffff;
    /* column-gap: 6px; */
    text-decoration: none;
    border-radius: 4px;
    outline: 0;
    line-height: 1;
    width: auto;
    font-weight: 400;
}
.ctlp_tierListForm .center button#save{
    background-color: #4082df;
}
.ctlp_tierListForm .center sapan {
    width: 100%;
}
#ctlp_overlay #ctlp_modalWrapper #ctlp_modal,#ctlp_overlay #ctlp_modal_wrapper #ctlp_modal,#ctlp_gameChange,#ctlp_helpMenu,#ctlp_screenshotShow,#ctlp_export_container {
    position: relative

    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    z-index: 0;
    max-height: 600px;
    overflow-y: scroll;
    box-sizing: border-box
}
#ctlp_overlay #ctlp_modalWrapper #ctlp_modal,#ctlp_overlay #ctlp_modal_wrapper #ctlp_modal,#ctlp_gameChange,#ctlp_helpMenu,#ctlp_screenshotShow,#ctlp_export_container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    z-index: 0;
    max-height: 600px;
    overflow-y: scroll;
    box-sizing: border-box
}

div#ctlp_settings_popup_id #ctlp_modal h4{
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px;
    margin: 0 0 15px 0;
    font-weight: normal;
}

div#ctlp_settings_popup_id #ctlp_modal #ctlp_close{
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    margin: 16px;
    opacity: .5;
    transition: opacity .3s;
    cursor: pointer;
}

div#ctlp_settings_popup_id {
    max-width: 768px;
}

#ctlp_settings_popup_id #ctlp_modal textarea{
    width: 100%;
    border: 1px solid #efefef;
    font-size: 16px;
    margin: 20px 0;
    height: 100px;
    box-sizing: border-box;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    height: 50px;
    margin: 0;
}
#ctlp_settings_popup_id #ctlp_modal  .ctlp_modal_buttons{
 margin-bottom: 20px;
 margin-top:20px;

}
#ctlp_settings_popup_id #ctlp_modal  .ctlp_modal_buttons button{
    background: #fff;
    border: solid 1px #efefef;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    background: #efefef;
    border-radius: 6px;
    max-width: 300px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: normal;
    text-decoration: none;
    outline: 0;
}

#ctlp_settings_popup_id #ctlp_modal .ctlp_modal_buttons + .ctlp_modal_buttons {
    margin-bottom: 0;
}
.ctlp_template_export.modal canvas,
#ctlp_settings_popup_id  canvas{
    width: 100%!important;
    height: auto!important;
}
#ctlp_char_tier_container_scroll .center{
    display: none;
}
#ctlp_char_tier_container_scroll .center {
    text-align: center;
    font-size: 12px;
    margin-bottom: 7px;
    font-family: 'Inter var', sans-serif;
    font-weight: 500;
    color: #000;
}
.ctlp_tier_row .ctlp_watermark{
    position: absolute;
    right: 20px;
    bottom: 0px;
    transform: translateY(-30px);
    margin-bottom: 0px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 1px 1px 1px #f978ff, -1px -1px 1px #f978ff, 1px -1px 1px #f978ff, -1px 1px 1px #f978ff;
    font-family: Arial, Helvetica, sans-serif;
}

.ctlp_tier_row {
    position: relative;
}
@media(max-width: 991px){
    .ctlp_tierListForm,
    div#ctlp_settings_popup_id {
        max-width: 100%;
    }
}
@media(max-width: 480px){
    .ctlp_settings_control {
        flex-direction: column;
        width: 60px;

    }
    #ctlp_char_tier_outer_container_scroll {
        margin: 0 auto 0px;
        line-height: 0;
        position: fixed;
        width: 100%;
        bottom: 0!important;
        height: 120px;
        background: #fff;
        padding: 5px 0;
        margin: 0 0px;
        z-index: 1000;
        box-sizing: border-box;
        left: 0;
    }
    #ctlp_settings_popup_id .ctlp_modal_buttons button{
        margin-bottom: 10px;
    }
    #ctlp_char_tier_container_scroll {
        overflow-x: scroll;
        z-index: 10005;
    }

    #ctlp_create_image_carousel {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }

    .ctlp_character.square,
    .ctlp_character.circle {
        width: 70px;
        height: 70px;
    }

    .ctlp_character.portrait {
        width: 70px;
        height: 90px;
    }

    .ctlp_character.landscape {
        width: 120px;
        height: 70px;
    }

    #ctlp_char_tier_container_scroll {
        overflow-x: scroll;
        z-index: 10005;
        position: relative;
        width: 100%;
        bottom: 0px!important;
        height: auto;
        overflow-x: scroll;
        background: #fff;
        padding: 20px 0 0;
        margin: 0;
        z-index: 0;
        border: none;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #ctlp_char_tier_container_scroll .center{
        display: block;
    }
}


/*
#ctlp_char,#ctlp_create_image_carousel {
    margin: 0 auto 50px;
    line-height: 0
}

.ctlp_character {
    display: inline-block;
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: cover;
    flex: none;
    cursor: pointer
}

.ctlp_darkTheme .ctlp_character {
    background-color: #000
}
*/
/*
#ctlp_overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%!important;
    text-align: center;
    z-index: 1000;
    background-color: rgba(0,0,0,.9);
    transition: opacity .3s
}
#ctlp_overlay #ctlp_modalWrapper #ctlp_modal,#ctlp_overlay #ctlp_modal_wrapper #ctlp_modal,#ctlp_gameChange,#ctlp_helpMenu,#ctlp_screenshotShow,#ctlp_export_container {
    position: relative;
    display: none;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    z-index: 2000;
    max-height: 600px;
    overflow-y: scroll;
    box-sizing: border-box
}

#ctlp_screenshotShow canvas,#ctlp_export_container canvas {
    width: 100%;
    margin: 20px 0
}*/



/*#ctlp_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    margin: 16px;
    background: url(/images/chart/chart/close.png);
    opacity: .5;
    transition: opacity .3s;
    cursor: pointer
}

#ctlp_close:hover {
    opacity: 1
}

#ctlp_draggable_container {
    position: relative;
    height: 600px;
    padding: 0;
    margin: 20px 0;
    box-sizing: border-box;
    width: 100%
}

#ctlp_screenshotShow,#ctlp_export_container {
    display: none
}

.draggable {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    z-index: 999
}

.draggable-list .draggable {
    width: 60px;
    height: 60px;
    z-index: 999
}

#drop {
    width: 100%;
    height: 600px;
    float: left;
    background: #000;
    position: relative;
    padding: 0;
    margin: 0 0 20px;
    border: 2px solid #ccc;
    overflow: hidden
}

#draggable-container #drop:before {
    content: '';
    position: absolute;
    border-bottom: 2px #ccc solid;
    height: 100%;
    width: 100%;
    transform: translateY(-50%)
}

#draggable-container #drop:after {
    content: '';
    position: absolute;
    border-right: 2px #ccc solid;
    height: 100%;
    width: 100%;
    transform: translateX(-50%)
}*/


/*@media(max-width: 768px) {
    #screenshotShow canvas,#export-container canvas {
        width:95%
    }

    #char-tier-outer-container-scroll {
        position: relative;
        height: auto;
        background: #fff;
        padding: 0;
        margin: 0;
        z-index: 1000;
        border: none
    }

    #overlay #modalWrapper #modal,#overlay #modal-wrapper #modal,#gameChange,#helpMenu,#screenshotShow,#export-container {
        max-height: 800px;
        overflow-y: scroll
    }

    #char-tier-container-scroll {
        position: relative;
        width: 100%;
        bottom: 25px!important;
        height: auto;
        overflow-x: scroll;
        background: #fff;
        padding: 20px 0 0;
        margin: 0;
        z-index: 1000;
        border: none
    }

    #char,#create-image-carousel {
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto
    }

    button {
        font-size: 16px
    }

    .category-carousel-item img {
        max-width: 100%;
        height: auto
    }

    .character {
        display: inline-block;
        height: 70px;
        width: 70px;
        background-size: cover
    }

    #color-select,#backgroundcolorselect {
        margin-bottom: 0
    }
}

@media(max-width: 480px) {
    #tier-wrap {
        max-width:1000px!important
    }

    .axis-labels {
        font-size: 19px;
        color: #fff
    }

    .axis-text {
        color: #fff;
        font-size: 16px;
        width: 250px
    }

    #left-x .axis-text {
        text-align: left
    }

    #right-x .axis-text {
        text-align: right
    }

    #top-y .axis-text {
        text-align: center
    }

    #bottom-y .axis-text {
        text-align: center
    }

    .draggable-list .draggable {
        width: 35px;
        height: 35px
    }

    .draggable {
        width: 35px;
        height: 35px
    }

    #char,#create-image-carousel {
        display: flex;
        flex-wrap: nowrap
    }

    #char-tier-outer-container-scroll {
        width: 100%;
        bottom: 0!important;
        height: 120px;
        background: #fff;
        padding: 5px 0;
        margin: 0 -13px;
        z-index: 1000;
        border-top: #666 solid 1px;
        border-bottom: #666 solid 1px;
        box-sizing: border-box
    }

    #char-tier-outer-container-scroll.sticky {
        position: fixed;
        bottom: 0!important
    }

    #char-tier-container-scroll {
        overflow-x: scroll;
        z-index: 10005
    }

    .settings-control {
        width: 60px;
        flex-direction: column
    }
}

.ac-lre-ad-bar {
    z-index: 500
}
*/