#sortable { list-style-type: none; margin: 0; padding: 0; width:100%; }
  #sortable li { border:none; }
  #sortable li span { position: absolute; margin-left: -1.3em; }

  .hover_slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007a;
    display: block;
    top: 0;
    border-radius: 5px;
    cursor: pointer;
    background-image: linear-gradient(to right top,#44adef,#3693ce8a);
        color: white;
    text-align: center;
    padding: 22% 30px 0 30px;
    font-size: 14px;
    font-weight: normal;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

  }

  .slide_blocks .simple-icon-options-vertical {

      position: absolute;
    color: #ffffff;
    left: 5px;
    font-size: 30px;
    cursor: move;
    bottom: 0;
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
  }

.slide_blocks .simple-icon-close {

      position: absolute;
    color: #ffffff;
    display: block;
    top: 10px;
    right: 10px;
    font-size: 25px;
    cursor: pointer;
  }

.slide_content_row .card-body .row {
      padding: 30px 0 0;
    margin-bottom: 20px;
        border-radius: 10px;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: all .15s ease-out;
    transition: all .15s ease-out,-webkit-transform .15s ease-out;
  }

.slide_content_row .card-body .row:hover {
    box-shadow: 0 1px 10px rgba(0,0,0,.2), 0 1px 6px rgba(0,0,0,.04);
}



.select i {
    color: #145388 ;
    opacity: 0;
}

tr.active_theme .select i {
    opacity: 1 !important;
}

.presentation_option span {
    position: absolute;
    width: 100%;
    height: 100%;
    height: 50px;
    display: block;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: all .15s ease-out;
    transition: all .15s ease-out,-webkit-transform .15s ease-out;
    cursor:pointer;
    background: linear-gradient(170deg, rgba(255,255,255,0.65) 3%, rgba(255,255,255,0) 100%);
    opacity: 0;
}

.presentation_option span:hover {
    opacity: 1;
}

.presentation_option table tr {
    border: 5px solid white;
}


.card-body .cropper-preview {
margin-bottom: 20px;
}

slide_content_row .card-body .row .cropper-preview {
    margin-bottom: 20px !important;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: all .15s ease-out;
    transition: all .15s ease-out,-webkit-transform .15s ease-out;
}

.my_presentation_cont:hover {
box-shadow: none !important;
}

.slide_blocks  .simple-icon-plus {

    position: absolute;
    color: #ffffff;
    display: block;
    bottom: 10px;
    right: 10px;
    font-size: 25px;
    cursor: pointer;

  }

.hover_on {
 opacity: 0;
     -webkit-transition: -webkit-transform .15s ease-out;
    transition: all .15s ease-out;
    transition: all .15s ease-out,-webkit-transform .15s ease-out;
}

.slide_blocks:hover .hover_on {
    opacity: 1;
}

.create_presentation_cont {
    top: -30px;
    position: relative;

}

.card {
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.08) !important;
}

.create_presentation_cont .card-title {
    text-align: center;
    margin-bottom: 5px;
}

.slide_card:hover {
    -webkit-box-shadow: 0 8px 14px 0 rgb(92, 175, 236, 0.66);
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 8px 14px 0 rgba(92, 175, 236, 0.66);
    -webkit-transition: -webkit-transform .45s ease-out;
    transition: all .15s ease-out;
    transition: all .15s ease-out,-webkit-transform .15s ease-out;
}

.slide_blocks {
border-radius: 5px;
}

.add_slides .slide_block_add {
    border-radius: 5px !important;
    margin-bottom: 10px !important;
    margin-top: 15px;
}

.hover_add_slide {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007a;
    display: block;
    top: 0;
    border-radius: 5px;
    cursor: pointer;
    background-image: linear-gradient(to right top,#44adef,#3693ce8a);
    -webkit-transition: -webkit-transform .45s ease-out;
    transition: all .15s ease-out;
    transition: all .15s ease-out,-webkit-transform .15s ease-out;
}

.hover_add_slide:hover {
    opacity: 1;

}

.add_new_slide_hover {
    font-size: 40px;
    color: white;
    margin: auto;
    position: absolute;
    display: block;
    width: 100%;
    width: 30px;
    font-size: 50px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.inner_block_slide {
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
    border-radius: 5px !important;
}

#input_presentation_name {
    max-width: 55%;
    background: none;
    border: none;
    display: inline;
    margin-bottom: 20px;
    font-size: 24px;
    padding: 0;
    padding-top: 10px;
    cursor: pointer;
        border-radius: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#presentation_page_link {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 20px;
    text-decoration: underline;
    color: #0056b3;
}



input#input_presentation_name:hover {
    box-shadow: 0 1px 10px rgba(0,0,0,.2), 0 1px 6px rgba(0,0,0,.04) !important;
}

