html,body,.main-wrapper,.main-section{
    min-height: 100vh;
}
label{
    width: 100%;
}

.g-10{
    gap:10px;
}
.g-20{
    gap:20px;
}
.g-30{
    gap:30px;
}

.text-green{
    color: var(--bs-success);
}

.center-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.main-wrapper {
    margin-left:auto;
    margin-right:auto;
    max-width:1440px;
}
.modal-content{
    padding: 5%;
}
.error-container{
    background: rgba(239, 70, 111, 0.08);
    border-radius: 8px;
    padding: 2rem;
    color: #EF466F;
}

.main-section {
    padding-top: 2rem;
    width:100%;
}

@media only screen and (max-width: 1440px) {
    .main-section {
        /*margin-left: 70px;*/
        /*width: calc(100% - 70px);*/
    }
}

@media only screen and (max-width: 600px) {
    .main-section {
        /*margin-left: 50px;*/
        /*width: calc(100% - 50px);*/
    }
}

.content-wrapper{
    margin-left:auto;
    margin-right:auto;
    padding: 0 5%;
}

/**Custom margin**/
.mt-2r{margin-top: 2rem}
.mt-6 {margin-top: 4rem}
.mt-7 {margin-top: 5rem}

/** Font Style **/

html,body,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
    padding: 0;
}
h1#access,.page-title{font-size: 1.875rem;}
.main-title{font-size: 3rem;font-weight: 600;}
.second-title{font-size: 1.875rem;font-weight: 600;margin-top: 8px}
.subtitle{font-size: 0.875rem;color: #777E90; }
.fs-20{font-size: 1.25rem;}.fs-24{font-size:1.5rem}.fs-12{font-size: 0.75rem}.fs-13{font-size:0.813rem}.fs-32{font-size: 2rem}
.fs-60{font-size:3.75rem;}
.fw-500{font-weight: 500}.fw-600{font-weight: 600;}.fw-700{font-weight: 700;}
.lh-15{line-height: 1.5}
.fc-grey{color:rgba(0, 0, 0, 1);}.fc-danger{color: #EF466F;}.fc-theme-black{color: #23262F;}.fc-blue{color: #4285F4;}
.fc-red{color:#EF466F }.fc-light-grey{color: #7A7B88}.fc-east-bay{color:#4A4B68;}.fc-dodger-blue{color:#3699FF;}
.fc-manatee{color:#888C9F}
.line-separators{width:100%;height:2px;background: #E6E8EC;}
.ws-pre-line{white-space: pre-line}
.second-margin-section{margin-top:5.75rem}
.event-padding{padding-right: 2rem;padding-left: 2rem;}
.margin-section{margin-top: 4.25rem}
/**
 * Sidebar
 */
/* width */
#menu-sidebar::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

/* Track */
#menu-sidebar::-webkit-scrollbar-track {
   /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;*/
    background-color: transparent;
}

/* Handle */
#menu-sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: #6F767E;
}

/* Handle on hover */
#menu-sidebar::-webkit-scrollbar-thumb:hover {
    background: #6F767E;
}
.sidebar {
    height: 100%;
    width: 70px;
    left: 0;
    position: fixed;
    z-index: 1000;
    background: #F5F5F5;
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}
.sidebar:hover{
    overflow-y: scroll;
}
span.icon-text{
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    color: #6F767E;
}
.sidebar-wallet{
    border-radius: 90px;
    border-color: #B5B5C3;
    border-width: 1px;
    border-style: solid;
    background: #F5F5F5;
    text-align: center;
    padding: 3px 10px 3px 10px;
}

.sidebar-login{
    border-radius: 5px;
    border: 1px solid #3772FF;
    background-color: #3772FF;
    color: #ffffff;
    text-align: center;
    padding: 3px 10px;
}

.sidebar-login:hover{
    background: #ffffff;
    color: #3772ff !important;
    border-color: #3772ff;

}

.container-sidebar{
    margin-left: 0;
    margin-top: 1.5em;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 1.5em);
    min-height: -webkit-fill-available;
}

.raffle-logo{
    margin-left: 0.8rem;
}

.light-image{
    width: 100%;
    height: 100%;
}
.switch-image{
    margin-left: -0.1em;
}
.sidebar a {
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-size: 1.625rem;
    display: block;
}

.sidebar a:hover .icon-text {
    color: #000000;
}
.material-icons,
.icon-text {
    vertical-align: middle;
}

.material-icons {
    margin-left: 0.5rem;
    margin-right: 1.875rem;
    max-width: 1.5rem;
    min-height: 1.5rem;
    min-width: 1.5rem;
    max-height: 1.5rem;
}

@media only screen and (max-height: 450px) {
    .sidebar {
        padding-top: 1rem;
    }
    .sidebar a {
        font-size: 1.125rem;
    }
}

/**
 * Dashboard
 */

.table td{
    vertical-align: middle;
}
.table-responsive{
    background: #FCFCFC;
    border-radius: 1.5em;
    padding: 1em;
}


/**
 * Connect
 */

.card-input-element {
    display: none;
}

.btn-connect-wallet{
    color:black;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    vertical-align: center;
    /*justify-content: center;*/
    align-items: center;
    padding: 1rem 1rem;
    border: 1px solid #ced4da;
    border-radius: .5rem;
}

.btn-connect-wallet:hover{
    text-decoration:none;
}
.btn-register,.btn-register-outlined,.btn-register-contained,.btn-register-outlined{
    padding: 0.35rem 0.50rem;
    outline: none;
    text-align: center;
    border-radius: 90px;
    font-weight: 700;
}
.btn-register{
    border: 1px solid #3772FF;
    background-color: #3772FF;
    color: #ffffff;
}
.btn-register-outlined{
    background-color: #ffffff;
    border: 1px solid #23262F;
    color: #23262F;
}
.btn-register:hover,.btn-register-outlined:hover{
    background: #ffffff;
    color: #3772ff;
    border-color: #3772ff;
}
/**button**/
.btn-primary-contained,.btn-primary-outlined,.btn-secondary-contained,.btn-secondary-outlined{
    padding: 1.15rem 0;
    outline: none;
    text-align: center;
    border-radius: 90px;
    cursor: pointer;
    font-weight: 700;
}

.btn-load{
    padding: 0.5rem 1rem;
    background: #FCFCFC;
    border: 2px solid #EFEFEF;
    border-radius: 8px;
    font-weight: 700;
    outline: none;
    text-align: center;
}
.btn-loaded{
    padding: 0.5rem 1rem;
    background: #FCFCFC;
    border: 2px solid #EFEFEF;
    border-radius: 8px;
    font-weight: 700;
    outline: none;
    text-align: center;
    display: none;
}

.btn-load:hover,.btn-load:active{
    border-color: black;
}

.btn-primary-contained{
    border: 1px solid #3772FF;
    background-color: #3772FF;
    color: #ffffff;
}
.btn-primary-contained.incomplete{
    border: 2px solid #E6E8EC;
    background-color: transparent;
    color: #EF466F;
}
.btn-primary-contained.red-sign-out-btn{
    border: 1px solid #EF466F;
    background-color: #EF466F;
    color: #ffffff;
}
.btn-primary-contained.red-sign-out-btn:hover{
    border: 1px solid #EF466F;
    background-color: #ffffff;
    color: #EF466F;
}
.btn-primary-contained.incomplete:hover{
    border: 2px solid #EF466F;
    background-color: transparent;
    color: #EF466F;
}
.btn-secondary-outlined.btn-delete{
    color: #EF466F;
}

.btn-secondary-outlined.btn-delete:hover{
    border: 1px solid #EF466F !important;
    color: #EF466F !important;
}

.btn-secondary-contained{
    background-color: #93A8DE;
    border: 1px solid #93A8DE;
    color: #FCFCFD;
}

.btn-secondary-contained.completed{
    background: #B1B5C4;
    border:#B1B5C4;
}

.btn-primary-outlined{
    background-color: #ffffff;
    border: 1px solid #23262F;
    color: #23262F;
}
.btn-secondary-outlined{
    background-color: #ffffff;
    border: 1px solid #CDCDCD;
    color: #23262F;
}

.btn-primary-contained:hover,.btn-primary-outlined:hover,.btn-secondary-contained:hover,.btn-secondary-outlined:hover{
    background: #ffffff;
    color: #3772ff;
    border-color: #3772ff;
}

.btn-padding{
    padding-right: 4rem;
    padding-left: 4rem;
}

.btn-max-336{
    max-width: 360px;
}

.btn-filter{
    background: #FCFCFC;
    border-radius: 90px;
    padding: 0.5rem 1rem;
    outline: none;
    border: none;
}

.btn-filter.active,.btn-filter:hover{
    background: #EFEFEF;
}

.btn-discord{
    background-color: #5850EC;
    border-color:#5850EC;
}
.btn-twitter{
    background-color: #37BDF8;
    border-color:#37BDF8;
}
.btn-close{
    border: 2px solid #E6E8EC;
    border-radius: 48px;
}
/**
 * creatorProject
 */
.pill {
    border-radius: 1.5em;
    border: none;
    background: #3772FF;
    cursor: pointer;
}

.pill--active{
    background: #CABDFF;
}
.pill--default{
    background: #C9F7F5;
}
.pill--ended{
    background: #FFD166;
}
.pill--inactive{
    background: #E4D7CF;
}
/**
 ** Project Create Form
 */
.profile-container{
    margin:auto;
    max-width: calc(680px + 10vw);
}

.form--project{
    margin:auto;
    max-width: 640px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float:right
}
.switch2 {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float:right
}

/* Hide default HTML checkbox */
.switch input, .switch2 input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

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

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.submission-button-group{
    align-items: center;
    background: #FCFCFC;
    position: fixed;
    bottom: 0;
    left: 0;
    padding-left: calc(70px + 5%);
    padding-right: 5%;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
}

.submission-group{
    position: relative;
    display: flex;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.has-danger{
    border-color: red !important;
}
/*
*Modal-Pop-up.
 */
.close-modal{
    margin-left:28em;
    margin-top:1em;
}
.form-group-end{
    padding-bottom:50px;
}

.table thead tr th,.no-white-space{
    white-space: nowrap;
}

.table--event-list{
    background: #FCFCFC;
    border-radius: 1.5em;
    min-width: 800px;
}
.sort-table-head{
    width:400px;
}
.project-name-head{
    width:700px;
}
/**
* project-edit-menu
 */
.pill-nav a {
    display: block;
    color: #777E90;
    text-align: left;
    padding: 14px;
    width:200px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 20px;
    font-weight: bold;
}
/* Change the color of links on mouse-over */
.pill-nav a:hover {
    background-color: #F4F4F4;
    color: #23262F;
}

/* Add a color to the active/current link */
.pill-nav a.active {
    background-color: #F4F4F4;
    color: #23262F;
}

.banner-img{
    width: 100%;
    position: relative;
    margin-bottom: 10%;
}

.banner-img::after {
    content: "";
    display: block;
    padding-top: 66.5%;
}

.project-logo{
    width: 20%;
    position: absolute;
    bottom: 0;
    left: 1rem;
    transform: translateY(50%);
}

.project-logo::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.responsive-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines that we want to show*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #33383F;
    font-weight: 600;
    font-size: 1rem;
    min-height: calc(2 * 1.25rem * 1.15);
}

.project-card-description{
    color:#4A4B68;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines that we want to show*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(3 * 1rem * 1.15);
    font-size: 0.8rem;
}

.event-banner{
    width: 100%;
    position: relative;
    margin-bottom: 10%;
    z-index: 9;
}

.event-banner::after {
    content: "";
    display: block;
    padding-top: 38.8%;
}

.event-logo{
    width: 13.9%;
    position: absolute;
    bottom: 0;
    left: 1rem;
    transform: translateY(50%);
}

.event-logo::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.event-register-container{
    background: #FCFCFD;
    border: 1px solid #E6E8EC;
    box-shadow: 0px 64px 64px -48px rgba(31, 47, 70, 0.12);
    border-radius: 16px;
    margin: -8% auto 0;
    position: relative;
    padding: 2.5rem 2rem;
}

.uniform-pb{
    margin-bottom: 18.75rem;
}

.event-detail{
    padding: 0 5%;
}

@media only screen and (min-width: 1200px) {
    .event-register-container{
        margin-right: unset;
        margin-top: -50%;
        z-index: 9;
        position: sticky;
        top: 20px;
    }
}

.robot-check-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: calc(100% + 4rem);
    background: rgba(239, 70, 111, 0.08);
    border-radius: 8px;
    margin-top: 10px;
    margin-left: -2rem;
}

