/* General */

#club-main {
    position: relative;
    min-height: 100vh;
    color: #000;
}

.cda-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #62b246;
    background: rgba(255, 255, 255, 0.7);
    transition: all .3s ease;
    opacity: 1;
    visibility: visible;
}
.cda-loader.main {
    font-size: 50px;
    background-color: #fff;
}
.cda-loader.content {
    font-size: 50px;
}
.cda-loader.content i {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}
.cda-loader.hide {
    opacity: 0;
    visibility: hidden;
}
.show-loader .cda-loader {
    opacity: 1;
    visibility: visible;
}

#club-main h1,
#club-main h2,
#club-main h3 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
    color: #184209;
}
#club-main a {
    color: #62b246;
}
#club-main a:hover {
    color: #184209;
}

.cda-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.cda-toggle i {
    width: 22px;
    margin-right: 10px;
    text-align: center;
}
.cda-toggle.active i::before {
    content: "\f070";
}
.cda-toggle-cont {
    display: none;
    background-color: #f9f9f9;
    padding: 20px;
}

.cda-form,
.cda-form .main-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1;
}
#cda-edit-profile {
    align-items: flex-start;
}
.cda-form .min-col {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.cda-form .col {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 10px;
}
.cda-form .col.half {
    width: 48%;
}
.cda-form .col >p {
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 3px;
}
.cda-form .col >.desc {
    display: block;
    line-height: 1.2em;
    font-style: italic;
    font-size: .7em;
    margin-bottom: 6px;
}
.cda-form .col.required >p::after {
    content: " *";
}
.cda-form .col .data {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
.cda-form .resume {
    border: 1px dashed #ccc;
    padding: 10px 15px;
    margin-top: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}
.cda-form .under-age.hide {
    display: none;
}
.cda-form p.desc {
    margin-bottom: 10px;
    font-style: italic;
}
.cda-form fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 5px;
}
.cda-form fieldset.col {
    background-color: #f9f9f9;
    border-color: #ccc;
    margin-bottom: 30px;
}
.cda-form fieldset.col:last-of-type {
    margin-bottom: 10px;
}
.cda-form fieldset legend {
    font-weight: 500;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: .85em;
}
.cda-form fieldset.repeat {
    display: block;
}
.cda-form .field-type-radio label,
.cda-form .field-type-checkbox label {
    margin-right: 15px;
    font-weight: 400;
}
.select2-container--default .select2-results__option--selected {
    background-color: #f2f2f2;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #62b246;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
}
.select2-container .select2-selection--multiple {
    min-height: 43px;
}
.select2-container--default .select2-selection--multiple textarea {
    display: inline;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-top: 4px;
    padding-bottom: 6px;
    background-color: #f2f2f2;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    bottom: 0;
    border-radius: 0;
}
.iti {
    width: 100%;
}
.iti__selected-country:hover {
    background: none;
    border: 0;
    color: #000;
}
input[type=search].iti__search-input {
    padding-left: 30px;
    padding-right: 28px;
}
.iti--inline-dropdown .iti__dropdown-content {
    margin-top: 0;
}
.cda-form .vertical label {
    display: block;
    margin-top: 3px;
}
.cda-form ::placeholder {
    opacity: .3;
    font-style: italic;
}
.cda-form .doc-box {
    display: flex;
}
.cda-form .doc-box .select2-container {
    width: 100px!important;
}
.cda-form .doc-box input {
    border-left: 0!important;
}
.cda-form .birthdate-box {
    display: flex;
    align-items: center;
}
.cda-form .birthdate-box #age {
    white-space: nowrap;
    line-height: 1;
    margin-left: 20px;
}
.cda-form input::-webkit-outer-spin-button,
.cda-form input::-webkit-inner-spin-button {
    appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
}
.cda-form input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}
.cda-form .wrap-minutes {
    display: flex;
    max-width: 140px;
}
.cda-form .wrap-minutes .btn {
    width: 100px;
    border: 1px solid #dddddd;
    background-color: #4f4f4f;
    border-color: #4f4f4f;
    border-radius: 5px 0 0 5px;
    padding-top: .1em;
    font-size: .8em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cda-form .wrap-minutes .btn.plus {
    border-radius: 0 5px 5px 0;
}
.cda-form .wrap-minutes input {
    border-left: 0!important;
    border-right: 0!important;
    text-align: center;
    padding: .5em;
}
.cda-form .wrap-minutes input:focus {
    border-color: #dddddd;
}
.cda-form .minutes-price {
    font-weight: 500;
    margin-top: 10px;
    color: #62b246;
    margin-bottom: 20px;
}
.cda-form .col.readonly {
    opacity: 0.3;
}
.cda-form .col-submit {
    margin: 15px 0 0 0;
}
.cda-form .col-submit button {
    display: inline-flex;
    justify-content: center;
    position: relative;
    background-color: #62b246;
    text-transform: uppercase;
    margin: 0 10px 5px 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}
.cda-form .col-submit button:hover {
    background-color: #184209;
}
.cda-form .col-submit button:disabled:hover {
    background-color: #62b246;
    cursor: default;
}
.cda-form .col-submit button span {
    padding: .66em 1em .5em 1em;
}
.cda-form .col-submit button span.space {
    padding-top: .5em;
}
.cda-form .col-submit button .fa-spin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
}
.cda-form .col-submit button.loading .fa-spin {
    display: flex;
}
.cda-form .col-submit button.loading span {
    opacity: 0;
}
.cda-toggle-pass {
    position: relative;
}
.cda-toggle-pass input {
    padding-right: 40px;
}
.cda-toggle-pass i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    z-index: 2;
    cursor: pointer;
}
.cda-toggle-pass i.show:before {
    content: "\f070";
}
.multicheck-wrapper label {
    display: block;
    max-width: max-content;
    margin-top: 3px;
}
.radio-wrapper label {
    display: block;
    max-width: max-content;
    margin-top: 3px;
}
.cda-form .main-title {
    border-bottom: 1px solid;
    width: 100%;
    padding-bottom: 5px;
    margin: 20px 0;
    font-weight: 700;
}
.cda-form .main-title.no-margin-top {
    margin-top: 0;
}
.cda-form textarea.limit {
    min-height: 200px;
}
.cda-form .textarea-counter {
    text-align: right;
    font-size: .9em;
}
.cda-form .textarea-counter.limited {
    color: #b01111;
}