.cropper-preview canvas, .cropper-preview img {
    width:100% !important;

}

.hidden {
    display:none !important;
}

button {
    cursor:pointer;
}

.start_cropper {
    border: none !important;
    background: #f3f3f3 !important;
    color: #145388 !important;
    margin-bottom: 0 !important;
}

.start_cropper:hover {
    border: none !important;
    background: #145388 !important;
    color: white !important;
}

.slide_content_row span.input-group-text {
        text-align: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #44adef;
    border: 2px solid #44adee!important;
    color: white;
    font-size: 14px;
    max-width: 200px;
    white-space: unset;
}

.slide_content_row textarea.form-control {
        border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #44adee !important;
    font-size: 14px;
    padding-top: 25px;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: all .15s ease-out;
    transition: all .15s ease-out,-webkit-transform .15s ease-out;
}

.btn_mrgn {
    margin: 0 15px 10px 0 !important;
    font-size: 14px;
    border-radius: 10px;
}

.save_img_btn:hover {
    background: #31ca31;
    border-color: #31ca31;
}

.cropper-container{
    margin-bottom: 30px !important;

}

.table_input_div {
    overflow: scroll;
    margin: 10px 0;
    padding: 0 0 10px;
}

.table_name {
    background: #44adef !important;
    border: none;
    padding: 5px;
    padding-left: 5px;
    color: white !important;
}

td input, td textarea {
    background: #f5f2f2;
    border: none;
    padding: 5px;
    padding-left: 5px;

}

td textarea,th textarea  {
    width: 156px;
    height: 50px;
    display: block;
}

th input, .td_category input, th textarea {
    background: #44adef26 !important;
    border: none !important;
    padding: 5px !important;
    padding-left: 5px !important;
}

.hover_slide {
    font-size: 20px;
    font-weight: bold;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 45px;
    font-weight: bold;
    padding-top: 0;
    color: #ffffff82;
    vertical-align: middle;
    display: flex;
    align-items: center;
    text-align: center;
}

.hover_slide span {
    position: relative !important;
    margin: auto;
    margin-left: auto !important;
}

.slide_blocks i {
    font-weight: normal;
}

.tr_delete, .tc_delete {
    width: 20px;
    padding: 0;
    padding: 0;
    font-size: 20px;
    vertical-align: middle;
    cursor:pointer;
    padding-left: 5px;
}

.series_cont, .td_data {
    vertical-align: top;
}

.tr_delete i {
    display:block;
    margin-right: 5px;
    opacity: 0.2;
    -webkit-transition: -webkit-transform .45s ease-out;
    transition: all .15s ease-out;
    transition: all .15s ease-out,-webkit-transform .15s ease-out;
}

.tc_delete i {
    display:block;
    margin-bottom: 5px;
    opacity: 0.2;
    -webkit-transition: -webkit-transform .45s eastable_namee-out;
    transition: all .15s ease-out;
    transition: all .15s ease-out,-webkit-transform .15s ease-out;
}

.tc_delete i:hover, .tr_delete i:hover {
    opacity: 1;
}

.tr_delete.add i, tc_delete.add i {
    opacity:1 !important;
    color: #44adef;
}

.slide_content_row .input-group {
    border-radius: 10px;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: all .15s ease-out;
    transition: all .15s ease-out,-webkit-transform .15s ease-out;
    margin: 40px 0 !important;
}

.slide_content_row .input-group:hover  {
    box-shadow: 0 1px 10px rgba(0,0,0,.2), 0 1px 6px rgba(0,0,0,.04);
}

.slide_content_row .input-group:hover textarea {
    border: 1px solid white !important ;
}

.slide_content_row .input-group:hover td textarea,.slide_content_row .input-group:hover th textarea {
    border: none !important ;
}

.table_input_div table {
    margin: 15px;
}

.table_input_div table tr:nth-child(2) th:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #175388;
    border-color: white;
    padding-left: 10px;
    border: 1px solid white;
}

.table_input_div table tr:nth-child(2) th:nth-child(1) i {
    color:white !important;
}


.data_lables input {
    margin-right: 10px;
}

.data_lables {
    font-size: 14px;
    font-weight: normal;
}

.remove_custom_btn {
    border: none !important;
    background: none !important;
    color: red;
    padding: 8px;
    border: none;
    font-size: 25px;
    margin-top: 0px;
    opacity: 0.8;
}

