/* make Select2 match Bootstrap height nicely */
.select2-container .select2-selection--multiple {
    min-height: 38px;
    border: 1px solid #ced4da;
    padding: 3px 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: .25rem;
}

html {
    scroll-behavior: smooth;
}

.table-responsive {
    overflow-x: initial !important;
}

.bootstrap-tagsinput {
    width: 100%;
    min-height: 38px;
    padding: .375rem .75rem;
}

.bootstrap-tagsinput .tag {
    margin-right: .25rem;
    background: #0d6efd;
    padding: .25rem .5rem;
    border-radius: .25rem;
    display: inline-flex;
    align-items: center;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: .4rem;
    cursor: pointer;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: center;
    padding: 1rem;
    border: 1px dashed #ced4da;
    border-radius: .5rem;
    cursor: pointer;
}

.file-drop-area input[type=file] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

body.darkMode .file-drop-area {
    border: 1px dashed #181717;
}



.img-preview {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: .5rem;
    border: 1px solid #e9ecef;
}

.prize-wrp-input {
    align-items: center;
    gap: .5rem;
}

.prize-wrp-input .ordinal {
    min-width: 80px;
    margin: 0;
    font-weight: 600;
}

.custom-plus-btn,
.custom-del-btn {
    border: none;
    background: #f1f3f5;
    width: 38px;
    height: 38px;
    border-radius: .375rem;
    display: grid;
    place-items: center;
}



.form-heading h1 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    background: linear-gradient(to right, #21bac0 0%, #47ba6d 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 50%;
    margin: 10px auto;
}

.form-design {
    background: #f7f8f7;
    padding: 20px;
    border-radius: 15px;
}

.custom-rad {
    border-radius: 7px;
}

html body #createCollabathonForm .form-control.custom-rad {
    border-radius: 7px !important;
    border: 1px solid #d5d4db !important;
}

html body #createCollabathonForm .form-control.custom-rad.left-zero {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

html body #createCollabathonForm .help-block.error-help-block {
    color: red;
    font-size: 0.85rem !important;
}

.description-text-area {
    resize: none;
}

.custom-tag .bootstrap-tagsinput {
    width: 100%;
    padding: 6px !important;
}

/* drag */
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;

    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    transition: 0.2s;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.file-drop-area {
    border: 1px solid #ccc;
}

.drag-lib {
    padding: 8px 0;
    background: linear-gradient(to right, #21bac0 0%, #47ba6d 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
}

.custom-drop-file {
    max-height: 40%;
    flex-direction: column;
    padding: 10px !important;
}

/* drag */

/* dropdown */
.judge-dropdown {
    width: 100%;
    border: 1px solid #ccc !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.dropdown-item img {
    max-width: 10%;
    border-radius: 50%;
    padding: 4px;
    padding-right: 10px;
}

.custom-card-body {
    padding: 0;
    display: flex;
    align-items: center;
}

.custom-card {
    flex-direction: row;
    padding: 4px;
    grid-gap: 20px;
}

.custom-card-body h5 {
    margin-bottom: 0;
}

#ui-datepicker-div {
    background: #fff;
    padding: 10px;
}

/* dropdown-end */

