.choose-category-container,
.gift-accounts-deposit-container {
    padding: 65px 160px 0px 161px;
}

.gift-accounts-deposit-container>.subtitle {
    font-weight: 400;
    font-size: 15px;
    width: 312px;
    margin: 10px auto 38px auto;
    text-align: center;
}

.title {
    font-weight: 500;
    font-size: 23px;
    text-align: center;
    color: var(--subtitle-color);
}

.subtitle {
    font-weight: 500;
    font-size: 25px;
    color: var(--subtitle-color);
    margin-bottom: 26px;
    max-width: 659px;
}

.categories-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 68px -10px 88px -10px;
}

.category {
    width: calc(33% - 20px);
    height: 106px;
    background: #ffffff;
    box-shadow: 0px 4.49px 10.48px rgb(0 0 0 / 6%);
    border-radius: 166.88px;
    margin: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
    justify-content: center;
}

.selectize-dropdown {
    border: unset !important;
    border-top: unset !important;
    margin: 10px 0 0 0 !important;
    border-radius: 10px !important;
}

.selectize-dropdown.single {
    border: 0.7px solid #545454 !important;
}

.category>img {
    /* position: absolute; */
    left: 15%;
}

.category>.icon-hover {
    display: none;
    max-height: 40px;
    max-width: 40px;
}

.category>.icon {
    display: block;
    max-height: 40px;
    max-width: 40px;
}

.category.selected>.icon {
    display: none;
}

.category.selected>.icon-hover {
    display: block;
}

.category.selected {
    background: var(--button-color);
    cursor: auto;
}

.category.selected>.category-name {
    font-weight: 500;
    color: var(--button-text);
}

.category-name {
    font-weight: 400;
    font-size: 18px;
    color: #1B459C;
    margin-left: 5%;
}

.filters-container {
    margin-top: 124px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 65px 0;
}

.filters-container>.title {
    margin-bottom: 10px;
}

.filters-container>.subtitle {
    font-weight: 400;
    font-size: 15px;
    width: 340px;
    color: var(--subtitle-color);
    width: fit-content;
    margin: 0 auto 37px auto;
    text-align: center;
}

.filters {
    display: flex;
    justify-content: space-around;
    margin-bottom: 59px;
}

.filters>input::placeholder {
    color: #808080;
}

#deposit-popup-container {
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.63);
    display: flex;
    align-items: center;
    justify-content: center;
}

.deposit-popup {
    /* padding-bottom: 37px; */
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    height: 80vh;
    position: relative;
    overflow: scroll;
}

.deposit-header {
    height: 65px;
    padding-left: 51px;
    padding-right: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.deposit-title {
    font-weight: 500;
    font-size: 18.5201px;
    color: #545454;
}

.click-to-deposit {
    cursor: pointer;
}

.deposit-gift-accounts {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-right: 10px;
}

.deposit-gift-accounts::-webkit-scrollbar {
    width: 10px;
    border-radius: 50px;
}

.deposit-gift-accounts::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 50px;
}

.deposit-gift-accounts::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 50px;
}

.deposit-gift-accounts::-webkit-scrollbar-thumb:hover {
    background: #d8d8d8;
}

.deposit-gift-account {
    height: fit-content;
    border: 0.7px solid #545454;
    border-radius: 10px;
    margin-bottom: 25px;
}

.deposit-gift-account:not(:last-child) {
    margin-bottom: 55px;
}

.deposit-popup-button {
    width: 370px;
    height: 65px;
    background: #fe5000;
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    line-height: 65px;
}

#apply-to-all {
    margin: 0 auto 33px auto;
    width: 332px;
    height: 38px;
}

#add-to-cart {
    margin: 30px auto 0 auto;
}

.gift-account-info {
    background: #1b459c;
    border-radius: 8px;
    padding: 0px 22px 0px 24px;
    display: flex;
    align-items: center;
    height: 43px;
}

.gift-account-info>.trash-deposit {
    cursor: pointer;
    margin-left: auto;
}

.trash-deposit img {
    width: 15px;
}

.gift-account-info>.info-separator {
    width: 1px;
    height: 21px;
    background: #cbcbcb;
    margin-left: 20px;
    margin-right: 10px;
}

