a {
    text-decoration: none !important;
}
label {
    width: 100%;
}
html {
    height: 100vh;
}
header {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
}
.navbar-collapse-self {
    display: flex !important;
}
#alert-mobile {
    position: absolute;
    top: 6rem;
    z-index: 50;
    left: 30%;
}
body {
    height: 100%;
    display: flex;
    flex-direction: column; 
}
.container-fluid {
    flex-grow: 100;
}
.left-menu , .main-content {
    margin-top: 57px !important; 
}
.message-details {
    margin: auto;
    margin-top: 4rem;}
.navbar {
    border-bottom: 1px solid #ebebeb;
}
.li-left-menu {
    padding: .5rem 1.5rem;
    border-bottom: 1px solid rgb(223, 223, 223);
    cursor: pointer;
    color: #adaeaf;
    line-height: 1.43;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;

}
.li-left-menu:hover {

    color: #313537;
    background-color: #dddddd;
}
.left-menu .main-ul {
    margin-bottom: 3rem;
} 
ul .active {
    color: #313537;
    background-color: #eeecec;
}


.left-menu {
    position: relative;
    animation: fadeInRight .4s ease-in;
    animation-fill-mode: forwards; 
    
    -webkit-overflow-scrolling: touch; 
    background-color: #fbfbfb;
    border-right: 1px solid #ebebeb;
    padding: 0;
    font-size: 1rem;
    overflow-y: scroll;
}
.left-menu ul {
    padding: 0;
}
.btn-slide {
    margin: 1rem;
    margin-bottom: 6rem;
}
.action-menu {
    padding: .5rem 0rem;
}
.action-menu:hover{
    color: #adaeaf;
    background-color: white;
}
 
.btn-add-action {
    margin: .6rem 1rem;
    margin-right: 0;
    padding: 0 0.5rem;
    background-color: #4bdd46;
    border-color: #4bdd46;
    height: max-content;
}
.btn-add-action:hover {
    color: #fff;
    background-color: #2eac2a;
    border-color: #2eac2a;
}
.main-content { 
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    position: relative;
    display: flex; 
    justify-content: left;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    align-items: start;
    /*background: white url("images/back.jpeg") no-repeat;
    background-size: 100%; 
    width: 100%;
    height: 600px;*/
}
.dad-main-content {
    padding-left: 0;
    padding-right: 0;
    position: relative;
} 
.button_block {
    position: absolute;
    z-index: 89;
    cursor: pointer;
    border: red solid 2px;
    width: var(--width-button);
    height:  var(--height-button);
    border-width: var(--button-border);
    border-style: solid;
    border-color: var(--button-color);
    border-radius: var(--radius);
    text-align: center;
    color: var(--text-color);
    background-color: var(--bck-color);
    display: flex;
    align-items: center;
    justify-content: center;
    caret-color: transparent; 
    
    
}

.button_block:hover{
    -webkit-animation:none}
    
.btn-action-info {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 12px 4px;
    padding: 6px;
    font-size: 1.1rem;
}
a.btn-action {
    z-index: 99;
    text-decoration: none; 
}
:root {
  }
  
  footer {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-left: var(--palatte-padding-left);
    background-color: var(--footer-color);
    border-radius: 15px;
  }
  


.auth-a-out {
    color: #ccc8c8;
}
.auth-a {
    color: #17a2b8;
}
.auth-header {
    display: flex;
    flex-direction: row;
}
.ul-action {
    width: 100%;
    margin-top: 1rem;
    padding: 0;
}
.ul-action a {
    text-decoration:none;
}
.li-action {
        caret-color: transparent; 
        display: flex;
        justify-content: space-between;
        padding: .5rem 1rem;
        padding-right: 0;
        margin: 0;
        cursor: pointer;
        color: #adaeaf;
        line-height: 1.43;
        display: -ms-flexbox;
        display: flex;
        font-size: 1rem;
        line-height: 26px;
        align-items: center;
    
}
.li-action a {
    text-align: left;
    color: #959595;
}
.li-action:hover  {
        color: #292929;
}
.li-action:hover span  {
    color: #adaeaf;
}
.span-action {
    padding: 0 0.5rem;
    border: 1px solid #4bdd46;
    border-radius: 11%;
    font-size: .9rem;
    margin: 0;
    padding: 4px;
    line-height: unset;
    line-height: 20px;
}
.action-form-add {
    font-size: 0.9rem;
    margin: 0.3rem;
}
.action-form-add input{
    width: 100%;
    margin-bottom: .5rem;
    
}
.action-form-add label {
    text-align: left !important;
}
.body-form {
    margin: 1rem 0;
}