.field-type-file .file-actions a {
    display: inline-block;
    line-height: 1;
    font-size: .8em;
    padding: .66em 1em;
    border-radius: 5px;
    border: 1px solid #999999;
    color: #000;
    margin: 5px 10px 5px 0;
    text-transform: uppercase;
    font-weight: 500;
    background: #f9f9f9;
}
.field-type-file .file-actions {
    margin-top: 5px;
}
.field-type-file .file-actions a:hover {
    background-color: #184209;
    color: #fff;
    border-color: #184209;
}

.cda-form .sesion.cda-toggle {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    justify-content: space-between;
}
.cda-form .sesion.cda-toggle-cont {
    width: 100%;
    font-size: .9em;
}
.cda-form .sesion.cda-toggle-cont strong {
    font-weight: 600;
}
.cda-form .sesion.cda-toggle-cont .file-info {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-top: 10px;
}
.cda-form .sesion.cda-toggle-cont .file-info:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.cda-form .sesion.cda-toggle-cont .file-actions a {
    background-color: #fff;
}
.cda-form .sesion.cda-toggle-cont .file-actions a:hover {
    background-color: #184209;
}

.cda-form .log-box {
    position: relative;
    margin: 20px 0;
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px;
}
.cda-form .log-box .date {
    position: absolute;
    top: -.9em;
    font-size: .8em;
    line-height: 1em;
    background: #f9f9f9;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: .3em .5em;
}
.cda-form .log-title {
    font-weight: 500;
    margin-bottom: 3px;
}
.cda-form .log-list {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
}
.cda-form .log-list {
    max-height: 500px;
}
.cda-form .log-actions,
.field-type-file {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
}
.field-type-file:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.cda-form .col:has(+ .main-title) .log-actions {
    border-bottom: 0;
}
.cda-form .log-actions .btn,
.field-type-file .btn {
    display: inline-block;
    padding: 8px 10px;
    background-color: #184209;
    color: #FFF;
    margin-top: 10px;
    border-radius: 5px;
    line-height: 1;
    text-transform: uppercase;
    font-size: .8em;
    cursor: pointer;
    transition: all .3s ease;
}
.cda-form .log-actions .btn:hover,
.field-type-file .btn:hover {
    background-color: #184209;
}
.cda-form .log-actions .btn.cancel {
    background-color: #b01111;
}
.cda-form .log-field,
.cda-form .log-actions .cancel,
.cda-form .log-actions.show .add {
    display: none;
}
.field-type-file.single .add-file.loaded {
    display: none;
}
.cda-form .log-field.show {
    display: block;
}
.cda-form .log-actions.show .cancel {
    display: inline-block;
}

.cda-form .error:not(.field-type-radio):not(.field-type-checkbox):not(.field-type-multicheck) input,
.cda-form .error select,
.cda-form .error textarea,
.cda-form .error .select2-container--default .select2-selection--single {
    border-color: #b01111;
}
.cda-form .error >p,
.cda-form .error >label {
    color: #b01111;
}

.cda-form.mode-view.history >.col:not(.once) {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}
.cda-form.mode-view.history >.col:not(.once):last-of-type,
.cda-form.mode-view.history >.col:not(.once):has(+ .main-title) {
    border-bottom: 0;
    padding-bottom: 0;
}

.cda-btn {
    position: relative;
    display: inline-block;
    background-color: #62b246;
    border: 1px solid #62b246;
    color: #FFF!important;
    text-transform: uppercase;
    font-size: .95em;
    line-height: 1.1em;
    padding: .66em 1em .5em 1em;
    transition: all .3s ease;
    box-shadow: none;
    overflow: hidden;
    cursor: pointer;
}
.cda-btn.alt {
    background-color: #184209;
    border-color: #184209;
}
.cda-btn:hover {
    background-color: #184209;
    border-color: #184209;
    color: #fff;
}

.cda-btn .cda-loader {
    background-color: #62b246;
    color: #fff;
}
.cda-btn .cda-loader {
    background-color: #000;
}

