.dashboard-content {
    padding: 20px;
    background: #ebebeb;
    overflow-x: hidden;
}

.dashboard-content.cyan {
    background: #ebebeb;
}

.dashboard .inner-container,
.admin .inner-container {
    width: 100%;
    overflow-x: auto; /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.dashboard .panel,
.admin .panel {
    border: none;
    box-shadow: none;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 10px;
}

.dashboard .panel.panel-default,
.admin .panel.panel-default {
    background-color: #ffffff;
    border: none;
}

.dashboard blockquote,
.admin blockquote {
    background-color: #ffffff;
    border-radius: 10px;
}

.dashboard table.footable,
.dashboard table.table,
.admin table.footable,
.admin table.table {
    color: #3a3a3a;
    background: white;
    border-radius: 8px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.dashboard .pagination > .active > a,
.admin .pagination > .active > a {
    background-color: #bd941d;
    border-color: #bd941d;
}

.dashboard .auto-hide .more,
.admin .auto-hide .more {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #4d4d4d;
    color: #ffffff;
    cursor: pointer;
    padding: 0 2.5px;
    width: 85px;
    -moz-transition: top 0.25s ease;
    -o-transition: top 0.25s ease;
    -webkit-transition: top 0.25s ease;
    transition: top 0.25s ease;
}

[dir="rtl"] .dashboard .auto-hide .more,
[dir="rtl"] .admin .auto-hide .more {
    position: absolute;
    top: 0px;
    right: unset;
    left: 0;
    background: #4d4d4d;
    color: #ffffff;
    cursor: pointer;
    padding: 0 2.5px;
    width: 85px;
    -moz-transition: top 0.25s ease;
    -o-transition: top 0.25s ease;
    -webkit-transition: top 0.25s ease;
    transition: top 0.25s ease;
}

.dashboard .panel .form-control:not(.note-form-control),
.admin .panel .form-control:not(.note-form-control) {
    background-color: #ffffff;
    border-width: 1px;
    box-shadow: none;
}

.autoform .form-group .input-wrap,
.form .form-group .input-wrap {
    background: #ffffff;
    border-radius: 10px;
}

.dashboard .form-group label,
.admin .form-group label {
    color: #3a3a3a;
    margin-inline-end: 5px;
}

.dashboard-content .reward-list .markdown-description-container .input-wrap {
    background: #ebebeb9c;
}

.autoform .form-group .input-wrap .form-control,
.autoform .form-group .input-wrap .form-control-static,
.autoform .form-group .input-wrap .input-group > .input-group-addon,
.autoform .form-group .input-wrap .bootstrap-tagsinput,
.form .form-group .input-wrap .form-control,
.form .form-group .input-wrap .form-control-static,
.form .form-group .input-wrap .input-group > .input-group-addon,
.form .form-group .input-wrap .bootstrap-tagsinput {
    padding: 6px 12px;
    color: #537880;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    border-color: #e3e3e3c7;
    background-color: #ffffff;
}

.autoform .form-group .input-wrap .form-control:focus,
.autoform .form-group .input-wrap .CodeMirror-focused,
.autoform .form-group .input-wrap .summernote.focused .note-editor,
.form .form-group .input-wrap .form-control:focus,
.form .form-group .input-wrap .CodeMirror-focused,
.form .form-group .input-wrap .summernote.focused .note-editor {
    border-color: #bd941d;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.autoform .help-text.info,
.form .help-text.info {
    text-align: end;
}

.autoform .help-text::before,
.form .help-text::before {
    font-family: FontAwesome;
    content: "\f05a";
    margin-inline-end: 5px;
    font-style: normal;
}

.autoform .form-group label > input[type="radio"] + span::before,
.form .form-group label > input[type="radio"] + span::before {
    content: "\f10c";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 17px;
    margin-right: unset;
    margin-inline-end: 6px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    height: 19px;
    line-height: 1;
}

.autoform .form-group label > input[type="checkbox"] + span::before,
.form .form-group label > input[type="checkbox"] + span::before {
    content: "\f096";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 17px;
    margin-right: unset;
    margin-inline-end: 6px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    height: 19px;
    line-height: 1;
}

.pull-right-form {
    float: inline-end;
    margin-top: -44px;
}

.material-switch + .control-label {
    margin-left: unset;
    margin-inline-start: 10px;
}

.image-zone {
    background: #ffffff;
}

.image-zone .dragndrop {
    width: 150px;
    height: 150px;
    position: relative;
    display: block;
    float: inline-start;
    margin: 5px;
}

.image-zone .image-list-sortable {
    min-height: 160px;
    display: block;
    border: 1px solid #f0f9f8;
    margin: 0;
    line-height: 0;
    float: inline-start;
    padding-right: 0;
}

.image-zone .dropzone {
    border: 2px dashed #bd941d;
    border-radius: 13px;
    cursor: pointer;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 150px;
    width: 100%;
    color: #537880;
    line-height: 15px;
    overflow: hidden;
}

.image-zone .dropzone i {
    color: #c9b668;
}

.input-wrap .image-zone .image-list-sortable {
    border: 0;
    min-height: 150px;
    padding-right: 0;
}

.btn-cyan {
    width: auto;
    background-color: #fce295;
    color: #404446 !important;
    font-family: Roboto, "Cairo";
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-cyan:hover {
    background-color: #f2d274 !important;
    color: #191919 !important;
}

.label-cyan {
    background-color: #c9b668;
    color: #ffffff;
}

.dashboard .auto-hide .more::before,
.admin .auto-hide .more::before {
    background-image: -webkit-gradient(
        linear,
        0% 50%,
        100% 50%,
        color-stop(28%, rgba(255, 255, 255, 0.1)),
        color-stop(100%, #ebebeb)
    );
    background-image: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 0.1) 28%,
        #ebebeb 100%
    );
    background-image: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0.1) 28%,
        #ebebeb 100%
    );
    background-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.1) 28%,
        #ebebeb 100%
    );
}