.gift-account-info>.info {
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    color: #ffffff;
}

.deposit-input-containers {
    padding: 29px 26px 29px 24px;
}

.deposit-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
}

.deposit-inputs input {
    background: #ebe8e8;
    border-radius: 50px;
    width: 351px;
    height: 42px;
    padding-left: 22px;
    font-weight: 300;
    font-size: 13px;
    color: #323131;
}

.deposit-input-container>.input-label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
    color: #545454;
    margin-left: 15px;
}

.deposit-inputs input::placeholder {
    color: rgba(0, 0, 0, 0.21);
}

.your-message {
    width: calc(100% - 42px);
    height: 51px;
    padding: 13px 22px;
    border: none;
    font-weight: 300;
    font-size: 13px;
    color: #545454;
    resize: none;
    background: #ebe8e8;
    border-radius: 10px;
}

.your-message::placeholder {
    color: rgba(0, 0, 0, 0.21);
}

.input-error {
    border: 1px solid #fe5000 !important;
}

.input-error::placeholder {
    color: #fe5000 !important;
}

#close-deposit-popup {
    font-weight: 500;
    font-size: 17.07px;
    line-height: 21px;
    color: #000000;
    opacity: 0.7;
    cursor: pointer;
}

.selectize-input>input {
    text-indent: 20px !important;
    width: 100% !important;
}

.deposits-gift-accounts-container {
    padding: 37px 26px 37px 51px;
    /* height: 100%; */
}

.deposit-gift-account-wrapper {
    padding-right: 29px;
}

.no-gift-accounts {
    font-weight: 300;
    font-size: 15px;
    height: 107px;
    width: 100%;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
}

.filter-container {
    width: 30%;
    height: 38px;
}

.filter-container>input::placeholder {
    font-size: 13px;
}


/*
.suggestions-dropdown {
  width: 100%;
  border: 3px solid #e4e4e4;
  height: fit-content;
}

.input-container {
  display: flex;
}

.suggestions-dropdown > .input-container {
  margin-left: 20px;
}

.suggestions-dropdown > .input-container > input {
  width: 90%;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  height: 38px;
  margin-left: auto;
}

.suggestions-dropdown > .dropdown {
  width: 100%;
  height: fit-content;
  padding: 0;
}

.suggestions-dropdown > .dropdown > div {
  display: none;
  font-weight: 700;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #000000;
}
*/

.btn {
    height: 42px;
    width: 171px;
    background-color: transparent;
    color: var(--button-color);
    font-weight: 500;
    font-size: 17px;
    border: 1px solid var(--button-color);
    border-radius: 218.56px;
    transition: all 0.3s ease-in-out;
    margin: auto;
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding: 0 20px;
    align-items: center;
}

.btn:hover {
    background-color: var(--button-color);
    color: #ffffff;
}

#deposit {
    margin-bottom: 63px;
}

.selectize-control.single .selectize-input,
.filter-container>input {
    border: 0.7px solid #545454;
    border-radius: 100px;
    color: #545454;
    height: 42px;
    line-height: 40px;
    padding: 0;
    width: calc(100% - 30px);
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;
}

.selectize-input>*,
.filter-container>input {
    text-indent: 20px;
}

.filter-container>input {
    height: 40px !important;
}

.selectize-control.single .selectize-input:after {
    display: none;
}


/* table */

.gift-accounts-table-container {
    border: 0.7px solid #545454;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 63px;
}

.gift-accounts-table-container .custom-table {
    table-layout: auto;
}

.gift-accounts-table-container .custom-table input[type="checkbox"] {
    appearance: auto;
    -moz-appearance: auto;
}

.gift-accounts-table-container .custom-table thead {
    padding-right: 57px;
    padding-left: 44px;
}

.subtitleCat {
    text-align: center;
    margin-top: 10px;
    color: #fe5000;
}

.table-alert {
    border-radius: 50px;
    width: 116px;
    height: 29px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 13.7794px;
    justify-content: start;
    margin: auto;
    border: 0.305548px solid transparent;
    text-transform: capitalize;
    padding-top: 2px;
}

.table-alert>.circle {
    width: 5.5px;
    height: 5.5px;
    border-radius: 50%;
    margin-right: 9px;
    margin-left: 13px;
}