.cda-file-wrapper .uploader {
    position: relative;
    width: 100%;
    min-height: 200px;
    border: 1px dashed #999999;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f9f9f9;
    transition: all .3s ease;
}
.cda-file-wrapper .uploader .file-input {
    display: none;
}
.cda-file-wrapper .uploader .file-label {
    display: inline-block;
    padding: .66em 1.33em;
    background-color: #184209;
    color: white;
    border-radius: 5px;
    margin: .5em 0;
    cursor: pointer;
    transition: all .3s ease;
}
.cda-file-wrapper .uploader .file-label:hover {
    background-color: #000;
}
.cda-file-wrapper .uploader span {
    display: block;
}
.cda-file-wrapper .uploader .file-name {
    display: none;
    font-weight: 500;
    border-top: 1px dashed #CCCCCC;
    margin-top: .5em;
    padding-top: .5em;
}
.cda-file-wrapper .uploader .file-name.show {
    display: block;
}
.cda-file-wrapper .uploader .file-name.error {
    color: #b01111;
}
.cda-file-wrapper .uploader.dragover {
    background-color: rgba(17, 176, 176, 0.1);
    border-color: #62b246;
}

.cda-file-wrapper {
    border-top: 1px solid #CCCCCC;
    padding: 20px 0;
}
.cda-file-wrapper:first-of-type {
    border-top: 0;
}
.cda-file-wrapper.loaded:not(.mode-replace) .uploader,
.cda-file-wrapper.loaded:not(.mode-replace) textarea {
    display: none;
}
.cda-file-wrapper .actions {
    display: flex;
    align-items: flex-end;
}
.cda-file-wrapper .actions .file-info {
    flex: 1;
}
.cda-file-wrapper .actions .desc {
    display: block;
}
.cda-file-wrapper .actions .btns {
    text-align: right;
}
.cda-file-wrapper .actions .btns span {
    cursor: pointer;
    white-space: nowrap;
    margin-left: 20px;
}
.cda-file-wrapper .actions i {
    margin-right: .3em;
}
.cda-file-wrapper.mode-replace .replace i::before,
.cda-file-wrapper.mode-delete .delete i::before {
    content: "\f00d";
}
.cda-file-wrapper.mode-delete .name,
.cda-file-wrapper.mode-delete .replace {
    opacity: .3;
    pointer-events: none;
    cursor: default;
}
.cda-file-wrapper.mode-delete .view {
    pointer-events: none;
    cursor: default;
}
.cda-file-wrapper.mode-replace .replace,
.cda-file-wrapper.mode-delete .delete,
.cda-file-wrapper .actions .cancel {
    color: #b01111;
}