.dashboard table.footable tr th:first-child,
.dashboard table.footable tr td:first-child,
.dashboard table.table tr th:first-child,
.dashboard table.table tr td:first-child,
.admin table.footable tr th:first-child,
.admin table.footable tr td:first-child,
.admin table.table tr th:first-child,
.admin table.table tr td:first-child {
    padding-left: unset;
    padding-inline-start: 10px;
}

.validation-widget .desc ul {
    margin: 20px 0;
    background-color: white;
    padding: 15px;
    border-left: 4px solid #c9b668;
}

.validation-widget .desc ul a::before {
    font-family: fontAwesome;
    content: "\f0a4";
    display: inline-block;
    margin-right: unset;
    margin-inline-end: 5px;
    float: inline-end;
}

.calls-summary td {
    vertical-align: middle !important;
    text-align: left;
    border-top: 1px solid #99babe !important;
    border-bottom: 1px solid #99babe !important;
    border-right: 1px solid #99babe !important;
    color: 5px;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: unset !important;
    padding-inline-start: 20px !important;
}

.calls-summary td .img-owner {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 6px;
    background-color: #fff;
    margin-right: unset;
    margin-inline-end: 10px;
}

[dir="rtl"] .calls-summary td {
    text-align: right;
}

th {
    text-align: left;
}

[dir="rtl"] th {
    text-align: right;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
}

.modal-content {
    position: relative;
    background-color: #f2f4f5;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    min-width: 700px;
}

.panel-body.widget-preview {
    padding: 15px;
    background: #f2f4f580;
    border-radius: 12px;
}

.dashboard .panel .widget-preview .right,
.admin .panel .widget-preview .right {
    margin-left: unset;
    margin-inline-start: 20px;
    width: 70%;
}

/* Wallet */
.user-pool .btn {
    padding-left: 2em;
    padding-right: 2em;
    width: 140px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    border-radius: 10px;
}

[dir="rtl"] .user-pool .btn {
    font-size: 20px;
    line-height: 24px;
}

