:root{
    --cs-color-red: #E80324;
    --cs-color-green: #00AB1A;
    --cs-color-yellow: #E2B501;
    --cs-color-white: #ffffff;
    --cs-color-black: #000000;
    --cs-light-grey: #444444;
    --cs-color-grey: #5A6479;
    --cs-bg-grey: #646464;
    --cs-primary-fonts: "Manrope", sans-serif;
}



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--cs-primary-fonts) !important;
}
.container-wd{
    max-width: 100%;
    width: 100%;
    padding: 0 40px;
}
.red-text{
    color: var(--cs-color-red) !important;
}
.white-text{
    color: var(--cs-color-white) !important;
}
.black-text{
    color: var(--cs-color-black) !important;
}
.grey-text{
    color: var(--cs-color-grey) !important;
}
.green-text{
    color: var(--cs-color-green) !important;
}
.d-block{
    display: block;
}
.text-center{
    text-align: center;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.link-blue{
    text-decoration: none;
    color: #3B82F6;
    text-transform: uppercase;
}
.row{
    display: flex;
    gap: 30px;
}
.row-wrap{
    flex-wrap: wrap;
}
.row-center{
    align-items: center;
}
.justify-between{
    justify-content: space-between;
}
.col{
    width: 100%;
}
.row-2-col .col{
    max-width: calc(50% - 15px);
}


.cs-btn{
    font-size: 18px;
    padding: 11px 20px;
    border-radius: 8px;
    transition: .3s ease all;
    text-transform: uppercase;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 5px;
}
.cs-btn-md{
    padding: 8px 20px;
    font-size: 16px;
}
.cs-btn-sm{
    font-size: 12px;
    padding: 9px 12px;
    border-radius: 4px;
    line-height: 1;
}
.cs-btn-red{
    background-color: var(--cs-color-red);
    color: var(--cs-color-white);
    border: 1px solid var(--cs-color-red);
}
.cs-btn-red-border{
    border: 1px solid var(--cs-color-red);
    background-color: transparent;
    color: var(--cs-color-red);
}
.cs-btn-green{
    background-color: var(--cs-color-green);
    color: var(--cs-color-white);
    border: 1px solid var(--cs-color-green);
}
.cs-btn-black{
    background-color: var(--cs-color-black);
    color: var(--cs-color-white);
    border: 1px solid var(--cs-color-black);
}
.cs-btn.disabled{
    background-color: var(--cs-bg-grey);
    color: var(--cs-color-white);
    border: 1px solid var(--cs-bg-grey);
    pointer-events: none;
}
img.cs-btn-icon {
    width: 14px;
}
.w-100{
    max-width: 100% !important;
    width: 100%;
}
.cs-form-group{
    position: relative;
}
.cs-form-action.row{
    gap: 10px;
}
.cs-error-msg{
    position: absolute;
    top: 73px;
    left: 0;
}
.cs-error-msg p{
    color: var(--cs-color-red);
    font-size: 12px;
    font-weight: 500;
}
.cs-error-msg.selfie-error p {
    color: #f00;
    font-size: 14px;
}
.cs-error-msg.selfie-error {
    width: 100%;
    top: 125px;
}
.cs-form-group + .cs-form-group{
    margin-top: 20px;
}
.cs-form-action.cs-form-group {
    margin-top: 25px;
}
.cs-form-group label{
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}
.cs-form-control,
input.select2-search__field {
    border-radius: 4px;
    background: #fff;
    padding: 5px 15px !important;
    border: 1px solid #EEEEEE !important;
    box-shadow: none;
    outline: 0;
    height: 44px;
    display: block;
    width: 100%;
}
.cs-form-control::placeholder{
    color: #9C9C9C;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-wrap-rv{
    flex-wrap: wrap-reverse;
}
.hide{
    display: none;
}
h2{
    font-size: 42px;
    font-weight: 800;
}
h4{
    font-size: 24px;
    font-weight: 700;
}
.fs-lg,
h5{
    font-size: 20px;
}
.fs-14{
    font-size: 14px !important;
}
.fs-12{
    font-size: 12px !important;
}
.fw-med{
    font-weight: 500 !important;
}
.fw-sm-bold{
    font-weight: 600 !important;
}
.fw-bold{
    font-weight: 700 !important;
}
.list-no-style{
    list-style: none;
}
.cs-form-action.cs-form-group a.fw-sm-bold.link-blue {
    display: block;
    max-width: max-content;
    margin: 10px auto 0;
}
.cs-badge{
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.cs-badge-success{
    background-color: var(--cs-color-green);
    color: var(--cs-color-white);
}
.cs-badge-review{
    background-color: var(--cs-color-yellow);
    color: var(--cs-color-white);
}
.cs-badge-red{
    background-color: var(--cs-color-red);
    color: var(--cs-color-white);
}
/* CSS For Select 2 Common */
.select2-container--default .select2-selection .select2-selection__arrow,
.select2-container .select2-selection{
    height: 44px;
}
.select2-container .select2-selection .select2-selection__rendered {
    line-height: 44px;
    padding-left: 15px;
    font-size: 14px;
}
.select2-container--default .select2-selection .select2-selection__arrow b {
    border: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.03906 1.75977L7.51958 8.24028L14.0001 1.75977' stroke='%239C9C9C' stroke-width='1.94416' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(0);
    background-position: center;
    margin: 0;
    left: 0;
}
.select2-container--default .select2-selection .select2-selection__arrow{
    width: 29px;
    top: 0;
    right: 0;
}
.select2-container--default.select2-container--open .select2-selection .select2-selection__arrow b{
    transform: translateY(-50%) rotate(180deg);
}
span.select2.select2-container {
    width: 100% !important;
    border: 1px solid #EEEEEE !important;
    border-radius: 4px;
}
.select2-results ul.select2-results__options li {
    padding: 15px;
    background: transparent !important;
    color: #000 !important;
    border-top: 1px solid #D9D9D9;
    font-size: 14px;
}
.select2-container--default .select2-selection--single,
.select2-results ul.select2-results__options li:nth-child(1){
    border: 0;
}
.select2-results ul.select2-results__options,
.select2-search--dropdown{
    padding-right: 10px;
    padding-left: 10px;
}
.select2-dropdown {
    border: 1px solid #eeeeee;
}
.cs-select-cstm[readonly] + span.select2 .selection > .select2-selection {
    background: #F4F4F4;
}
.cs-select-cstm[readonly] + span.select2 .selection > .select2-selection .select2-selection__rendered{
    color: #9c9c9c !important;
}
/* CSS For Select 2 Common End */

/* CSS For Modal Common */
.cs-modal{
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.85);
    z-index: 999;
}
.cs-modal-container {
    max-width: 525px;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    position: relative;
}
.cs-modal-content h4{
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}
.cs-modal-icon{
    margin-bottom: 10px;
}
.cs-modal-content p{
    font-size: 20px;
    color: var(--cs-light-grey);
    font-weight: 500;
    margin-bottom: 30px;
}
.cs-modal-icon img {
    margin: 0 auto;
}
a.cs-modal-colse {
    position: absolute;
    top: 20px;
    right: 20px;
}
a.cs-modal-colse svg {
    width: 18px;
    height: 18px;
}
.login-main-wrapper .cs-form-group label{
    color: var(--cs-color-white);
}
/* CSS For Modal Common End */

/* CSS for Login/Register Screen */
.puck-tranker-inner,
.login-main-wrapper{
    background-color: var(--cs-color-black);
    background-image: url(http://localhost/apex/public/storage/images/body-smake-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 40px;
}
.login-main-wrapper header {
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.log-reg-body{
    min-height: calc(100vh - 195px);
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
	padding:0px 0px 70px;
}
.log-reg-body .row{
    width: 100%;
}
.login-main-wrapper footer {
    height: 47px;
}
.log-reg-body h2{
    font-size: 60px;
    line-height: 75px;
}
.log-reg-body .cs-form {
    max-width: 340px;
    width: 100%;
    margin: 0 0 0 auto;
}
.cs-forgot-link{
    font-size: 12px;
    text-decoration: none;
    display: table;
    margin: 2px 0 0 auto;
}
.log-reg-body .cs-form-action.cs-form-group p{
    text-align: center;
    margin-top: 10px;
}
.log-reg-body .cs-form-action.cs-form-group p a{
    text-decoration: none;
    color: #3B82F6;
    text-transform: uppercase;
    margin-left: 5px;
}
.col.log-col-right {
    max-width: 340px;
}
.col.log-col-left {
    max-width: calc(100% - 370px);
}
.log-reg-body .cs-form h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}
.log-reg-body .cs-form h4 + p{
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
}
.log-reg-body .cs-form .cs-form-head{
    margin-bottom: 20px;
}
.cs-footer-shaape {
    position: absolute;
    right: 0;
    bottom: 0;
}
.cs-footer-shaape img {
    width: 100%;
}
p.white-text span {
    padding: 10px 20px;
    margin-top: 15px;
    font-size: 19px;
    float: left;
}
p.white-text span:first-child {
    padding-left: 0;
    color: #e80324;
}
p.white-text span:last-child {
    
    color: #e80324;
}
/* Profile Pages CSS */
.cs-profile-data{
    background: #fff;
    border-radius: 20px;
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 30px;
}
.cs-profile-img {
    display: table;
    margin: -70px auto 20px;
}
.cs-profile-img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: var(--cs-color-red);
}
.cs-form-control[readonly] {
    cursor: no-drop;
}

/* Dashboard CSS  */

.user-notofication.user-alert {
    width: 93%;
    text-align: center;
    padding: 10px;
    margin: 20px 51px;
    background-color: #252525fa;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border-radius: 15px;
}
.user-notofication.user-alert  span {
    color: red;
    font-weight: bold;
    font-size: 22px;
    padding: 10px 5px;
}

.header{
    background-color: var(--cs-color-black);
    height: 100px;
    display: flex;
    align-items: center;
}
.header .cs-logo img {
    height: 75px;
    width: auto;
}
.cs-avtar.row {
    gap: 7px;
    position: relative;
    padding-right: 20px;
}
.cs-avtar.row:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.cs-profile-box {
    position: relative;
    cursor: pointer;
}
.cs-profile-box .avtar-img img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--cs-color-red);
}
.avtar-img .image-circle {
    background: #e80324;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.cs-profile-img .image-circle {
    background: #e80324;
    width: 140px;
    height: 140px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 22px;
    font-size: 68px;
    font-weight: 700;
    text-transform: uppercase;
}
.cs-profile-dropdown {
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 44px 0 rgba(0,0,0,.15);
    position: absolute;
    top: 100%;
    z-index: 11;
    right: 0;
    width: 200px;
    margin-top: 10px;
}
.cs-profile-dropdown li + li{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #D9D9D9;
}
.cs-profile-dropdown li a{
    text-decoration: none;
    color: var(--cs-color-black);
    display: flex;
    gap: 10px;
    font-weight: 600;
}
.puck-tranker-inner{
    padding: 25px;
    border-radius: 20px;
    margin-top: 25px;
    background-position: right bottom;
}
.puck-tranker-inner h2{
    margin-bottom: 10px;
}
section.cs-edition-sec {
    margin-top: 20px;
}
.cs-edition-sec .row + .row{
    margin-top: 30px;
}
.cs-edition-block {
    border-radius: 20px;
    overflow: hidden;
    margin-top: -18px;
}
.cs-edition-header{
    background: var(--cs-color-red);
    padding: 38px 25px 20px;
}
.cs-edition-title{
    background-color: var(--cs-color-black);
    margin: 0 auto;
    padding: 7px 40px;
    border-radius: 4px;
    display: block;
    width: max-content;
    position: relative;
    z-index: 1;
}
.cs-edition-header-main{
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
    align-items: center;
    min-height: 145px;
}
.cs-edition-date-meta p span{
    color: var(--cs-color-grey);
}
.cs-edition-date.row {
    gap: 10px;
}
.cs-date-icon{
    width: 30px;
    height: 30px;
}
.cs-edition-claim-block{
    max-width: 160px;
    width: 100%;
}
.team-count{
    font-size: 24px;
}
.cs-edition-claim-block h2 {
    line-height: 1;
    margin-bottom: 5px;
}
.edition-tooltip {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-top: 3px;
}
.cs-tooltip{
    position: relative;
}
.cs-tooltip img {
    width: 15px;
    height: 15px;
}
.tippy-box[data-theme~='my-theme']{
    background-color: var(--cs-bg-grey);
    padding: 5px 7px;
    width: 164px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
}
.tippy-box[data-placement^='top'] > .tippy-arrow::before{
    border-top-color: var(--cs-bg-grey);
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before{
    border-bottom-color: var(--cs-bg-grey);
}
.cs-edition-block{
    box-shadow: 0 0 44px 0 rgba(0,0,0,.15);
}
.cs-edition-content-block {
    height: 475px;
    background-color: var(--cs-color-white);
    padding: 30px 10px 30px 30px;
}
.cs-tooltip-data p{
    text-transform: none;
    line-height: normal;
}
.cs-puck-item {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    border: 1px solid #EEEEEE;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}
.cs-tooltip.cs-tooltip-top .cs-tooltip-data {
    top: initial;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}
.cs-tooltip.cs-tooltip-top .cs-tooltip-data:after {
    border-bottom: 0;
    border-top: 8px solid var(--cs-bg-grey);
    top: initial;
    bottom: -8px;
}
.cs-puck-item + .cs-puck-item {
    margin-top: 10px;
}
.cs-puck-box-outer {
    overflow: auto;
    height: 100%;
    padding-right: 10px;
}
.cs-collection-history .cs-table::-webkit-scrollbar,
.cs-puck-box-outer::-webkit-scrollbar {
  width: 8px;
  padding: 0 1px;
}
.cs-collection-history .cs-table::-webkit-scrollbar-track,
.cs-puck-box-outer::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #D9D9D9;
}
.cs-collection-history .cs-table::-webkit-scrollbar-thumb,
.cs-puck-box-outer::-webkit-scrollbar-thumb {
  background: #9C9C9C; 
  border-radius: 20px;
}
.cs-puck-box-outer.cs-puck-nodata{
    display: flex;
    align-items: center;
    justify-content: center;
}
.puck-meta {
    max-width: 150px;
    width: 100%;
}
.puck-meta-team {
    max-width: 250px;
    width: 100%;
}
.puck-meta-button {
    max-width: 140px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.cs-claim-title {
    display: flex;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
    background: var(--cs-color-red);
    padding: 15px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 -60px 44px 0 rgba(0,0,0,.3);
    position: relative;
}
.cs-edition-block.cs-claim-block {
    margin: 0;
    position: relative;
}
.cs-edition-block.cs-claim-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #e80324;
    width: 100%;
    height: 34px;
}
/* Claim box CSS */
.cs-edition-block.cs-claim-block .cs-edition-content-block {
    height: auto;
    min-height: 250px;
    padding: 30px;
}
.cs-edition-block.cs-claim-block .cs-puck-box-outer{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 0;
}
.cs-claim-item{
    max-width: calc((100% - 40px) / 3);
    width: 100%;
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    padding: 10px;
}
.cs-claim-item-head {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.cs-claim-itme-detail {
    display: flex;
    gap: 15px;
    align-items: center;
}
.cs-claim-item-meta p + p{
    margin-top: 10px;
}
.cs-claim-item-img{
    max-width: 115px;
    width: 100%;
}
.cs-claim-item-img img{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.cs-claim-item-meta{
    max-width: calc(100% - 130px);
    width: 100%;
}
.cs-claim-item-meta p {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.cs-claim-item-meta p span {
    font-size: 12px;
    font-weight: 500;
    max-width: 95px;
    width: 100%;
    color: var(--cs-color-grey) !important;
}
.cs-claim-message-box p strong{
    display: block;
}
.cs-claim-message-box p a{
    font-weight: 700;
    color: var(--cs-color-white);
    text-decoration: none;
}
.footer{
    padding-top: 70px;
    padding-bottom: 20px;
    position: relative;
}
.footer p{
    text-transform: uppercase;
}
.footer p a{
    text-decoration: none;
    color: inherit;
}
.cs-shape-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 400px;
    width: 100%;
}
.cs-shape-footer img{
    width: 100%;
}
.cs-claim-message-box{
    background-color: var(--cs-color-black);
    border-radius: 4px;
    padding: 5px 10px;
    min-height: 48px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.cs-claim-message-box p{
    color: #fff;
    text-align: center;
    width: 100%;
}
.cs-claim-message-box p span{
    font-size: 16px;
    display: block;
}
.cs-claim-tier + .cs-claim-tier{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #EEEEEE;
}
.cs-claim-tier p{
    margin-bottom: 0;
}
.cs-claim-tier a.cs-btn {
    max-width: 130px;
    width: 100%;
}
.cs-claim-tier .row + .row{
    margin-top: 10px;
}

.upload-instruction{
    background: #FFE3E7;
    max-width: 445px;
    width: 100%;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0 auto;
}
.upload-instruction p{
    color: var(--cs-bg-grey);
    margin: 0;
}
.cs-file-uploader {
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.cs-file-uploader label{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px !important;
    display: block;
}
.cs-custom-dropzone {
    position: relative;
    border: 1px dashed #838383;
    border-radius: 10px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cs-custom-dropzone img {
    margin-bottom: 5px;
}
.cs-custom-dropzone .cs-btn{
    margin-top: 10px;
}
input.cs-dropzone {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}




.cs-claim-hero{
    padding-top: 70px;
    padding-bottom: 70px;
}
.cs-claim-banner{
    background: var(--cs-color-black);
    border-radius: 20px;
    padding: 50px 30px 0;
}
.cs-claim-right.col .cs-claim-item-meta {
    max-width: 100%;
}
.cs-claim-right.col {
    padding-bottom: 50px;
}
.cs-claim-right .cs-claim-message-box {
    background: var(--cs-color-red);
    padding: 10px !important;
}
.cs-claim-right .cs-claim-item-meta p{
    font-size: 30px;
}
.cs-claim-right .cs-claim-item-meta p span {
    color: var(--cs-color-white) !important;
    font-size: 30px;
    max-width: 235px;
    font-weight: 400 !important;
}
.cs-claim-right .cs-claim-item-meta .cs-claim-message-box p{
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.cs-claim-right .cs-claim-item-meta .cs-claim-message-box p span{
    max-width: unset !important;
    font-weight: 600 !important;
}
.cs-claim-right .cs-claim-item-meta p + p {
    margin-top: 20px;
}
.table-responsive{
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    padding: 15px;
    overflow: auto;
}
.cs-table table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.cs-table table th,
.cs-table table td{
    vertical-align: top;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
    padding: 15px;
    min-width: 180px;
}
.cs-table table th{
    font-weight: 400;
    padding-top: 0;
}
.cs-table table td{
    font-weight: 600;
}
.cs-table table td p + p{
    margin-top: 10px;
}
.cs-table table td a{
    color: #3B82F6;
    text-decoration: none;
}
.cs-table table tr:last-child td{
    border: 0;
    padding-bottom: 0;
}
.claim-history + .claim-history{
    padding-top: 70px;
}
@media all and (max-width: 1350px){
    .cs-claim-itme-detail {
        gap: 10px;
    }
    .cs-claim-item-img {
        max-width: 80px;
    }   
    .cs-claim-item-meta {
        max-width: calc(100% - 90px);
    }
}
@media all and (max-width: 1199px){
    .cs-footer-shaape{
        max-width: 300px;
    }
    .cs-shape-footer {
        max-width: 300px;
    }
    .cs-claim-item {
        max-width: calc((100% - 20px) / 2);
    }
    .cs-claim-banner .cs-claim-row.row.row-2-col {
        align-items: flex-end;
    }   
    .cs-claim-right .cs-claim-item-meta p span {
        font-size: 24px;
        max-width: 200px;
    }
    .cs-claim-right .cs-claim-item-meta p {
        font-size: 24px;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px){
    .cs-puck-item {
        flex-wrap: wrap;
        gap: 15px;
    }
    .puck-meta,
    .puck-meta-team{
        max-width: calc((100% - 15px) / 2) !important;
    }
    .cs-puck-date-meta span{
        display: block;
    }
    .puck-meta-button.mob-w-100 {
        max-width: 100%;
    } 
    .puck-meta-button .cs-btn{
        width: 100%;
    }
}
@media all and (max-width: 991px){
    .container-wd,
    .login-main-wrapper {
        padding: 0 30px;
    }
    h2 {
        font-size: 32px;
    }
    .log-reg-body h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .log-reg-body .col.log-col-left img{
        width: 200px;
        height: 200px;
    }
    .cs-shape-footer {
        max-width: 200px;
    }
    .sm-ipad-flex-wrap{
        flex-wrap: wrap !important;
    }
    .sm-ipad-w-100{
        max-width: 100% !important;
    }
    .cs-claim-item {
        max-width: 100%;
    }
    .cs-edition-block.cs-claim-block .cs-edition-content-block,
    .cs-edition-content-block{
        padding: 25px;
    }
    .cs-claim-banner .cs-claim-row {
        flex-wrap: wrap-reverse;
    }
}
@media all and (max-width: 767px){
    h2 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    .hide-mob{
        display: none;
    }
    .mob-flex-wrap{
        flex-wrap: wrap !important;
    }
    .mob-w-100{
        max-width: 100% !important;
        width: 100% !important;
    }
    .cs-btn{
        font-size: 16px;
    }
    .container-wd,
    .login-main-wrapper {
        padding: 0 15px;
    }
    .col.log-col-left,
    .col.log-col-right{
        max-width: 100%;
    }
    .login-main-wrapper header{
        height: 80px;
    }
    .login-main-wrapper header h1 img,
    .login-main-wrapper header .cs-logo img{
        height: 60px;
        width: auto;
    }
    .log-reg-body{
        min-height: calc(100vh - 117px);
		padding:0;
    }
    .log-reg-body .col.log-col-left img{
        display: none;
    }
    .cs-footer-shaape {
        max-width: 110px;
    }
    a.cs-modal-colse {
        top: 10px;
        right: 10px;
    }
    .log-reg-body h2 {
        font-size: 34px;
        line-height: 44px;
    }
    .login-main-wrapper footer{
        align-items: flex-start !important;
        justify-content: center !important;
    }
    .log-reg-body .cs-form h4 {
        font-size: 22px;
    }
    .login-main-wrapper footer {
        height: 37px;
    }
    .login-main-wrapper footer p{
        font-size: 12px;
    }
    .cs-modal-content p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .cs-modal-container {
        padding: 15px;
        border-radius: 10px;
    }
    .cs-shape-footer {
        max-width: 110px;
    }
    .header {
        height: 80px;
    }
    header.header .cs-logo img {
        height: 60px;
        width: auto;
    }
    .cs-edition-block.cs-claim-block .cs-edition-content-block,
    .cs-edition-content-block {
        padding: 20px 10px;
        height: auto;
    }
    .cs-puck-box-outer{
        height: auto;
        overflow: unset;
        padding-right: 0;
    }
    .cs-edition-header-main {
        padding: 15px 10px;
        justify-content: center;
    }
    .cs-puck-box-outer.cs-puck-nodata{
        min-height: 150px;
    }
    .cs-edition-header {
        padding: 38px 10px 15px;
    }
    .cs-edition-header-main,
    .cs-puck-item{
        gap: 15px;
    }
    .puck-meta,
    .puck-meta-team{
        max-width: calc((100% - 15px) / 2) !important;
    }
    .cs-puck-date-meta span{
        display: block;
    }
    .puck-tranker-inner {
        padding: 20px;
    }
    .puck-tranker-inner {
        gap: 15px;
        justify-content: center;
        text-align: center;
    }
    .cs-puck-box-outer.cs-puck-nodata h4{
        font-size: 18px;
    }
    .footer p{
        text-align: center;
    }
    .cs-profile-data {
        padding: 0 15px 20px;
        border-radius: 10px;
    }
    .cs-profile-img {
        margin: -50px auto 20px;
    }
    .cs-profile-img img {
        width: 100px;
        height: 100px;
    }
    .cs-claim-itme-detail {
        flex-direction: column;
        align-items: flex-start;
    }
    .cs-claim-item-img {
        max-width: 100px;
    }
    .cs-claim-banner {
        padding: 20px 15px 0;
    }
    .cs-claim-right .cs-claim-item-meta p span {
        font-size: 16px;
        max-width: 130px;
    }
    .cs-claim-right .cs-claim-item-meta p {
        font-size: 16px;
    }
    .cs-claim-right .cs-claim-item-meta p + p{
        margin-top: 10px;
    }
    .cs-claim-right .cs-claim-item-meta .cs-claim-message-box p {
        font-weight: 600;
    }
    .cs-claim-hero {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .claim-history + .claim-history{
        padding-top: 40px;
    }
}








.alert.alert-danger {
    color: #f00;
    margin: 20px;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}
.alert.alert-success {
    font-size: 20px;
    margin: 20px;
    color: green;
    text-align: center;
    padding: 20px;
}

/* css for popup- vishal */
.cs-modal.prize-reward-popup {
    align-items: unset;
}
.cstm-price-review-table-main h4 {
    text-align: left;
    padding: 0px 10px;
    color: #FFF;
}
.cstm-tabel-content td {
    padding: 10px 10px;
    color: #FFF;
}

.cstm-tabel-content p {
    text-align: left;
    padding: 10px;
    color: #FFF;
}
.cstm-tabel-heading h4, .cstm-item-heading p, .cstm-tabel-content table th {
  font-family: var(--aptos-font);
  font-weight:700;
}
.cstm-item-content th, td {
    padding: 18px;
}


.cstm-price-review-table-main {
    background: #000;
    box-shadow: 0 0 40px #ffffff29;
    border-radius: 20px;
}
.cstm-tabel-content table {
    background: rgba(0, 0, 0, 1);
}
.cstm-price-review-content.cstm-price-review-content-first, .cstm-price-review-content {
    padding: 20px 20px;
}
.cstm-price-review-content.cstm-price-review-content-first {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.cstm-tabel-content table th {
    font-size: 16px;
    padding: 10px;
    font-weight: 700;
    color: rgba(232, 3, 36, 1);
    text-align: left;
}
.cs-modal.prize-reward-popup .cs-modal-body, .cs-modal.prize-guide-popup .cs-modal-body {
    overflow: auto;
    height: 100%;
}

.cstm-price-review-table-main h4 {
    text-align: left;
    padding: 0px 10px;
}

.cstm-item-heading p {
    font-weight: 700;
    font-size: 24px;
}
.cstm-item-content p, li, .cstm-item-content b {
    font-weight: 400;
    font-size: 20px;
}

.cstm-item-content {
    position: relative;
}

.cstm-item-content table {
    background: #000;
    box-shadow: 0 0 40px #ffffff29;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

.cstm-item-content table {
    display: block;
    padding: 20px;
     width: 100%;
}

.cstm-price-review-sec {
    padding-top: 50px;
}

.cstm-price-review-content.cstm-price-review-content-first, .cstm-price-review-content {
    padding: 30px 30px;
}

  .cstm-tabel-content table,
  .cstm-tabel-content thead,
  .cstm-tabel-content tbody,
  .cstm-tabel-content th,
  .cstm-tabel-content td,
  .cstm-tabel-content tr {
    display: block;
    width: 100%;
  }

  .cstm-tabel-content thead {
    display: none;
  }
.cstm-tabel-content td {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border: none;
    padding-left: 50%;
    position: relative;
}

  .cstm-tabel-content td:last-child {
    border-bottom: none;
  }
  .cstm-tabel-content td:before {
    content: attr(data-label);
    font-weight: 700;
    flex-basis: 50%;
    text-align: left;
    padding-right: 10px;
    position: absolute;
    left: 0;
}
.cstm-tabel-content p {
    text-align: left;
    padding: 20px 0px;
}
.cstm-tabel-content table tr {
    border-bottom: 1px solid #e80324;
    width: 100%;
    padding: 15px 0px;
}
.cstm-tabel-content tr:first-child th:after, tr:first-child td:after {
    border-bottom: 0px;
}
.cstm-price-review-table-main h4 {
    padding: 0 0px;
}
.cstm-tabel-content table tr:last-child {
    border-bottom: none;
}
.cstm-tabel-content td {
    display: flex;
    justify-content: space-between;
    border: none;
    padding: 8px 0 8px 50% !important;
    position: relative !important;
}
}