.cda-uploadAvatar {
    position: relative;
    display: inline-block;
}
.cda-uploadAvatar input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.cda-uploadAvatar label {
    position: relative;
	display: inline-block;
    width: 180px;
    height: 180px;
    border: 2px solid #999999;
    border-radius: 50%;
    background-image: url(../img/user.png);
    background-color: #f9f9f9;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: border .3s ease;
    overflow: hidden;
}
.cda-uploadAvatar input:focus + label {
    border-color: #000;
}
.cda-uploadAvatar input + label:hover {
	border-color: #000;
}
.cda-uploadAvatar input + label * {
	pointer-events: none;
}
.cda-uploadAvatar .preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}
.cda-uploadAvatar .preview.active {
    background-color: #f9f9f9;
}
.cda-uploadAvatar .delete-avatar {
    display: inline-block;
    text-transform: uppercase;
    background: #b01111;
    color: #fff;
    position: absolute;
    top: -3px;
    right: -3px;
    line-height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.cda-uploadAvatar .delete-avatar.show {
    opacity: 1;
    visibility: visible;
}
.cda-uploadAvatar .delete-avatar:hover {
    background-color: #000;
}

.cda-msg {
    display: none;
    font-size: .9em;
    line-height: 1.2em;
    align-items: center;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
}
.cda-msg >i {
    flex: 0 0 auto;
    font-size: 24px;
    margin-right: 10px;
}
.cda-msg .text {
    flex: 1;
}
.cda-msg.error {
    display: flex;
    background-color: rgba(176, 17, 17, 0.1);
    color: #b01111;
}
.cda-msg.error i::before {
    content: "\f06a";
}
.cda-msg.ok {
    display: flex;
    background-color: rgba(17, 176, 118, 0.1);
    color: #11b077;
}
.cda-msg.ok i::before {
    content: "\f058";
}
.cda-msg.adv {
    display: flex;
    background-color: rgb(176 128 17 / 10%);
    color: #b08011;
}
.cda-msg.adv i::before {
    content: "\f06a";
}
.cda-msg a {
    color: currentColor!important;
    text-decoration: underline;
    font-weight: 500;
}
.cda-msg a:hover {
    color: #000!important;
}

.cda-popup {
    display: none;
    position: fixed;
    background: #0006;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 103;
    padding: 20px;
}
.cda-popup.show {
    display: block;
}
body.cda-popup-opened {
    overflow: hidden;
}
.cda-popup .wrapper {
    margin: auto;
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.cda-popup .head,
.cda-popup .footer {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    padding: 20px;
    background: #FFF;
    border-radius: 5px 5px 0 0;
}
.cda-popup .footer {
    border-radius: 0 0 5px 5px;
}
.cda-popup .main {
    flex: 0 1 auto;
    overflow: hidden;
    background: white;
    padding: 0 20px;
}
.cda-popup .main-content {
    overflow-y: auto;
    height: 100%;
}
.cda-popup .head-content {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: .4em;
    text-transform: uppercase;
    color: #62b246;
}
.cda-popup .head .close {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 40px;
    line-height: 34px;
    text-align: center;
    background-color: #62b246;
    color: #FFF;
    font-size: 20px;
    border-radius: 50%;
    border: 3px solid #FFF;
    cursor: pointer;
    transition: all .3s ease;
}
.cda-popup .head .close:hover {
    background-color: #184209;
}

/* Login */
.cda-main-auth {
    min-height: 100vh;
}
.cda-main-auth .image {
    width: 100%;
    background-color: #184209;
    background-position: center;
    background-size: cover;
}
.cda-main-auth .logo {
    width: 100%;
    max-width: 500px;
    font-size: 0.5em;
    padding: 20px 20px 100px 20px;
    text-align: center;
}
.cda-main-auth .image img {
    width: 12em;
    margin-bottom: 1em;
}
.cda-main-auth .image h1 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.5em;
    margin: 0;
}
.cda-main-auth .form-box {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 40px;
}
.cda-main-auth .form-box button {
    width: 100%;
    margin: 0;
}
.cda-main-auth .form-box small {
    display: block;
    margin-top: 6px;
    line-height: 1.4em;
}
.cda-main-auth .form-box .extra {
    text-align: center;
    border-top: 1px solid #999999;
    margin: 30px 0 0 0;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.cda-main-auth .form-box .extra a {
    color: #000;
}
.cda-main-auth .form-box .extra a:hover {
    color: #184209;
}
.cda-main-auth .form-box .extra .other {
    margin-top: 40px;
    text-transform: none;
    font-size: .9em;
}
.cda-main-auth .terms {
    margin-top: 1em;
    line-height: 1;
}
.cda-main-auth .terms a {
    text-decoration: underline;
}

/* Account */
.cda-main-account {
    display: flex;
    min-height: 100vh;
}
.cda-menu-open {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 102;
    width: 20px;
    line-height: 80px;
    background: #184209;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: all .3s ease;
}
.cda-menu-open:hover {
    background-color: #62b246;
}
.cda-account-menu-wrapper {
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 103;
    overflow: hidden;
    overflow-y: auto;
    transition: all .3s ease;
    width: 100%;
    max-width: 300px;
    background: #184209;
    color: #FFF;
}
.cda-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
body.cda-menu-showing {
    overflow: hidden;
}
body.cda-menu-showing .cda-account-menu-wrapper {
    transform: translateX(0);
}
body.cda-menu-showing .cda-menu-overlay {
    opacity: 1;
    visibility: visible;
}
.cda-account-menu-wrapper .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 25px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
}
.cda-account-menu-wrapper .close:hover {
    color: #62b246;
}
.cda-account-menu-wrapper .logo {
    width: 100%;
    max-width: 80px;
    display: block;
    margin: 20px 0 20px 20px;
    transition: all .3s ease;
}
.cda-account-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cda-account-menu li {
    transition: all .3s ease;
}
.cda-account-menu li.active {
    background-color: rgba(0, 0, 0, 0.3);
}
.cda-account-menu .name {
    display: flex;
    align-items: center;
    color: #FFF!important;
    font-weight: 500;
    font-size: .9em;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 23px 20px;
    transition: all .3s ease;
}
.cda-account-menu span.name {
    padding-bottom: 18px;
}
.cda-account-menu ul ul .name {
    padding: 15px 40px 15px 55px;
    text-transform: none;
    font-size: .95em;
}
.cda-account-menu li.active >.name,
.cda-account-menu li a:hover {
    color: #62b246!important;
}
.cda-account-menu li i {
    font-size: 1.3em;
    width: 35px;
}

.cda-account-wrapper {
    position: relative;
    flex: 1;
    background-color: #f9f9f9;
    padding: 10px 10px 20px 10px;
}
.cda-account-wrapper .bar {
    font-size: .9em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 40px auto;
}
.cda-account-wrapper .bar .left {
    display: flex;
    align-items: center;
}
.cda-account-wrapper .bar a {
    color: #000!important;
}
.cda-account-wrapper .bar a:hover {
    color: #62b246!important;
}
.cda-account-wrapper .bar .icon {
    width: 25px;
    display: block;
    margin-right: 15px;
}
.cda-account-wrapper .bar .user {
    display: flex;
    align-items: center;
}
.cda-account-wrapper .bar .avatar {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
    background-size: cover;
    background-position: center;
}

.cda-account-content {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    max-width: 1200px;
    margin: auto;
}
#club-main .cda-account-content h1 {
    display: flex;
    align-items: center;
    text-transform: none;
    font-size: 1.2em;
    margin-bottom: 40px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: .4em;
}
#club-main .cda-account-content h1 a {
    font-size: 1.2em;
    margin-right: .3em;
    color: inherit;
}
#club-main .cda-account-content h1 a:hover {
    color: #62b246;
}
.cda-account-content.dashboard {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
}
.cda-account-content.dashboard .box-head {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 20px;
}
.cda-account-content.dashboard .box-head h1 {
    margin-bottom: 0!important;
}
.cda-account-content.dashboard .box-head .today {
    margin: 0;
    font-style: italic;
}
.cda-account-content.dashboard .box-col {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cda-account-content.dashboard .box {
    flex: 1;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 1.5em;
    line-height: 1.2em;
}
#club-main .cda-account-content.dashboard h2 {
    color: #62b246;
    text-transform: uppercase;
    line-height: 1.1em;
    font-size: 1.2em;
}
.cda-account-content.dashboard .box-wrapper {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
.dash-access .item {
    display: flex;
    align-items: center;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 1em;
    margin-bottom: 1em;
    color: #000!important;
}
.dash-access .item:hover {
    background-color: #f9f9f9;
}
.dash-access .item:last-of-type {
    margin-bottom: 0;
}
.dash-access .item i {
    flex: 0 0 auto;
    background: rgba(99, 178, 70, 0.1);
    width: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    color: #62b246;
    border-radius: 50%;
    margin-right: .7em;
}
.dash-access .item .text {
    flex: 1;
    font-weight: 500;
    color: #62b246;
}
.dash-access .item .sub {
    display: block;
    font-weight: 400;
    font-size: .9em;
    color: #000;
}
.dash-donations .totals {
    margin: -1% -1% 10px -1%;
}
.dash-benefits .item {
    display: flex;
    align-items: center;
    margin-bottom: .5em;
    border-bottom: 1px dashed #ccc;
    padding-bottom: .5em;
}
.dash-benefits .item:last-of-type {
    border-bottom: 0;
    margin-bottom: 10px;
}
.dash-benefits .item .img {
    width: 50px;
    margin-right: .5em;
}
.dash-benefits .item .text {
    flex: 1;
}
.dash-benefits .item .name {
    display: block;
    margin-bottom: .2em;
    font-weight: 500;
    color: #62b246;
}
.dash-benefits .item .status {
    display: block;
    font-size: .9em;
}
.dash-benefits .item.disabled i:before {
    content: "\f06a";
}
.dash-benefits .item.used i:before {
    content: "\f058";
}

.cda-patient-basic {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.cda-patient-basic a {
    display: inline-flex;
    line-height: 1;
    align-items: center;
    color: #000!important;
}
.cda-patient-basic i {
    font-size: 1.7em;
    color: #184209;
    margin-right: .3em;
    transition: all .3s ease;
}
.cda-patient-basic .info {
    margin: 6px 0;
}
.cda-patient-basic .name {
    font-weight: 500;
}
.cda-patient-basic a:hover,
.cda-patient-basic a:hover i {
    color: #62b246!important;
}
.cda-patient-basic .btns {
    flex: 1;
    text-align: right;
}
.cda-patient-basic .btns a {
    border: 1px solid #000;
    padding: .2em .4em .3em .4em;
    border-radius: 5px;
    line-height: 1;
    margin: .3em 0 .3em .3em;
}
.cda-patient-basic .btns a:hover {
    border-color: #62b246;
}

.cda-account-content .tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.cda-account-content .tabs li {
    flex: 0 0 auto;
    width: calc(50% - 5px);
    display: inline-block;
    text-align: center;
    border: 1px solid #CCCCCC;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .6em;
    border-radius: 5px;
    margin: 2px;
}
.cda-account-content .tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 5px;
    height: 100%;
}
.cda-account-content .tabs li:last-of-type {
    flex: 1;
}
.cda-account-content .tabs li.active {
    background: #62b246;
    border-color: #62b246;
}
.cda-account-content .tabs li.active a {
    color: #FFF;
    cursor: default;
}
.cda-account-content table {
    width: 100%;
    border-collapse: collapse;
}

.cda-log-wrapper {
    border-top: 1px dashed #ccc;
    margin-top: 40px;
    padding-top: 20px;
}
.cda-log-wrapper .list {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
.cda-log-wrapper .cda-toggle {
    font-size: 1em;
    color: #184209;
    text-transform: none !important;
}
table.cda-logs {
    background-color: #fff;
    margin-top: 20px;
    font-size: .8em;
    line-height: 1.3em;
}
table.cda-logs th {
    font-weight: 600;
    background-color: #f2f2f2;
}
table.cda-logs th,
table.cda-logs td {
    border: 1px solid #ccc;
    padding: .2em .5em;
}

.new-patient-cancel {
    display: inline-block;
    color: #b01111;
    font-weight: 500;
    margin-bottom: 10px;
}

.cda-list-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: .9em;
    margin-bottom: 40px;
}
.cda-list-head .cda-btn {
    margin-bottom: 10px;
}
#cda-search-list {
    display: flex;
    width: 100%;
}
#cda-search-list .input {
    position: relative;
    width: 100%;
}
#cda-search-list input {
    border-right: 0;
    padding-right: 30px;
}
#cda-search-list .clear {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#cda-search-list .search {
    background: #62b246;
    border-color: #62b246;
    color: #FFF;
    padding: .66em 1em;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}