.artist-coll-tags input {
    width: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.artist-coll-dd .dropdown-menu {
    max-height: 240px;
    overflow: auto;
}

.artist-coll-dd .dropdown-menu .custom-card {
    margin-left: 0;
    margin-bottom: 0;
}

.artist-coll-dd .dropdown-menu .dropdown-item.active,
.dropdown-item:active {
    color: initial;
}

.form-close label {
    width: 100%;
}

.del-icon {
    font-size: 20px;
    background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: -webkit-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: linear-gradient(to bottom, #e72c83 0%, #a742c6 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.custom-del-btn {
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #ecedec;
}

#submit-btn {
    background: linear-gradient(to right, #21bac0 0%, #47ba6d 100%);
    border: 0;
    padding: 5px 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

.custom-plus-btn {
    border: 1px solid #ccc;
    background: #ecedec;
}

.custom-plus-btn {
    border-radius: 5px;
}

.custom-plus-btn i {
    font-size: 20px;
}

body.darkMode .custom-plus-btn {
    border: 1px solid #000000;
    background: #3f3f3f;
}

.prize-wrp-input {
    display: flex;
    margin-bottom: 10px;
}

.prize-wrp-input .prize-input {
    border-left: 0 !important;
    margin-right: 10px;
    border-radius: 0 7px 7px 0 !important;
}

#date-list .input-group input[class*="coll-date-input-"] {
    border-left: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-right: 10px;
}

/* frontend collabathon list page css */
.list-page-heading h1 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to right, #21bac0 0%, #47ba6d 100%);
    margin-bottom: 0;
}

.custom-lp-searchbar {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.btn-search {
    background: #6dbe46;
    border: 0;
    color: #fff;
}

.btn-search:hover {
    color: #fff;
}

.sort-btn {
    text-align: right;
    margin-bottom: 20px;
}

.list-page-heading p {
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to right, #21bac0 0%, #47ba6d 100%);
    opacity: 0.7;
    padding-top: 15px;
    padding-bottom: 15px;
}

#sort-btn {
    background: linear-gradient(to right, #21bac0 0%, #47ba6d 100%);
    border: 0;
    padding: 5px 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

.tab-left-col {
    background: #f1f3f2;
    padding: 20px;
}

.tab-left-col h1 {
    font-size: 20px;
    color: #aaaaaa;
    margin-left: 10px;
}

.view-more-btn:hover {
    color: #fff;
}

.header-img img {
    max-width: 100%;
}

.list-page-heading h1 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to right, #21bac0 0%, #47ba6d 100%);
    margin-bottom: 0;
}

.custom-lp-searchbar {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.btn-search {
    background: #6dbe46;
    border: 0;
    color: #fff;
}

.btn-search:hover {
    color: #fff;
}

.sort-btn {
    text-align: right;
    margin-bottom: 20px;
}

.list-page-heading p {
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to right, #21bac0 0%, #47ba6d 100%);
    opacity: 0.7;
    padding-top: 15px;
    padding-bottom: 15px;
}

#sort-btn {
    background: linear-gradient(to right, #21bac0 0%, #47ba6d 100%);
    border: 0;
    padding: 5px 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

.tab {
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background: #ccc;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #efefef;
}

/* Style the tab content */
.tabcontent {
    padding: 0px 12px;
    border-left: none;
}

.tab-right-col {
    padding-left: 0;
}

.custom-tab {
    border: 0 !important;
    background: 0;
}

.tab-span-wrp.active {
    background: linear-gradient(to right, #21bac0 0%, #47ba6d 100%);
}

.tab-span-wrp {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #fff;
    grid-gap: 10px;
    margin-right: 10px;
}

.custom-tab-links {
    display: flex !important;
    align-items: center;
    padding: 10px !important;
    font-weight: 600;
}

.custom-card .img-profile {
    /* max-width: 30%; */
    width: 300px;
    height: 300px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-card {
    flex-direction: row;
}

.card-menu {
    display: flex;
    justify-content: space-between;
}

.card-list {
    padding: 0;
    display: flex;
}

.view-more-btn {
    background: linear-gradient(to right, #21bac0 0%, #47ba6d 100%);
    border: 0;
    padding: 10px 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

.view-more-btn a {
    color: #fff;
}

.view-more-btn a:hover {
    color: #fff;
}

li {
    list-style: none;
}

.card-body .card-list li {
    background: #f3f3f3;
    border-radius: 10px;
    text-decoration: none;
    padding: 4px 12px;
    margin-right: 5px;
}

.card-body .card-list li a {
    color: #000;
    font-weight: 600;
}

.card-content-lp {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.card-content-lp h1 {
    font-size: 22px;
}

.custom-card-lp {
    position: relative;
    background: #fff;
    background-clip: padding-box;
    flex-direction: row;
    border: solid 4px transparent;
    border-radius: 15px;

    margin-bottom: 20px;
}

.custom-card-lp::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    margin: -4px;
    border-radius: inherit;
    background: #d5d4db;
}

.collabathon-list .TransBgSidebar .colored-radio:checked {
    background: linear-gradient(45deg, #21bac0 0%, #47ba6d 50%);
}

.custom-card-lp:hover::before {
    background: linear-gradient(to right, #21bac0 0%, #47ba6d 100%);
}

.card-creator img {
    max-width: 72px;
    border-radius: 50%;
    position: relative;
    background: #fff;
    background-clip: padding-box;
    flex-direction: row;
    border: solid 4px transparent;
}

.card-creator {
    width: 35%;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}

.card-creator img::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    margin: -4px;
    border-radius: inherit;
    background: linear-gradient(to right, #21bac0 0%, #47ba6d 100%);
}

.card-creator p {
    margin: 0;
}

.card-prizes {
    width: 30%;
    max-width: 30%;
}

.card-prizes p {
    margin-bottom: 0;
}

.card-prizes h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.card-footer-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.card-judges p {
    margin-bottom: 0;
}

.lp-profile-min-img {
    width: 35%;
}

.lp-profile-min-img img {
    width: 32px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.tab-left-col {
    background: #f1f3f2;
    padding: 20px;
}

.tab-left-col h1 {
    font-size: 20px;
    color: #aaaaaa;
    margin-left: 10px;
}

.view-more-btn:hover {
    color: #fff;
}

.pagination-wrap ul.pagination {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.pagination-wrap ul.pagination li.page-item {
    flex-grow: 1;
    text-align: center;
    font-size: 24px;
    position: relative;
}

.pagination-wrap ul.pagination .page-item .page-link {
    border: none;
}

.collabathonHeader {
    /* background: linear-gradient(45deg,
            rgba(24, 186, 212, 1) 0%,
            rgba(49, 182, 128, 1) 50%,
            rgba(128, 194, 66, 1) 100%); */
    margin-bottom: 100px;
    padding-bottom: 0px;
}

.collabathonHeader h1 {
    color: #fff;
    background: none;
    -webkit-text-fill-color: white;
}

.CollabSubNav ul {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.CollabSubNav li {
    display: inline-block;
}

.CollabSubNav li a {
    color: #ffffffc2;
    display: block;
    padding: 15px 25px;
}

.transwhite {
    background: #ffffff1f;
    margin-top: 100px;
}

.btn-blue-green-grad-border {
    background: none;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-radius: 4px;
    border-image-source: linear-gradient(45deg,
            rgba(128, 194, 66, 1) 50%,
            rgba(49, 182, 128, 1) 100%) !important;
    background: linear-gradient(45deg,
            rgba(24, 186, 212, 1) 0%,
            rgba(49, 182, 128, 1) 50%,
            rgba(128, 194, 66, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-blue-green-grad {
    background: linear-gradient(45deg,
            rgba(128, 194, 66, 1) 50%,
            rgba(49, 182, 128, 1) 100%) !important;
    color: #fff;
}

.list-judges .list-inline-item>a:hover,
.list-judges .list-inline-item>a:focus {
    color: inherit;
    text-decoration: none;
}

.list-judges .list-inline-item>a p {
    background: linear-gradient(45deg,
            rgba(24, 186, 212, 1) 0%,
            rgba(49, 182, 128, 1) 50%,
            rgba(128, 194, 66, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.collabathon-view .rounded {
    border-radius: 12px !important;
}

html body .collabathon-view .coll-rad-cor {
    border-radius: 7px !important;
    border: 1px solid #d5d4db !important;
}

html body .collabathon-list .coll-rad-cor {
    border-radius: 7px !important;
    border: 1px solid #d5d4db !important;
}

html body .project-form-page .coll-rad-cor {
    border-radius: 7px !important;
    border: 1px solid #d5d4db !important;
}

html body .collabathon-view .coll-rad-cor.rad-right-z {
    border-radius: 7px 0px 0px 7px !important;
    border: 1px solid #d5d4db !important;
}

html body .collabathon-list .coll-rad-cor.rad-right-z {
    border-radius: 7px 0px 0px 7px !important;
    border: 1px solid #d5d4db !important;
}

html body #createProjectForm .help-block.error-help-block {
    color: red;
    font-size: 0.85rem !important;
}