.alert-error {
    margin-top: 57px;
    color: white;
    background-color: red;
}

.counting {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 80; 
    padding: 1rem;
    text-align: center;
    background-color: #f8f9fa;
    color: #5b5b5b;
}
.row-name-movie {
    width: 100%;
    justify-content: space-between;
}
.form-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.items-li {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.new-content-form {
    display: flex;
    width: 100%;   
}
.new-content-form button {
    margin-left: 5px;
}

.link-slide, .link-action {
    flex-grow: 999;
}
.action-menu .li-action:hover {

    color: #313537;
    background-color: #f6f6f6;
}
.li-main {
    padding: 1rem;
}
.cards-self {
    margin: 0.5rem;
}
.main_page {
    margin-top: 5rem;
    align-items: flex-start; 
}
.list-group-self {
    padding: 0.2rem 1.3rem;
    color: #959799;
}
.main-link-movie-self:hover {
    color: #007bff;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
}
.buttom-main {
    display: flex;
    margin: auto;
    flex-direction: column;
}
.buttom-main button {
    margin: auto;
}
.main-link-movie {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 220px;
    color: #127fe2;
}
.main-link-movie:hover {
    color: #0e6abd;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 12px;
    transition:  0.3s cubic-bezier(.6,-0.03,.43,.98);

}
.main-link-movie img {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px 1px;
}
.main-link-movie:hover img {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 11px 2px;
    transition:  0.3s cubic-bezier(.6,-0.03,.43,.98);
}
.lang_block {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}
.lang_block input {
    margin: 0 5px;
}
.hover, .hover-action {
    position: relative;
}
.hidden {
    display: none;
    position: absolute;
    bottom: 4rem;
    left: 1rem;
    background-color: #fff;
    color: #3aaeda;
    padding: 5px;
    text-align: center;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.16);
    box-shadow: 0 1px 1px rgba(0,0,0,.16);
    font-size: 12px;
}
.hover:hover + .hidden{display: block;}
.hovers{
    position: relative;
}
.hover-action:hover + .hidden-aclion{display: block;}

@-webkit-keyframes pulse{
    to{
    box-shadow:0 0 0 15px rgba(90, 153, 220, 0)}
    
    }
.left-title-movie {
    background-color: #3ca1ff;
    margin: 0;
}
.left-title-movie a {
    color:#fff;
}
.left-title-movie:hover {
    color:#fff;
    background-color: #1189fa;
}
.signup_form ul {
    font-size: small;
    color: #155724;
    background-color: #d4edda;
    border: 1px solid transparent;
    border-color: #c3e6cb;  
    border-radius: .25rem;
    padding: .75rem 1.25rem;
}
.signup_form input {
    width: 100%;
}

/* one-button forms that replaced GET links for delete / move up / move down / logout */
.inline-form {
    display: block;
    margin: 0;
}
.logout-form {
    margin: 0;
}
.logout-form button {
    background: none;
    border: 0;
    cursor: pointer;
    font: inherit;
}

/* page layout of the slide / movie pages (standards mode) */
.page-row {
    flex-wrap: nowrap;
    margin: 0;
    height: 100vh;
    align-items: flex-start;
}
.left-menu {
    height: calc(100vh - 57px);
}