#cda-search-list .search:hover {
    background: #184209;
    border-color: #184209;
}

.cda-list-body .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #CCCCCC;
    padding: 6px 20px;
    line-height: 1;
}
.cda-list-body .item:first-of-type {
    border-top: 0;
}
.cda-list-body .item:nth-child(even) {
    background-color: #f9f9f9;
}
.cda-list-body .status {
    width: .4em;
    height: .4em;
    margin-right: .5em;
    background: #11b077;
    border-radius: 50%;
}
.cda-list-body .status.activation-pending {
    background: #b08011;
}
.cda-list-body .info {
    flex: 1;
    padding: 12px 0;
}
.cda-list-body .info .name {
    display: block;
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: .1em;
}
.cda-list-body .info .doc {
    display: block;
    margin-bottom: .2em;
}
.cda-list-body .info .patients {
    display: block;
    margin-bottom: .3em;
}
.cda-list-body .info .assign-tag {
    display: block;
    margin-top: .5em;
    font-size: .9em;
}
.cda-list-body .info .assign-tag i {
    margin-right: .3em;
}
.cda-list-body .info .assign-tag.no {
    color: #b01111;
}
.cda-list-body .info .assign-tag.no i::before {
    content: "\f071";
}
.cda-list-body .info .assign-tag.no span::before {
    content: "Sin asignar";
}
.cda-list-body .info .assign-tag.yes {
    color: #11b077;
}
.cda-list-body .info .assign-tag.yes i::before {
    content: "\f058";
}
.cda-list-body .info .assign-tag.yes span::before {
    content: "Asignado a: ";
}
.cda-list-body .info .tag {
    display: inline-flex;
    align-items: baseline;
    font-size: .7em;
    font-weight: 500;
    margin-bottom: .2em;
    padding: .2em .4em;
    text-transform: uppercase;
    border-radius: 5px;
    color: #62b246;
    background-color: rgba(17, 176, 176, 0.1);
    cursor: default;
}
.cda-list-body .info .tag i {
    margin-right: .3em;
}
.cda-list-body .info .tag.status.is-activated {
    background-color: rgba(17, 176, 118, 0.1);
    color: #11b077;
}
.cda-list-body .info .tag.status.is-activation-pending {
    color: #b08011;
    background-color: rgba(176, 128, 17, 0.1);
}
.cda-list-body .info .tag.status.is-activation-pending i::before {
    content: "\f254";
}
.cda-list-body .info .tag.status.is-suspended {
    background-color: rgba(176, 17, 17, 0.1);
    color: #b01111;
}
.cda-list-body .info .tag.status.is-suspended i::before {
    content: "\f00d";
}

