/*

To change this license header, choose License Headers in Project Properties.

To change this template file, choose Tools | Templates

and open the template in the editor.

*/


/* 

    Created on : 05/12/2019, 16:53:52

    Author     : walace.ferreira

*/

.container-modal-temas {
    top: 9%;
    left: 19%;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    outline: none;
    position: fixed;
    padding: 24px 0 0 0;
    width: 850px;
    z-index: 501;
}

.modal-title {
    margin: 0;
    padding-bottom: 24px;
    padding-left: 32px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    z-index: 25;
    -webkit-box-shadow: 0 5px 10px -5px #e1e1e1;
    box-shadow: 0 5px 10px -5px #e1e1e1;
    color: #000;
    cursor: default;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.modal-title-center {
    align-items: center;
    background: none;
    box-shadow: none;
    display: flex;
    margin: 0;
    padding: 24px 24px 16px;
}

.modal-title h4 {
    -webkit-font-smoothing: antialiased;
    font-family: 'Google Sans', Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    font-size: 1.375rem;
    color: #212121;
    line-height: 24px;
    padding: 0;
}

.modal-title span {
    height: 20px;
    opacity: .54;
    width: 20px;
    background-image: url('https://www.wakamy.com.br/assets/img/ui/close.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
    margin: 16px;
    outline: none;
    padding: 0;
    height: 11px;
    opacity: .7;
    padding: 17px;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
}

.container-item-modal {
    padding: 0;
    height: 400px;
    padding-left: 32px;
    border: 0;
    margin: 0;
    overflow-y: scroll;
    background: transparent;
}

.content-item-modal {
    background-color: red;
    ;
    cursor: pointer;
    display: inline-block;
    width: 190px;
    height: 117px;
    margin-top: 8px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.edit-album-main {
    padding: 25px 52px 15px;
}

.edit-album-main h2 {
    margin: 0 0px 22px 13px;
}

.edit-album-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 500;
}

.edit-album-container a {
    text-decoration: none;
}

.edit-album-container form {
    width: 600px;
    height: 400px;
    border-top: 2px solid #ff3333;
    box-shadow: 0px 1px 20px 16px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    padding: 0;
    max-width: 700px;
    margin: auto;
    z-index: 500;
}

.edit-album-container .form-control:focus {
    border-top-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;

}

.edit-album-container form input {
    width: 100%;
    background-color: transparent;
    /* color: white; */
    border: 0;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 40px 10px 10px;
    /* font-weight: 900; */
    /* font-size: 18px; */
    box-sizing: border-box;
    border-radius: 0;
}

.edit-album-container .form-control:focus {
    width: 100%;
    background-color: transparent;
    /* color: white; */
    border: 0;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 40px 10px 10px;
    /* font-weight: 900; */
    /* font-size: 18px; */
    box-sizing: border-box;
    border-radius: 0;
}

.modal-album-buttons {
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    padding: 24px 32px;
    margin-top: 0;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    box-shadow: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin: 0;
    padding: 24px;
}

.btn-salvar-album {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    outline: none;
    position: relative;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .25px;
    background: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #5f6368;
    cursor: pointer;
    font-weight: 500;
    height: 36px;
    min-width: 80px;
    outline: none;
    padding: 0 16px;
    background-color: #1a73e8;
    color: #fff;
    border: none;
}

.btn-cancelar-album {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    outline: none;
    position: relative;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .25px;
    background: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #5f6368;
    cursor: pointer;
    font-weight: 500;
    height: 36px;
    min-width: 80px;
    outline: none;
    padding: 0 16px;
    margin: 0 0 0 8px;
}

.btn-exluir-album {
    align-items: center;
    border: none;
    display: inline-flex;
    justify-content: center;
    outline: none;
    position: relative;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .25px;
    background: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #5f6368;
    cursor: pointer;
    font-weight: 500;
    height: 36px;
    min-width: 80px;
    outline: none;
    padding: 0 16px;
    margin: 0 0 0 8px;
}

.default-theme {
    background-image: linear-gradient(to bottom, #3f3b3b, #343131, #292727, #1f1d1d, #151414, #251416, #331319, #420f1d, #710826, #a10027, #d0001f, #fc0202);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 190px;
}

.spiner-gif {
    display: inline;
    position: absolute;
    opacity: .6;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 24;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    outline: none;
}

.spiner-gif img {
    position: relative;
}

.loading-gif {
    position: fixed;
    /* opacity: .3;
    background-color: white; */
    /* width: 100%; */
    width: 120px;
    /* height: 682px; */
    top: 50%;
    left: 50%;
    z-index: 9999;
    /* align-items: center;
    display: inline-flex;
    justify-content: center; */
    transform: translate(-50%, -50%);
}

.loading-gif img {
    /* height: 200px; */
    /* position: relative; */
}

.item-modal {
    z-index: 20;
    width: 190px;
    height: 117px;
}

.user-opcoes {
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    padding: 24px 32px;
    margin-top: 0;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    box-shadow: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin: 0;
    padding: 24px;
}

.salvar-close-modal {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    outline: none;
    position: relative;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Google Sans', Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .25px;
    background: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #5f6368;
    cursor: pointer;
    font-weight: 500;
    height: 36px;
    min-width: 80px;
    outline: none;
    padding: 0 16px;
    background-color: #1a73e8;
    color: #fff;
    border: none;
}

.cancelar-close-modal {
    align-items: center;
    border: none;
    display: inline-flex;
    justify-content: center;
    outline: none;
    position: relative;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Google Sans', Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    letter-spacing: .25px;
    background: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #5f6368;
    cursor: pointer;
    font-weight: 500;
    height: 36px;
    min-width: 80px;
    outline: none;
    padding: 0 16px;
    margin: 0 0 0 8px;
}

.tema-color1 {
    background-image: linear-gradient(-225deg, #000 0%, #666 100%);
}

.tema-color2 {
    background-image: linear-gradient(to bottom, #7fb6ca, #9ac9cc, #bbdbd2, #ddebdf, #fafcf5);
}

.tema-color3 {
    background-image: linear-gradient(to left, #cedbf0, #d3d8f2, #dad5f1, #e2d2ef, #ebceea);
}


}

.tema-color4 {
    background-image: linear-gradient(to bottom, #820517, #980217, #ad0017, #c30015, #d90010, #d90010, #d90010, #d90010, #c30015, #ad0017, #980217, #820517) !important;
}

.item-selected {
    border: 2px solid #4285f4;
}

.btn_editar_album {
    z-index: 9999;
}

/* ----------------------------------- ----------------------------------- -----------------------------------*/

/* ---------- ----------------------------------->>> @Media <<<----------- -----------------------------------*/

/* ----------------------------------- ----------------------------------- -----------------------------------*/

/* @Media da página > @Media

//////////////////////////////////////*/

/**

* Estilos @Media Large

*

* @section Extra Large ----------------------------------->>> 1920px <<<----------- -----------------------------------

*/

/* Extra Large Desktop Devices */
@media (min-width: 1362px) {}

@media (min-width: 768px) {}

/**

* Estilos @Media Large

*

* @section Extra Large ----------------------------------->>> 1920px <<<----------- -----------------------------------

*/

/* Extra Large Desktop Devices */
@media (min-width: 1200px) and (max-width: 1361px) {}

/* Small Desktop Devices and iPad Landscape  ------------------------>>> 1023px - 1199 ----------------------------------*/
@media (min-width: 1024px) and (max-width: 1199px) {}

/**

* Estilos @Media Medium

*

* @section Medium  ----------------------------------->>> 768px - 1023px <<<----------- --------------------------------

*/

/* iPad and Tablets Potrait */
@media (min-width: 768px) and (max-width: 1023px) {}

/**

* Estilos @Media Small

*

* @section Small  ----------------------------------->>> 320px - 767 <<<----------- -----------------------------------

*/

/* Large Screen Phones */
@media (min-width: 480px) and (max-width: 767px) {
    .edit-album-container {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: 500;
    }

    .container-modal-temas {
        top: 9%;
        left: 0%;
        background-color: #f8f9fa;
        border: none;
        border-radius: 4px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        outline: none;
        position: fixed;
        padding: 24px 0 0 0;
        width: 100%;
        z-index: 501;
    }
}

/* Small Screen Phones */
@media (min-width: 320px) and (max-width: 479px) {
    .edit-album-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: 500 !important;
    }

    .fa-ellipsis-v {
        position: absolute;
        top: 92%;
        left: 97%;
        cursor: pointer;
    }

    .edit-album-container form {
        width: 100%;
        height: 100%;
    }

    .container-modal-temas {
        top: 9%;
        left: 0%;
        background-color: #f8f9fa;
        border: none;
        border-radius: 4px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        outline: none;
        position: fixed;
        padding: 24px 0 0 0;
        width: 100%;
        z-index: 501;
    }

    .container-item-modal {
        padding: 0;
        height: 400px;
        padding-left: 18px;
        border: 0;
        margin: 0;
        overflow-y: scroll;
        background: transparent;
    }
}


/* MODAL POLITICA DE COOKIE */

.modal-cookie {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-cookie-content {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-cookie-content p {
    color: #000 !important;
}

.cookie-btn {
    background-color: #732d9c;
    color: #fff !important;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cookie-btn:hover {
    background-color: #2d91ff;
}