.dashboard .btn-pink {
    background-color: #ffddb6 !important;
    color: #404446 !important;
    font-family: Roboto, "Cairo";
    font-weight: 700;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dashboard .btn-pink:hover {
    background-color: #ffd29f !important;
    color: black !important;
}

.interests input[type="checkbox"] {
    outline: none;
    outline-offset: unset;
}

.projects-container .interests {
    color: #404446;
    background-color: #ffffff;
    box-shadow: 1px 2px 6px -2px #4d4d4d;
    margin: 40px 10%;
    padding: 3%;
    border-radius: 10px;
    flex-wrap: wrap;
    display: flex;
}

.interests label {
    display: flex;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    margin: 4px;
    align-items: center;
    justify-content: flex-start;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #edd795;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: " ";
    width: 14px;
    height: 14px;
    background: #cdb75e !important;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    box-shadow: none;
    background: #c9b667;
}

/* Wallet Charge Steps */
.dashboard .pool-container .pool-box input[type="number"],
.admin .pool-container .pool-box input[type="number"] {
    margin-right: unset;
    margin-inline-end: 10px;
    max-width: 100%;
    border: 1px #bfbdbd solid;
    width: 100%;
}

[dir="rtl"] .dashboard .pool-container .pool-box input[type="number"],
[dir="rtl"] .admin .pool-container .pool-box input[type="number"] {
    float: right;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: inline-start;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon:first-child {
    border-right: unset;
    border-inline-end: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[dir="rtl"] .input-group .form-control:first-child,
[dir="rtl"] .input-group-addon:first-child,
[dir="rtl"] .input-group-btn:first-child > .btn,
[dir="rtl"] .input-group-btn:first-child > .btn-group > .btn,
[dir="rtl"] .input-group-btn:first-child > .dropdown-toggle,
[dir="rtl"]
    .input-group-btn:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"] .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #ccc;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[dir="rtl"] .input-group .form-control:last-child,
[dir="rtl"] .input-group-addon:last-child,
[dir="rtl"] .input-group-btn:last-child > .btn,
[dir="rtl"] .input-group-btn:last-child > .btn-group > .btn,
[dir="rtl"] .input-group-btn:last-child > .dropdown-toggle,
[dir="rtl"] .input-group-btn:first-child > .btn:not(:first-child),
[dir="rtl"] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

[dir="rtl"] .pool-container .btn-social > :first-child {
    position: absolute;
    left: unset;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

[dir="rtl"] .pool-container .btn-social {
    position: relative;
    padding-left: unset;
    padding-right: 44px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[dir="rtl"] .pool-container .col-sm-6 {
    float: right;
}

.pool-container .btn-success {
    background-color: #fce295 !important;
    height: 45px;
    font-weight: bold;
    font-family: Roboto, "Cairo";
    color: #404446 !important;
    border-color: #fff !important;
    border-radius: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pool-container .btn-success:hover {
    background-color: #f2d274 !important;
    color: #191919 !important;
}

[dir="rtl"]
    .dashboard
    .panel
    .panel-body.cost-item
    .col-xs-6.col-xxs-12.required,
[dir="rtl"] .admin .panel .panel-body.cost-item .col-xs-6.col-xxs-12.required {
    float: right;
}

[dir="rtl"] .dashboard .panel .panel-body.cost-item .remove,
[dir="rtl"] .dashboard .panel .panel-body.reward-item .remove,
[dir="rtl"] .admin .panel .panel-body.cost-item .remove,
[dir="rtl"] .admin .panel .panel-body.reward-item .remove {
    padding: 30px 0 0 30px;
}

[dir="rtl"] .inner-container .col-md-4.col-xs-12.rtl-class {
    float: right;
}

@media (min-width: 480px) {
    .dashboard .invests-extra-options .exportcsv, .admin .invests-extra-options .exportcsv {
        float: inline-start;
    }

    .dashboard .invests-extra-options .mailing, .admin .invests-extra-options .mailing {
        float: inline-end;
    }
}

@media (min-width: 992px) {
    .col-md-4,
    .col-xs-12 {
        float: inline-start;
    }
}

@media (max-width: 851px) {
    .btn-cyan.charge-class {
        margin-top: 10px;
    }

    .projects-container .interests {
        margin: 40px auto;
    }
}

@media (max-width: 768px) {
    .btn-cyan.charge-class {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }

    [dir="rtl"] .pool-container .col-sm-6 {
        float: none;
    }

    .projects-container .interests {
        margin: 40px auto;
    }

    .interests label {
        margin: 8px;
    }

    .modal-dialog {
        width: 98%;
        margin: 100px auto;
    }

    .panel-body.widget-preview .left iframe {
        width: 100%;
    }

    .dashboard .panel .panel-body.cost-item .type,
    .dashboard .panel .panel-body.reward-item .type,
    .admin .panel .panel-body.cost-item .type,
    .admin .panel .panel-body.reward-item .type {
        white-space: nowrap;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .modal-content {
        width: 100%;
        min-width: 100%;
        margin: auto;
    }

    .modal-content .col-sm-6 {
        margin-bottom: 8px;
        text-align: center;
    }
}