.cda-list-body .info .address {
    display: flex;
    align-items: center;
    margin-top: 1em;
}
.cda-list-body .info .phone {
    margin-top: .5em;
}
.cda-list-body .actions {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.cda-list-body .actions a {
    text-align: center;
    text-transform: uppercase;
    font-size: .6em;
    font-weight: 500;
    white-space: nowrap;
    color: #184209!important;
}
.cda-list-body .actions i {
    display: block;
    font-size: 2em;
    margin-bottom: 0.4em;
    color: #62b246!important;
}
.cda-list-body .actions .enable i::before {
    content: "\f058";
}
.cda-list-body .actions .disable i::before {
    content: "\f05e";
}
.cda-list-body.alt {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.cda-list-body.alt .item {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 5px;
}
.cda-list-body.alt .item-wrap {
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    padding: 10px 20px 20px 20px;
    display: flex;
    flex-direction: column;
}
.cda-list-body.alt .info i {
    margin-right: .4em;
    margin-top: .2em;
    font-size: 1.1em;
    width: 1.5em;
    text-align: center;
}
.cda-list-body.alt .actions {
    border-top: 1px solid #ccc;
    margin-top: 13px;
    padding-top: 15px;
    justify-content: flex-end;
}
.cda-list-body.alt .actions a {
    display: flex;
    font-size: .7em;
    margin-left: 20px;
}
.cda-list-body.alt .actions i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
    margin: 0 .3em 0 0;
}
.intentions .cda-list-body .item {
    padding: 0;
    position: relative;
}
.intentions .cda-list-body .item:nth-child(even) {
    background-color: transparent;
}
.intentions .cda-list-body .info {
    font-weight: 500;
    padding: 20px 1.2em 20px 0;
}
.intentions .cda-list-body .info .date {
    display: block;
    font-weight: 400;
    font-style: italic;
    font-size: .9em;
    margin-bottom: .3em;
}
.intentions .cda-list-body .info .subscriber {
    display: block;
    font-weight: 400;
    font-size: .9em;
    margin-top: .4em;
}
.intentions .cda-list-body .expand {
    padding: 12px;
    font-size: 1.2em;
    width: 2.5em;
    text-align: center;
}
.intentions .cda-list-body .show .expand i::before {
    content: "\f070";
}
.intentions .cda-list-body .delete {
    position: absolute;
    right: 0;
    top: 12px;
    width: 1em;
    color: #b01111!important;
}
.intentions .cda-list-body .details {
    display: none;
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px;
    margin-top: -8px;
}

.cda-benefits-list .item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.cda-benefits-list .item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.cda-benefits-list .item .img {
    position: relative;
    width: 100%;
}
.cda-benefits-list .item .img i {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 2em;
}
.cda-benefits-list .item .info {
    flex: 1;
    padding: 20px 0;
}
.cda-benefits-list .item .info h3 {
    margin-bottom: 10px;
}
.cda-benefits-list .item .actions {
    display: flex;
    flex-wrap: wrap;
}
.cda-benefits-list .item .actions span {
    display: inline-flex;
    align-items: center;
    padding: .3em .5em;
    margin: 0 .5em .5em 0;
    line-height: 1.2em;
}
.cda-benefits-list .item .actions .use {
    background: rgba(238, 180, 109, 0.25);
    border: 1px dashed #eeb46e;
}
.cda-benefits-list .item .actions .btn {
    font-size: .9em;
    text-transform: uppercase;
    background-color: #62b246;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}
.cda-benefits-list .item .actions .btn:hover {
    background-color: #184209;
}
.cda-benefits-list .item.disabled img,
.cda-benefits-list .item.disabled h3 {
    filter: grayscale();
}

.cda-save-benefit .reserved {
    margin-bottom: 20px;
    color: #b08011;
}
.cda-save-benefit .add-box,
.cda-save-benefit .delete-box {
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
}
.cda-save-benefit .delete-box {
    text-align: right;
}
.cda-save-benefit .add-box .add,
.cda-save-benefit .delete-box .delete {
    color: #b01111;
    font-size: .9em;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease;
}
.cda-save-benefit .add-box .add {
    color: #62b246;
    text-transform: uppercase;
    border: 1px solid;
    padding: .5em 1em;
    font-weight: 500;
    margin-top: 20px;
}
.cda-save-benefit .add-box .add:hover,
.cda-save-benefit .delete-box .delete:hover {
    color: #000;
}
.cda-save-benefit .col strong {
    font-weight: 500;
}

.cda-progress-bar {
    margin-top: 1em;
    border: 1px dashed #ccc;
    padding: 3em 1em 1em 1em;
    border-radius: 5px;
}
.cda-progress-bar .wrap {
    position: relative;
    display: flex;
    margin-bottom: 4em;
}
.cda-progress-bar .level {
    position: relative;
    flex: 1;
    border-left: 1px solid #ffffff;
    height: .8em;
    z-index: 2;
}
.cda-progress-bar .level:first-of-type {
    border-left: 0;
}
.cda-progress-bar .label-top,
.cda-progress-bar .label-bottom {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: right;
    padding-bottom: 10px;
}
.cda-progress-bar .label-bottom {
    bottom: auto;
    top: 100%;
    padding-top: 10px;
    padding-bottom: 0;
}
.cda-progress-bar .label-top span,
.cda-progress-bar .label-bottom span {
    position: relative;
    display: inline-block;
    background: #eee;
    font-weight: 500;
    font-size: .8em;
    padding: .3em;
    line-height: 1;
    border-radius: 5px 5px 0 5px;
}
.cda-progress-bar .label-bottom span {
    border-radius: 5px 0 5px 5px;
}
.cda-progress-bar .label-top span:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    border-top: 6px solid #eee;
    position: absolute;
    top: 100%;
    right: 0;
}
.cda-progress-bar .label-bottom span:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 6px solid #eee;
    position: absolute;
    bottom: 100%;
    right: 0;
}
.cda-progress-bar .label-top i {
    font-size: .9em;
}
.cda-progress-bar .completed.current .label-top span {
    background-color: #eeb46e;
    font-size: .9em;
}
.cda-progress-bar .completed.current .label-top span:after {
    border-top: 6px solid #eeb46e;
}
.cda-progress-bar .completed .label-top i:before {
    content: "\f058";
}
.cda-progress-bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ccc;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #fff;
}
.cda-progress-bar .progress span {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #62b246, #11b077);
}
.cda-progress-bar .total {
    text-align: center;
    font-size: .9em;
    line-height: 1.3em;
}