.remove_custom_btn:hover {
    color: red;
    opacity: 1;
}

.submit_link {
    background: none;
    color: #3793d5;
    padding: 0;
    border: none;
    font-size: 25px;
    margin-top: 0px;
    opacity: 0.8;
    padding-left: 5px;
}

.remove_custom_link {
    background: none;
    color: red;
    padding: 8px;
    border: none;
    font-size: 25px;
    margin-top: 0px;
    opacity: 0.8;
}

.submit_link:hover,.submit_link:focus, .submit_link:active {
    background: none;
    color: #3793d5;
    opacity: 1;
}

.remove_custom_link:hover,.remove_custom_link:focus, .remove_custom_link:active {
    background: none;
    color: red;
    opacity: 1;
}

.menu_settings_page .dropdown-menu {
    left: -50px !important;
}

.modal-template-selection {
    top: 10vh;
}

.modal-template-selection .modal-lg {
    max-width: 80%;
}

.modal-template-selection .btn-close-container {
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
    height: 35px;
}

.modal-template-selection .btn-close {
    width: 30px;
    height: 30px;
    font-size: 22pt;
}

.modal-template-selection .modal-content {
    border-radius: 10px;
}

.template-selection-box {
    display: flex;
}

.template-selection-box .block-content {
    width: 50%;
}

.template-selection-box .template-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    aspect-ratio: 9 / 7.8;
    overflow-y: scroll;
    margin-left: 25px;
    padding-right: 23px;
    margin-bottom: 27px;
}

.template-selection-box .template-list .template-elem {
    width: 48.5%;
    margin-bottom: 20px;
    background: linear-gradient(#fdfdfd, #e9e9e9);
    aspect-ratio: 9 / 5;
    border: 1px solid #efefef;
    cursor: pointer;
}

.template-selection-box .template-list .template-elem-create-default {
    width: 48.5%;
    margin-bottom: 20px;
    background: linear-gradient(#fdfdfd, #e9e9e9);
    aspect-ratio: 9 / 5;
    border: 1px solid #efefef;
}

.template-selection-box .create-default-template-box{
    color: #020202;
    font-size: 30px;
    cursor: pointer;
    bottom: 0;
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
    text-align: center;
}

.create-default-template-box i {
    margin: auto;
    font-size: 100px;
    background-image: linear-gradient(to right top, #003e79, #3693ced1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.template-selection-box .template-list .template-elem img {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ebebeb;
    cursor: pointer;
}

.template-list::-webkit-scrollbar {
    width: 3px;
}
.template-list::-webkit-scrollbar-track {
    background: #EEEEF3;
}
.template-list::-webkit-scrollbar-thumb {
    background: #C4C4C4;
}
.template-list::-webkit-scrollbar-thumb:hover {
    background: #00b2ff;
}

.template-visor{
    margin-left: 23px;
    margin-right: 23px;
    background: #EEEEF3;
    padding: 15px;
}

.template-visor .template-selected {
}

.template-visor .template-selected img{
    width: 100%;
    aspect-ratio: 16 / 9;
}


.template_visor_create_button{
    width: -webkit-fill-available;
    background: #00b0f0;
    border: 0px;
    color: white;
    padding: 10px;
    font-size: 11pt;
    border-radius: 5px;
    margin: 15px 24px;
}

#box-scroll-slider
{
    height: 142px;
    overflow: hidden;
    margin-top: 12px;
    overflow-x: scroll;
    overflow-y: hidden;
}
#scroll-slider-content
{
    height:100px;
    gap: 10px;
    display: flex;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.slider-element{
    border: 1px solid #c1c1c1;
    width: 32.3%;
    min-width: 32.3%;
    height: fit-content;
    aspect-ratio: 16 / 9;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(#fdfdfd, #e9e9e9);
    margin-bottom: 14px;
    border: 1px solid #c1c1c1;
    cursor: pointer;
}
.slider-element img {
    width: 100%;
    aspect-ratio: 16 / 9;
    pointer-events: none;
}

#box-scroll-slider::-webkit-scrollbar {
    height: 4px;
}
#box-scroll-slider::-webkit-scrollbar-track {
    background: #D9D9D9;
}
#box-scroll-slider::-webkit-scrollbar-thumb {
    background: #4A4A67;
}
#box-scroll-slider::-webkit-scrollbar-thumb:hover {
    background: #00b2ff;
}

.template-slider-viewer-loader {
    width:100%;
    height: 380px;
    padding-top: 140px;
}

.template-slider-viewer-loader img {
    width: 200px;
    height: 110px;
    display: block;
    margin: auto;
}
