/*-- Reset --*/
body, html {
    height: 100%;
}

body {
    font-family: 'Rubik', sans-serif;
}

a {
    text-decoration: none
}

.login-form .form-control::placeholder {
    color: #c1c1c1 !important;
    opacity: 1 !important
}

:focus {
    box-shadow: none !important;
}

/*-- Reset --*/


/*-- Utilities --*/
.text-login-primary {
    color: #F4D93A
}

.text-login {
    color: #F4D93A
}

.text-login-primary:hover {
    color: #d7be26 !important
}

.text-success {
    color: #83BF6E !important
}

.text-danger {
    color: #EB5757 !important
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600 !important
}

.fw-800 {
    font-weight: 800;
}

.font-inter {
    font-family: 'Inter', sans-serif;
}

.font-orbitron {
    font-family: 'Orbitron', sans-serif;
}

.btn {
    border: none !important
}

.btn-login-primary {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    color: #2c2c2c;
    background: #F4D93A;
    border-radius: 7px;
    padding: 21px 20px 19px;
}

.btn-login-primary:hover {
    background: #d7be26;
    color: #2c2c2c;
}

.btn-secondary {
    background: rgba(209, 198, 198, 0.1);
}

.border-login-primary {
    border: 1px solid #F4D93A;
}

.btn-secondary:hover {
    background: #d7be26;
    color: #31212D;
}

.btn-action {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    background: #160714;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 11px;
    padding: 12px 15px;
}

.btn-action img {
    margin-right: 6px;
}

.btn-action:hover {
    border: 2px solid #d7be26 !important;
}

.form-control:focus,
.form-control {
    font-family: 'Inter', sans-serif;
    border: none;
    padding: 20px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #D2D6DA;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    width: 100%;
    caret-color: #f4d93a;
}

.form-control::placeholder {
    color: #6F767E !important;
    opacity: 1 !important;
}

.form-check:not(.form-switch) .form-check-input {
    cursor: pointer;
    background-color: transparent;
    border-color: #fff !important;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border-radius: 3px;
}

.form-check:not(.form-switch) .form-check-label {
    cursor: pointer;
}

.form-check:not(.form-switch) .form-check-input:checked {
    background-color: #f4d93a !important;
    background-image: url('../images/checkbox.svg') !important;
    background-size: 12px !important;
    border-color: #f4d93a !important;
    transform: scale(1.1);
}

.datepicker-dropdown.dropdown-menu {
    background-color: #181617 !important;
    border-color: #1c191a !important;
    color: rgb(255 255 255 / 66%) !important;
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #181617 !important;
}

.datepicker-dropdown.dropdown-menu th:hover,
.datepicker-dropdown.dropdown-menu td:hover {
    color: #888 !important
}

.datepicker-dropdown.dropdown-menu td.day.active {
    background-color: #F4D93A !important;
    background-image: none !important;
    color: #000 !important
}

.custom-select {
    cursor: pointer
}

.custom-select option {
    color: #333 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

/*-- Utilities --*/

/*-- Common --*/
body:not(.login-page) {
    background-image: url('../images/dashboard-bg.png'), linear-gradient(to right, rgb(46 37 42), rgba(0, 0, 0, .97));;
}

.content {
    padding: 24px 35px;
}

.section-title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.03em;
}

/*-- Common --*/

/*-- Login Page--*/
.login-screen-wrap {
    padding: 60px 20px;
}

.login-title {
    margin-top: 83px;
    font-size: 57px;
    line-height: 57px;
}

.login-subtitle {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.4em;
    margin-top: 25px;
}