.cda-list-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: .9em;
    margin-top: 40px;
}
.cda-list-footer .count {
    flex: 1;
    text-align: center;
    margin-bottom: 15px;
}
.cda-list-footer .download-all {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
    margin-top: 40px;
}
.cda-list-footer .download-all a {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
}
.cda-list-footer .download-all i {
    font-size: 2em;
    margin-right: 0.3em;
}

#cda-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    line-height: 1;
    font-weight: 500;
    width: 100%;
    justify-content: center;
}
#cda-pagination a,
#cda-pagination span {
    display: inline-block;
    padding: 10px 5px;
    border: 1px solid #CCCCCC;
    margin: 3px;
    min-width: 35px;
    text-align: center;
    border-radius: 5px;
    color: #000;
}
#cda-pagination span {
    background: #62b246;
    color: #FFF;
    border-color: #62b246;
}
#cda-pagination a:hover {
    color: #62b246;
}

.cda-donation-options {
    padding: 0 1% 1% 1%;
}
.cda-donation-options .wrapper {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 1em;
}
.cda-donation-options .cda-form {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 1em 0 2em 0;
}
.cda-donation-options .other {
    width: 100%;
    padding: 2em 0 0 0;
}
.cda-donation-options .other h2 {
    margin-bottom: 30px;
}
.cda-donation-options .other .items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.cda-donation-options .other .open {
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px 10px;
    margin: 0 8px 8px 0;
    cursor: pointer;
    border-radius: 5px;
    transition: all .3s ease;
}
.cda-donation-options .other .open:hover {
    border-color: #4f4f4f;
}
.cda-donation-options .other img {
    display: block;
    width: auto;
    height: 25px;
}
img.qr-donation {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 350px;
}
.cda-donations-list {
    font-size: .95em;
    line-height: 1.2em;
}
.cda-donations-list .totals {
    display: flex;
    flex-wrap: wrap;
}
.cda-donations-list .total-item {
    flex: 1;
    border: 1px solid #ccc;
    background: #f9f9f9;
    text-align: center;
    text-transform: uppercase;
    padding: 1em;
    margin: 1%;
    border-radius: 5px;
}
.cda-donations-list .total-item.all {
    flex: 0 0 auto;
    width: 98%;
}
.cda-donations-list .total-item i {
    font-size: 1.5em;
    margin-bottom: .2em;
}
.cda-donations-list .total-item span {
    display: block;
    font-size: .8em;
}
.cda-donations-list .totals strong {
    display: block;
    font-size: 1.5em;
    font-weight: 500;
    text-transform: none;
    color: #62b246;
}
.cda-donations-list .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.cda-donations-list .item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.cda-donations-list .info {
    flex: 1;
}
.cda-donations-list .amount {
    color: #62b246;
    font-size: 1.05em;
    font-weight: 500;
    text-align: right;
}
.cda-donations-list .amount a {
    color: #184209 !important;
    border: 1px solid #184209;
    line-height: 1;
    padding: .2em .4em;
    margin: 5px 0 0 5px;
    display: inline-block;
}
.cda-donations-list .amount a:hover {
    background-color: #184209;
    color: #fff!important;
}
.cda-donations-list .c-item {
    border-top: 1px dashed #ccc;
    padding-top: .5em;
    margin-top: .7em;
}
.cda-donations-list .c-name {
    display: block;
    font-weight: 500;
}
.cda-donations-list .c-info {
    display: flex;
    align-items: center;
    margin-top: .3em;
}
.cda-donations-list .c-value {
    width: 85px;
    font-size: .8em;
    margin-left: .5em;
    text-align: right;
}
.cda-donations-list .c-bar {
    flex: 1;
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    line-height: 1;
    border-radius: 20px;
    overflow: hidden;
}
.cda-donations-list .c-bar .per {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #62b246;
    color: #fff;
    font-size: .8em;
    line-height: 1;
    padding: .2em .5em .15em .5em;
    border-radius: 20px;
}