.table-alert.in-cart {
    background: rgba(255, 232, 20, 0.15);
    border: 0.305548px solid #dbb800;
    color: #dbb800;
}

.table-alert.in-cart>.circle {
    background: #dbb800;
}

.table-alert.already-deposited {
    background: rgba(95, 214, 77, 0.15);
    border: 0.305548px solid #5fd64d;
    color: #2ac811;
}

.table-alert.already-deposited>.circle {
    background: #2ac811;
}

.custom-table {
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}

.custom-table>thead {
    position: sticky;
    top: 0;
}

.custom-table>thead>tr>th {
    padding: 16px 0;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 14px;
    /* text-transform: uppercase; */
    color: #545454;
    border-bottom: 0.7px solid #545454;
}

.custom-table>thead>tr>th:first-child {
    border-bottom-left-radius: 10px;
    min-width: 10px;
}

.custom-table>thead>tr>th:last-child {
    border-bottom-right-radius: 10px;
}

.custom-table>tbody>tr>td {
    padding: 13.5px 0;
    font-weight: 400;
    font-size: 15px;
    color: #4a4a4a;
    word-break: break-all;
    text-align: center;
    vertical-align: middle;
}

.custom-table tfoot>tr>td {
    padding: 5px 0;
    border-top: 0.7px solid #545454;
}

.custom-table tfoot>tr>td:first-child {
    border-top-left-radius: 10px;
}

.custom-table tfoot>tr>td:last-child {
    border-top-right-radius: 10px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 400;
    font-size: 12.149px;
}

.pagination>#next-page {
    margin-left: 11px;
}

.pagination>.page-number {
    margin-left: 11px;
    cursor: pointer;
}

.pagination>.change-page {
    cursor: pointer;
}

.pagination>.page-number.active {
    width: 20px;
    height: 27px;
    border-radius: 20px;
    background: #fe5000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: auto;
}

.hidden {
    display: none;
}

.filters-container.category-not-chosen {
    display: none;
}

.gift-accounts-deposit-container.category-not-chosen {
    display: none;
}

.category-not-chosen .category {
    height: 106px;
}

.choose-category-container.category-not-chosen {
    border: none;
}

.category-not-chosen .category:hover {
    background: var(--button-color);
}

.category-not-chosen .category>.icon {
    display: block;
}

.category-not-chosen .category>.icon-hover {
    display: none;
}

.category-not-chosen .category:hover>.icon {
    display: none;
}

.category-not-chosen .category:hover>.icon-hover {
    display: block;
}

.category-not-chosen .category:hover>.category-name {
    color: var(--button-text);
}

.selectize-dropdown.single {
    height: fit-content !important;
    max-height: 90px !important;
}

.alertMessageAceptar:not(:last-child) {
    margin-bottom: 10px;
}

.select-gift-account {
    border-radius: 100px;
    border: 1px solid #c1c1c1;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    cursor: pointer;
}

.checkbox {
    background-color: transparent;
}

.checked {
    background-color: #fe5000;
    border: unset;
}

.custom-table>tbody>tr>td {
    /* text-transform: lowercase; */
}

.custom-table>tbody>tr>td::first-letter {
    /* text-transform: uppercase; */
}