/* ---- left panel: slide list ------------------------------------------------ */
/* every row is one flex line: name on the left, a group of equal square icon buttons on the right */
.li-left-menu.slide-row {
    padding: .3rem .5rem .3rem 1.1rem;
}
.slide-line {
    display: flex;
    align-items: center;
    gap: .35rem;
    width: 100%;
    min-height: 36px;
}
.slide-line .link-slide {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.title-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: .25rem .5rem;
}
.title-content .title-text {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
    overflow-wrap: anywhere;
}
/* an empty block on the left keeps the heading centred when the arrows are on the right */
.title-content.has-tools::before {
    content: '';
    flex: none;
    width: 58px;
}
.row-tools {
    display: flex;
    align-items: center;
    flex: none;
    gap: 2px;
}
.row-tools .inline-form {
    display: flex;
}

.icon-btn, button.btn-del {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    box-shadow: none;
    color: #8b929b;
    line-height: 1;
    cursor: pointer;
    transition: background-color .15s, color .15s;
}
.icon-btn::before, button.btn-del::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-color: currentColor;
    -webkit-mask: var(--icon) center / contain no-repeat;
    mask: var(--icon) center / contain no-repeat;
}
.icon-btn:hover, button.btn-del:hover {
    background-color: rgba(15, 23, 42, .08);
    color: #1f2937;
}
.icon-btn:focus-visible, button.btn-del:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 1px;
}
.icon-btn:active, button.btn-del:active { background-color: rgba(15, 23, 42, .14); }
.ic-up:hover, .ic-down:hover, .ic-edit:hover { color: #0d66b9; background-color: rgba(13, 102, 185, .12); }
.ic-trash:hover, button.btn-del:hover { color: #d93b52; background-color: rgba(217, 59, 82, .12); }
.ic-up { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 16l-7-7-7 7'/%3E%3C/svg%3E"); }
.ic-down { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8l7 7 7-7'/%3E%3C/svg%3E"); }
.ic-edit { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 3a2.83 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z'/%3E%3C/svg%3E"); }
.ic-trash, button.btn-del { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6'/%3E%3Cpath d='M10 11v6M14 11v6'/%3E%3Cpath d='M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2'/%3E%3C/svg%3E"); }

.btn-open-editor {
    display: block;
    width: 100%;
    margin: .15rem 0 .2rem;
    white-space: nowrap;
}
/* the delete button under a movie card lines up with the text of the card */
.cards-self > .inline-form {
    padding: 0 0 .4rem 9px;
}

/* export drop-down ("Export" on the cards, in the left panel) and the import card */
.export-menu { position: relative; display: inline-block; }
.export-menu > summary {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 28px;
    padding: 0 9px;
    border-radius: 6px;
    color: #4b5563;
    font-size: .8125rem;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: background-color .15s, color .15s;
}
.export-menu > summary::-webkit-details-marker { display: none; }
.export-menu > summary::after {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
}
.export-menu > summary:hover, .export-menu[open] > summary { background-color: rgba(13, 102, 185, .12); color: #0d66b9; }
.export-menu > summary:focus-visible { outline: 2px solid #3b82f6; outline-offset: 1px; }
.export-list {
    position: absolute;
    z-index: 30;
    left: 0;
    top: 100%;
    min-width: 11.5rem;
    margin-top: 2px;
    padding: 4px;
    text-align: left;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .16);
}
.export-list a {
    display: block;
    padding: 7px 10px;
    border-radius: 6px;
    color: #1f2937;
    font-size: .875rem;
    white-space: nowrap;
}
.export-list a small { color: #8b929b; }
.export-list a:hover { background: #eef5fc; color: #0d66b9; text-decoration: none; }
.card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px .4rem 4px;
}
.card-actions .inline-form { padding: 0; }
.left-export { display: flex; justify-content: center; padding: .35rem 0 .1rem; }
.btn-import { margin: auto; }
.import-hint { display: block; margin-top: .4rem; color: #959799; text-align: center; }
.import-note { margin: .75rem 0 0; color: #6b7280; font-size: .875rem; }

/* messages ("imported", "the file is not valid", ...) float under the fixed header instead of hiding behind it */
.site-messages {
    position: fixed;
    z-index: 90;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    width: min(720px, calc(100vw - 32px));
}
.site-messages .alert { margin-bottom: .5rem; box-shadow: 0 6px 20px rgba(15, 23, 42, .15); }