.cda-chat-whatsapp {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    width: 50px;
    text-align: center;
    line-height: 42px;
    font-size: 30px;
    background: #1bd741;
    border: 3px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    padding-top: 2px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .2);
}

@media (min-width: 576px) {

    .cda-account-wrapper {
        padding: 10px 20px 40px 20px;
    }

    .cda-benefits-list .item .img {
        width: 200px;
    }
    .cda-benefits-list .item .info {
        padding: 20px;
    }
    
}

@media (min-width: 768px) {

    .cda-form .col:not(.full):not(.half):not(.third) {
        width: 48%;
    }
    .cda-form .col.half {
        width: 22%;
    }

    .cda-form .min-col {
        width: auto;
        margin-right: 40px;
    }

    .cda-popup .head,
    .cda-popup .footer {
        padding: 20px 40px;
    }
    .cda-popup .main {
        padding: 0 40px;
    }

    .cda-account-content.dashboard .col-2 {
        flex-direction: row;
        justify-content: space-between;
    }
    .cda-account-content.dashboard .col-2 .box {
        flex: 0 0 auto;
        width: 49%;
    }

    .cda-list-head .cda-btn {
        margin-bottom: 0;
    }
    #cda-search-list {
        max-width: 300px;
    }
    .cda-list-body .actions {
        width: auto;
        margin-bottom: 0;
    }
    .cda-list-body .actions a {
        margin-right: 20px;
    }
    .cda-list-body .actions a:last-of-type {
        margin-right: 0;
    }
    .cda-list-body.alt .item {
        width: 50%;
    }
    .cda-list-body.alt .actions {
        width: 100%;
    }
    .cda-list-body.alt .actions a {
        margin-left: 0;
    }
    .cda-list-footer .count {
        text-align: left;
    }
    #cda-pagination {
        width: auto;
        justify-content: center;
    }

    .cda-account-content .tabs li {
        flex: 1;
    }

    .cda-donation-options .cda-form {
        width: 50%;
        border-bottom: 0;
        border-right: 1px solid #ccc;
        padding: 1em;
    }
    .cda-donation-options .other {
        width: 50%;
        padding: 1em;
    }

    .cda-donations-list .total-item.all {
        flex: 1;
        width: auto;
    }

}

@media (min-width: 992px) {

    

}

@media (min-width: 1024px) {

    .cda-main-auth {
        display: flex;
        flex-wrap: wrap;
    }
    .cda-main-auth .image {
        width: auto;
        flex: 1;
    }
    .cda-main-auth .logo {
        font-size: 1vw;
        max-width: none;
        padding-left: 8%;
    }

    .cda-form .col.third {
        width: 31.333%;
    }

    .cda-menu-open {
        display: none;
    }
    .cda-account-menu-wrapper {
        position: relative;
        transform: translateY(0);
        flex: 0 0 auto;
    }
    body.cda-menu-showing {
        overflow: auto;
    }
    .cda-account-menu-wrapper .close,
    .cda-menu-overlay,
    .cda-account-wrapper .bar .icon {
        display: none;
    }

    .cda-account-menu-wrapper .logo {
        margin-left: 40px;
    }
    .cda-account-menu .name {
        padding: 23px 40px;
    }
    .cda-account-menu ul ul .name {
        padding: 15px 40px 15px 75px;
    }
    .cda-account-content {
        padding: 40px;
    }

    .cda-account-content.dashboard .box-head {
        padding: 0;
    }

}

@media (min-width: 1280px) {

    .cda-main-auth .logo {
        font-size: 0.8vw;
    }

    .cda-account-content.dashboard .col-1 {
        width: 60%;
    }
    .cda-account-content.dashboard .col-2 {
        flex-direction: column;
        width: 40%;
        padding-left: 1.5em;
    }
    .cda-account-content.dashboard .col-2 .box {
        width: 100%;
    }
    .cda-account-content.dashboard .col-3 {
        width: 50%;
        padding-right: .75em;
    }
    .cda-account-content.dashboard .col-4 {
        width: 50%;
        padding-left: .75em;
    }

    .cda-list-body.alt .item {
        width: 33.333%;
    }

}

/* Datepicker */
.air-datepicker-global-container {
    z-index: 999;
}