.login-page {
    background-image: url('../images/login-bg.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.login-form {
    max-width: 450px;
    margin-top: 60px;
}

.login-form-field {
    margin-top: 20px;
}

.login-form-field .form-control {
    background: #24354A;
    opacity: .5;
    height: unset !important;
    padding: 20px;
    border: 1px solid transparent;
    color: #D2D6DA;
    font-size: 15px;
    line-height: 24px;

}

.login-form-field .form-control:focus {
    color: #D2D6DA;
    background-color: #24354A;
    border-color: unset;

}

.login-form-field img {
    right: 20px;
    top: 38%;
}

.forgot-password {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin-top: 10px;
    color: #9B9EA1;
}

.forgot-password:hover {
    color: #9B9EA1;
}

.login-btn {
    margin-top: 26px;
}

.login-success .login-title {
    margin-top: 133px;
}

.connect-wallet-btn {
    margin-top: 72px;
    max-width: 447px;
}

/*-- Login Page --*/

/*-- Navigation --*/
.top-navigation {
    position: fixed;
    top: 0;
    right: 0;
    left: 96px;
    z-index: 999;
    transition: all .3s ease;
}

.main-menu {
    background-color: #161F2C;
    padding: 22px 20px;
}

.main-menu .nav-item {
    position: relative;
}

.main-menu .nav-item:nth-last-child(1):after {
    display: none;
}

.main-menu .nav-link {
    padding: 14px 16px !important;
    margin-right: 31px;
}

.main-menu .nav-link span {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #717B97;
}

.main-menu .nav-link img {
    width: 24px;
    height: 24px
}

.main-menu .nav-link .icon-hover {
    display: none
}

.main-menu .nav-item.active .icon-hover,
.main-menu .nav-link:hover .icon-hover {
    display: inline
}

.main-menu .nav-item.active .icon-static,
.main-menu .nav-link:hover .icon-static {
    display: none
}

.main-menu .nav-item.active .nav-link span,
.main-menu .nav-link:hover span {
    color: #fff
}

.main-menu .nav-item.active .nav-link,
.main-menu .nav-link:hover {
    background: #272B30;
    box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
    border-radius: 12px;
}

.dropdown-menu {
    background-color: #161F2C;;
    border-color: #161F2C;
}

.dropdown-menu a {
    color: #717B97;
    font-weight: 600 !important
}

.dropdown-menu a:hover {
    color: #fff;
    background: transparent
}

.user-profile-menu img {
    max-width: 48px
}

.user-profile-menu .dropdown-toggle::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/menu-caret-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 3px -8px 0;
}

.user-profile-menu .dropdown-toggle::after {
    display: none
}

.side-navigation {
    padding: 24px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background-color: #161F2C;
    background-image: url('../images/sidebar-menu-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .3s ease;
}

.sidebar-menu-brand {
    margin-left: -10px;
}

.sidebar-menu {
    margin-top: 53px;
}

.sidebar-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    transition: all .3s ease;
    margin-bottom: 8px;
}

.sidebar-menu ul li {
    position: relative;
}

.sidebar-menu ul li.active:before {
    content: '';
    background: #F4D93A;
    box-shadow: 0px 0px 4px rgb(244 217 58 / 75%);
    border-radius: 20px;
    display: block;
    left: -30px;
    top: 0;
    width: 10.01px;
    height: 56px;
    position: absolute;
}

.sidebar-menu ul li.active a,
.sidebar-menu ul li a:hover {
    background: #272B30;
}

.sidebar-menu ul li a .icon-hover {
    display: none;
}

.sidebar-menu ul li.active a .icon-static,
.sidebar-menu ul li a:hover .icon-static {
    display: none;
}

.sidebar-menu ul li.active a .icon-hover,
.sidebar-menu ul li a:hover .icon-hover {
    display: block;
}

/*-- Navigation --*/

/*-- Dashboard --*/
.user-cards {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 36px;
}