@media screen and (max-width: 450px) {
    .alertMessageDiv {
        margin-top: 0 !important;
    }
    .alertMessageAceptar {
        letter-spacing: 0;
    }
    .alertMessageDivContainer {
        display: flex;
        align-items: center;
    }
    .filters-container {
        margin-top: 50px;
    }
    .choose-gift-accounts-container {
        width: 90%;
        margin: auto;
    }
    .choose-category-container {
        padding: 50px 0;
        margin-top: 50px;
    }
    .categories-grid {
        margin: auto;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .category {
        width: 80%;
        margin: 10px auto;
        height: 65px !important;
        justify-content: center;
        display: flex;
    }
    .category>img {
        position: unset;
    }
    .custom-table tfoot>tr>td {
        border-top: transparent;
    }
    .category-name {
        margin-left: 3%;
        color: #1b459c;
    }
    .filters {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .filter-container {
        width: 80%;
        margin: 6px auto;
        height: 42px;
    }
    .gift-accounts-table-container .custom-table thead {
        display: none;
    }
    .pagination>.page-number {
        width: 20px;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: auto;
    }
    .pagination>.page-number.active {
        background: transparent;
        color: #fe5000;
    }
    .gift-account-row {
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: baseline;
        /* margin-left: 20px; */
        border: 0.7px solid #545454;
        border-radius: 7px;
        margin-bottom: 15px;
        padding: 10px;
        height: auto;
        justify-content: center;
    }
    .click-to-deposit {
        width: 55%;
        text-align: left !important;
        margin-left: 35px;
        text-indent: 0 !important;
    }
    .table-alert.already-deposited,
    .table-alert.in-cart {
        border-bottom-right-radius: 0;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .status-cell {
        position: absolute;
        top: 0;
        right: 0;
    }
    .custom-table>tbody>tr>td {
        padding: 0;
        padding-bottom: 10px;
        text-indent: 35px;
        word-break: unset;
    }
    .status-cell {
        text-indent: unset !important;
    }
    .select-gift-account {
        position: absolute;
        bottom: calc(50% - 10px);
        left: 10px;
        margin: 0;
    }
    .deposit-header {
        border-radius: 0;
        padding: 0;
        width: 95%;
        margin: auto;
    }
    .deposits-gift-accounts-container {
        padding: 0;
        width: 95%;
        margin: 40px auto 0;
    }
    .deposit-gift-account-wrapper {
        padding: 0;
    }
    .deposit-gift-accounts {
        height: auto;
    }
    .choose-category-container,
    .gift-accounts-deposit-container {
        padding: 0;
    }
    .gift-accounts-deposit-container {
        margin-top: 30px;
    }
    .gift-account-info {
        height: auto;
        padding: 10px;
        flex-direction: column;
        align-items: baseline;
        position: relative;
    }
    .deposit-gift-account {
        border: unset;
        margin-bottom: 0;
    }
    .gift-account-info>.info-separator {
        display: none;
    }
    .gift-account-info>.trash-deposit {
        position: absolute;
        top: 42%;
        right: 10px;
        bottom: 50%;
    }
    .deposit-input-containers {
        padding: 0;
        width: 95%;
        margin: auto;
        padding: 30px 0 0;
    }
    .deposit-input-container {
        width: 100%;
        margin-bottom: 20px;
    }
    .deposit-inputs {
        flex-direction: column;
        margin-bottom: 0;
    }
    .deposit-inputs input {
        width: calc(100% - 22px);
    }
    .deposit-input-container>.input-label {
        margin-bottom: 10px;
        margin-left: 10px;
    }
    #add-to-cart {
        margin-top: 0;
        width: 70%;
    }
    .gift-account-info>.info {
        font-weight: 200;
        line-height: 17px;
    }
    .gift-accounts-table-container {
        border: transparent;
    }
    .deposit-container {
        position: fixed;
        z-index: 20;
        bottom: 0;
        height: 20px;
        margin: auto;
        width: 90%;
        background: #FE5000;
        padding: 10px 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: 0px 0px 18px -4px rgb(0 0 0 / 19%);
        -webkit-box-shadow: 0px 0px 18px -4px rgb(0 0 0 / 19%);
        -moz-box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.19);
    }
    #deposit {
        margin-bottom: 0;
        width: 100%;
        border: transparent;
        padding: 0;
        color: white;
        background: transparent;
        font-size: 16px;
        height: 18px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .filters-container>.subtitle {
        width: 80%;
        line-height: 19px;
    }
    .no-gift-accounts {
        color: #bcbcbc;
        font-size: 13px;
    }
    #deposit-container {
        height: 100vh;
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.63);
        z-index: 9999;
    }
    #deposit-popup-container {
        overflow: auto;
        z-index: unset;
        position: relative;
        top: unset;
        left: unset;
        background: unset;
        height: 90vh;
        border-radius: unset;
    }
    .deposit-popup {
        width: 95%;
        margin: auto;
    }
    #apply-to-all {
        width: 100%;
        padding: 0;
    }
    #apply-to-all,
    #add-to-cart {
        font-size: 15px;
    }
}