.border-line{
    margin: 1.5rem auto;
    width: 70%;
    height: 1px;
    background-color: #bbb;
}

.status{
    padding: 0.125rem 0.5rem;
    border-radius: 6px;
    font-size: 1rem;
    color: #33383F;
}

.status--pending{
    background: #CABDFF;
}

.status--won{
    background:#C9F7F5;
}

.status--lost{
    background: #FFA800;
}

.profile-icon{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
}

.profile-box{
    background: #FFFFFF;
    box-shadow: 20px 15px 32px rgba(31, 47, 70, 0.12);
    border-radius: 20px;
    padding: 0.875rem 1.5rem;
    width: fit-content;
    display: flex;
    max-width: 100%;
    overflow: hidden;
}

.diamond-score-text{
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-detail{
    font-size:0.75rem;
    color: #9A9FA5;
    font-weight: 500;
}

.vcheck{
    min-width: 3.75rem;
    max-height: 3.75rem;
}

.vwarning{
    min-width: 2rem;
    height: 2rem;
}

.overlay{
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    position: fixed;
    left: 0;
}

.error-message{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    gap: 32px;
    position: absolute;
    max-width: 577px;
    width: 80%;
    height: 370px;
    left: 50%;
    top: 50%;
    background: #FCFCFD;
    box-shadow: 0px 64px 64px -48px rgba(31, 47, 70, 0.12);
    border-radius: 20px;
    z-index: 100;
    transform: translate(-50%,-50%);
}

.img-result{
    height: 100%;
    max-height: 250px;
    overflow: hidden;
}
.container-logo{
    width: 400px;
    height: 200px;
}
.event-name{
    float: left;
}
.logo-img{
    float: left;
    width: 200px;
    height: 200px;
}
.responsive-logo-img{
    width: 121px;
    height: 121px;
}
.brown-tag1{
    float: left;
}
.entries-container{
    float: left;
}
.entries{
    float: left;
}
.valid-entries{
    background: rgba(181, 228, 202, 0.25);
    border-radius: 12px;
    padding: 2rem;
    max-width: 325px;
    margin-right: 2rem;
    width: 100%;
}

.text{
    margin-left: 5px;
}
.search-container button {
    float: left;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.search-container button:hover {
    background: #ccc;
}
.search-container button {
    display: block;
    text-align: left;
    margin: 0;
}

.btn-remove-role{
    cursor: pointer;
    width: 2rem;
}

.valid-entries-icon{
    padding: 1.2rem 1rem;
    border-radius: 100%;
    background: #000000;
}

.search-container{
    width: 280px;
    max-width: 100%;
}

.search-container .input-group-text{
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    background: #F4F4F4;
    border: none;
}

.search-container .form-control{
    background: #F4F4F4;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    border: none;
}
.connect-wallet-container{
    padding: 1.3125rem 1.125rem;
    background: #F1F1F1;
    border-radius: 20px;
}
button.dropdown-arrow-down{
    border: none;
}
.task-step{
    border: none;
    background-color: #E1E1E1;
    border-radius: 20px;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0.5rem!important;
    color: #3699FF;
}

.failed{
    border: 1px solid #EF466F;
}


@media only screen and (max-width: 600px) {
    h1#access,.page-title{font-size: 1.575rem;}
    .main-title{font-size: 2.2rem;}
    .second-title{font-size: 1.45rem;}
    .fs-20{font-size: 1.15rem;}.fs-24{font-size:1.25rem}.fs-32{font-size: 1.75rem}
    .fs-60{font-size:2.5rem;}

    .sidebar{
        width: 50px;
    }

    .raffle-logo{
        margin-left: 0;
    }

    .sidebar a{
        padding: 0.5rem 0.5rem;
    }

    .material-icons{
        margin-left: 0.2rem;
    }
}

/** Analysis **/
.analysis-theme {
    color: #23262F;
}
.analysis-desc {
    color: #33383F;
    padding-left: 37px;
}
.content-heading {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.tag-icon {
    flex-shrink: 0;
    margin-right: 10px;
}
.wallet-address {
    color: #1A1D1F;
    font-size: 24px;
    word-break: break-all;
    white-space: normal;
}
.analysis-type {
    font-size: 28px;
    font-weight: 600;
    word-break: break-all;
    white-space: normal;
}
.analysis-card {
    width: 300px;
    /*height: 100px;*/
    padding: 20px;
    border: none;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.analysis-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.analysis-card-title {
    color: #888C9F;
    font-weight: 600;
}
.analysis-card-text {
    color: #4A4B68;
}
.risk-theme {
    /*color: #C64E5C;*/
    font-weight: 600;
}
.risk-percentage {
    font-size: 48px;
    text-align: center;
}
.risk-desc .analysis-desc {
    padding-left: 37px;
}
.transaction-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.transaction-number {
    font-size: 48px;
    font-weight: 600;
    text-align: start;
    padding-left: 52px;
}
.highlights-tags {
    font-size: 28px;
    font-weight: 600;
    padding-top: 15px;
}
.table-container {
    padding: 20px;
    background-color: #FCFCFC;
    border-radius: 20px;
}
.balance-table {
    width: 100%;
    border-collapse: collapse;
}
.balance-table thead th {
    color: #6F767E;
    text-align: left;
    padding: 15px 20px;
    background-color: #FCFCFC;
}
.balance-table th {
    padding: 10px 20px 10px 20px;
    text-align: left;
    border-bottom: 1px solid #EFEFEF;
    background-color: #FCFCFC;
    color: #6F767E;
}
.balance-table td {
    padding: 22px;
    text-align: left;
    background-color: #FCFCFC;
}
.col-large {
    width: 40%;
}
.col-medium {
    width: 25%;
}
.col-small {
    width: 20%;
}
.token-icon {
    border-radius: 50%;
    margin-right: 15px;
}
.token-name {
    color: #33383F;
    font-size: 15px;
    font-weight: 700;
}
.token-desc {
    color: #9A9FA5;
    font-size: 12px;
    margin-top: 5px;
}
.balance-info {
    color: #33383F;
    font-size: 15px;
    font-weight: 600;
}
.balance-table tbody tr:hover td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: #F4F4F4;
}
.balance-table tbody tr:hover td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #F4F4F4;
}
.balance-table tbody tr:hover td {
    background-color: #F4F4F4;
}
.risk-item {
    margin-left: 35px;
    margin-bottom: 30px;
    color: #23262F;
}
.risk-item ul {
    padding-left: 20px;
    margin-top: 0;
}
.risk-item li {
    list-style-type: disc;
}

@media only screen and (max-width: 600px) {
    .wallet-address {
        font-size: 20px;
    }
    .analysis-type {
        font-size: 26px;
    }
    .analysis-card {
        margin-left: 30px;
        margin-bottom: 16px;
    }
    .highlight-first-row {
        margin-bottom: -40px;
    }
    .table-container {
        width: 100%;
        overflow-x: auto;
    }
    .balance-table {
        width: 100%;
        min-width: 600px;
        border-collapse: collapse;
    }
}

#loading-screen {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.floating-widget {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #000;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-widget:hover {
    background-color: #128C7E;
}

a.floating-widget:hover {
    text-decoration: none;
    color: #FFF;
}
