.user-card {
    padding: 17px;
    background: linear-gradient(62.42deg, rgba(255, 255, 255, 0.1) 20.61%, rgba(255, 255, 255, 0) 82.27%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    filter: drop-shadow(2px 4px 30px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(70px);
    border-radius: 0px 15px;
    transition: all .01s;
}

.user-card:hover {
    box-shadow: inset -0.5px 0px 2px 0px #f4d93a;
}

.user-card .card-body {
    padding: 20px 5px 5px 5px;
}

.user-card .featured-img {
    border-radius: 15px;
    height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.user-card .card-title {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.user-card .meta-date {
    color: #828282;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin-bottom: 20px
}

.user-card .btn-choice {
    margin-top: 8px
}

.btn-choice {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 24px;
    padding: 11px 20px 13px 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.btn-choice img {
    max-width: 24px;
    width: 100%;
}

.whitelist-requests {
    margin-top: 40px;
}

.pending-projects {
    margin-top: 17px;
}

.pending-projects table {
    width: 100%;
    background: linear-gradient(62.42deg, rgba(255, 255, 255, 0.1) 20.61%, rgba(255, 255, 255, 0) 82.27%);
    filter: drop-shadow(2px 4px 30px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(70px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 8px;
}

.pending-projects table thead {
    background: #151116;
    border-radius: 8px 8px 0px 0px;
}

.pending-projects table thead th {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    padding: 20px 20px 25px 20px
}

.pending-projects table td {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    padding: 20px;
}

.pending-projects table td a {
    color: #fff !important
}

.pending-projects table .project-row-name img {
    max-width: 36px;
}

.pending-projects table .project-row-name a span {
    margin-left: 12px !important
}

.pending-projects table .project-row:hover,
.pending-projects table .project-row.featured {
    background: #272B30;
    box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.11);
    border-radius: 12px
}

.pending-projects table .project-row td.project-row-star i {
    color: #E4E2E2;
}

.pending-projects table .project-row:not(.featured) td.project-row-star i.fas {
    display: none;
}

.pending-projects table .project-row:hover td.project-row-star i.far,
.pending-projects table .project-row.featured td.project-row-star i.far {
    display: none;
}

.pending-projects table .project-row:hover td.project-row-star i.fas,
.pending-projects table .project-row.featured td.project-row-star i.fas {
    display: inline;
}

.pending-projects table .project-row td.project-row-star i {
    color: #DAC238;
}

.winners-list {
    margin-top: 22px;
    padding: 20px 30px 27px;
    background: linear-gradient(67.33deg, rgba(255, 255, 255, 0.1) 10.44%, rgba(255, 255, 255, 0) 101.11%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    filter: drop-shadow(2px 4px 30px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(70px);
    border-radius: 0px 15px;
}

.winners-list-header {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    justify-content: space-between;
    margin-bottom: 25px;
}

.winners-list-row {
    margin-top: 10px;
    background: rgba(209, 198, 198, 0.1);
    border-radius: 12px;
    justify-content: space-between;
    padding: 20px 25px 20px 25px;
}

.winners-list-project-name,
.winners-list-project-data {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.winners-list-project-img {
    margin-right: 15px;
}

.winners-list-project-img img {
    max-width: 36px;
}

.winners-list-project-data span {
    color: #828282;
}

.winners-list-project-data i {
    color: #DAC238;
    font-size: 13px;
    margin-right: 5px;
}

.winners-list-cta .btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    padding: 3px 20px 4px !important;
}

.leaderboard {
    margin-top: 40px;
}

.leaderboard-list {
    background: linear-gradient(67.33deg, rgba(255, 255, 255, 0.1) 10.44%, rgba(255, 255, 255, 0) 101.11%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    filter: drop-shadow(2px 4px 30px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(70px);
    border-radius: 0px 15px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.leaderboard-list-header {
    background: #151116;
    border-radius: 0px 12px 0px 0px;
    letter-spacing: 0.02em;
    padding: 17px 30px
}

.leaderboard-list-body {
    padding: 20px 20px 44px 38px;
    display: grid;
    grid-template-columns: 1fr 210px;
    align-items: center;
}

.leaderboard-list-items table {
    border-collapse: separate;
    border-spacing: 0 4px;
    letter-spacing: -0.01em;
}

.leaderboard-list-items table th {
    color: rgba(251, 248, 255, 0.5);
}

.leaderboard-list-items table th {
    padding: 8px
}

.leaderboard-list-items table td {
    color: #C7BEC7;
    padding: 8px
}

.leaderboard-list-items tr:not(:first-child) {
    background: #433D42;
    border-radius: 6px;
}

.leaderboard-list-items tr td:first-child {
    border-radius: 6px 0 0 6px;
    padding-left: 20px;
}

.leaderboard-list-items tr th:first-child {
    padding-left: 20px;
}

.leaderboard-list-items tr td:first-child img {
    margin-top: -8px;
}

.leaderboard-list-items tr td:last-child {
    border-radius: 0 6px 6px 0;
    color: #DAC238;
}

.yellow-head {
    padding: 0 20px
}

.yellow-head img {
    max-width: 145px
}

.yellow-head .yellow-head-title {
    font-size: 14px;
    margin-top: 11px;
}

.yellow-head a {
    color: #828282 !important;
}

/*-- Dashbaord --*/

/*-- NFT Tracker --*/
.tracker-table {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    margin-top: 27px;
    overflow-x: auto;
}

.tracker-table .dataTables_wrapper {
    overflow-x: auto;
}

.tracker-table .dataTables_wrapper table {
    min-width: 1300px;
}

.tracker-table .dataTables_length select {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    border: none;
    color: rgba(252, 252, 252, 0.5) !important;
    outline: none !important;
    margin-right: 7px;
}

.tracker-table .dataTables_wrapper {
    background: linear-gradient(63.9deg, rgba(255, 255, 255, 0.1) 20.81%, rgba(255, 255, 255, 0) 99.57%);
    filter: drop-shadow(2px 4px 30px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(70px);
    border-radius: 8px;
    margin-top: 24px;
    border: 1px solid #312E2E;
}

.tracker-table table.dataTable tbody tr {
    background-color: transparent;
}

.tracker-project-name {
    min-width: 140px;
}

.tracker-table .tracker-action {
    min-width: 70px;
}

.tracker-project-name img {
    max-width: 30px;
    margin-right: 14px;
}

.tracker-table table .choice-img {
    max-width: 24px;
}

.tracker-table table thead th {
    letter-spacing: 0.02em;
    background: #151116 !important;
}

.tracker-table table td {
    letter-spacing: -0.01em;
    color: rgba(252, 252, 252, 0.5);
}

.tracker-table table th,
.tracker-table table td {
    padding: 15px 8px !important
}

.tracker-table tr th:first-child,
.tracker-table tr td:first-child {
    padding-left: 50px !important;
}

.tracker-table tr th:last-child,
.tracker-table tr td:last-child {
    padding-right: 50px !important;
}

.tracker-table table .tracker-action a:first-child {
    margin-right: 22px;
}

.tracker-table table .tracker-action i {
    font-size: 20px;
}

.tracker-table table .wallet-status {
    padding: 8px 10px;
    border-radius: 6px;
    max-width: 150px;
}

.tracker-table table .wallet-status.wallet-pending {
    background: #F4D93A;
    color: #171319;
}

.tracker-table table .wallet-status.wallet-submitted,
.tracker-table table .wallet-status.wallet-confirmed {
    background: #83BF6E;
    color: #1C171E;
}

table.dataTable.no-footer {
    border: none !important
}

/*-- NFT Tracker --*/


/*-- NFT Tracker - Edit Project --*/
.edit-project select {
    background-image: url('../images/select-dropdown.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center right 20px !important;
    cursor: pointer;
}

.edit-project-checkboxes {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 20px;
    margin-top: 10px;
}

.edit-project textarea {
    height: 155px;
}

/*-- NFT Tracker - Edit Project --*/

/*-- Form Blocks --*/
.form-wrapper {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    background: linear-gradient(63.9deg, rgba(255, 255, 255, 0.1) 20.81%, rgba(255, 255, 255, 0) 99.57%);
    filter: drop-shadow(2px 4px 30px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(70px);
    border-radius: 8px;
    border: 1px solid #312E2E;
    padding: 45px 55px 65px 55px;
    margin-top: 28px;
    color: #fff;
    max-width: 1567px;
}

.form-wrapper .form-row .form-field-label {
    margin-bottom: 8px;
}

.form-wrapper .col-12 {
    margin-top: 30px;
}

.form-wrapper .form-buttons .col-12 {
    margin-top: 45px;
}

.form-wrapper .form-buttons .btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    width: 172px;
    border-radius: 6px;
    padding: 8px 20px 8px;
    margin-right: 8px;
    margin-top: 15px;
}

.form-wrapper .form-buttons .btn:hover {
    opacity: .8
}

.form-wrapper .form-buttons .btn-login-primary {
    color: #31212D;
    background: #F4D93A;
}

.form-wrapper .form-buttons .btn-secondary {
    color: #fff;
    background: #524e55;
}

/*-- Form Blocks --*/

/*-- Box Datatable --*/
.box-datatable-search,
.tracker-table-search {
    background: #1D1D1D;
    border: 1px solid #312E2E;
    border-radius: 12px;
    background-image: url('../images/search.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 16px center;
    padding: 20px 20px 20px 52px;
    box-shadow: none !important;
    outline: none !important;
    font-size: 15px;
    line-height: 24px;
}

.box-datatable-search:focus,
.tracker-table-search:focus {
    caret-color: #f4d93a;
    color: #fff;
}

.box-datatable {
    margin-top: 45px;
}

.box-datatable table {
    margin-top: 33px;
}

.box-datatable tbody {
    background: linear-gradient(63.9deg, rgba(255, 255, 255, 0.1) 20.81%, rgba(255, 255, 255, 0) 99.57%);
    filter: drop-shadow(2px 4px 30px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(70px);
    border-radius: 8px;
    padding: 55px;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #312E2E;
}

.box-datatable tbody tr {
    background: transparent !important
}

.dataTables_length select option {
    color: #333;
}

.dataTables_wrapper .dataTables_paginate {
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: rgba(232, 229, 229, 0.2) !important;
    background: transparent !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    font-size: 0 !important;
    height: 25px !important;
    width: 25px !important;
    border-radius: 100% !important;
    background-color: #C4C4C4 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background-color: rgba(196, 196, 196, 0.2) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    background-image: url('../images/left.svg') !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    background-image: url('../images/right.svg') !important;
}

.data-table-footer {
    padding: 40px 40px 40px 50px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.tracker-table .data-table-footer {
    padding: 40px 40px 40px 50px;
}

.box-datatable .data-table-footer {
    padding: 50px 0;
}

.box-datatable .dataTables_paginate,
.box-datatable .dataTables_length,
.box-datatable .dataTables_info,
.tracker-table .dataTables_paginate,
.tracker-table .dataTables_length,
.tracker-table .dataTables_info {
    float: unset;
    padding: 0;
    color: rgba(252, 252, 252, 0.5) !important;
}

.data-table-right,
.data-table-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-datatable .dataTables_length select,
.tracker-table .dataTables_length select {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    border: none;
    color: rgba(252, 252, 252, 0.5) !important;
    outline: none !important;
    margin-right: 7px;
}

.dataTables_empty {
    color: rgba(252, 252, 252, 0.5) !important;
    font-size: 14px;
}

/*-- Box Datatable --*/

/*-- Social Media --*/
.page-header {
    margin-top: 18px;
    align-items: center;
    justify-content: space-between;
}

.social-media-col {
    padding: 0 !important
}

.social-box {
    background: linear-gradient(to right, #333337);
    filter: drop-shadow(2px 4px 30px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(70px);
    border-radius: 8px;
    padding: 30px 20px 30px 30px;
    max-width: 350px;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.social-box-icon {
    margin-right: 40px;
}

.social-box-icon i {
    width: 52px;
    height: 52px;
    justify-content: center;
    font-size: 26px;
    margin-right: 30px
}

.social-box-icon span {
    min-width: 65px;
}

.social-box-actions a:first-child {
    margin-right: 20px;
}

.social-box-actions a i {
    font-size: 18px
}

/*-- Investors --*/
.investor-table .dataTables_wrapper table {
    min-width: 800px;
}

.investor-table-name img {
    max-width: 34px;
    margin-right: 11px;
}

.investor-table-id {
    color: #FCFCFC !important;
}

.investor-table-name a,
.investor-table-email a {
    color: rgba(252, 252, 252, 0.5) !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 4px solid #EB5757;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.switch-slider::before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: -9px;
    bottom: 2px;
    background-color: #70ce99;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .switch-slider {
    background-color: transparent;
    border: 4px solid #70ce99;
}

.switch input:focus + .switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch-slider::before {
    left: 1px;
    background-color: #EB5757;
    border-radius: 50%;
}

.switch input:checked + .switch-slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
    background-color: #70ce99;
}

.investor-table-actions i {
    font-size: 20px;
}

.investor-table-actions label,
.investor-table-actions a {
    margin-right: 24px;
}
