/* fut services */

.squad-plans-section {
    margin-top: 0!important;
}
.platforms-section {
    padding-bottom: 120px!important;
}
.fut-services-title {
    margin-bottom: 0;
}
.fut-services-section {
    margin-bottom: 50px;
}
.fut-services-item-region {
    display: block;
    margin-top: 30px;
}
.fut-services-item-region.fut-services-champions.bg-solid-blur:before {
    background-image: linear-gradient(45deg, #810008, #0f0303);
}
.fut-services-item-region.fut-services-rivals.bg-solid-blur:before {
    background-image: linear-gradient(45deg, #bca365, #0e0e12);
}
.fut-services-item-region.fut-services-objectives.bg-solid-blur:before {
    background-image: linear-gradient(90deg, #131b32, #0d87e7);
}
.fut-services-item-region.bg-solid-blur:after {
    display: none;
}
.fut-services-item-region.bg-solid-blur:hover:before {
    transform: scale(1.025);
}
.fut-services-item-region.bg-solid-blur:before {
    inset: 0;
    transition: background-position 1.2s ease, background-size 1.2s ease, transform 0.25s ease;
    background-size: 100% 100%;
    background-position: center;
}
.fut-services-item-region.bg-solid-blur:hover:before {
    background-size: 150% 150%;
    background-position: top right;
    transition: background-position 0.5s ease, background-size 0.5s ease, transform 0.25s ease;
}
.fut-services-item>img {
    width: 300px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.fut-services-item-name {
    padding: 0 20px 20px 20px;
    font-size: 25px;
    text-align: center;
    color: #fff;
}
@media screen and (max-width:767px) {
    .fut-services-details-top {
        margin-top: 20px;
    }
}
.fut-services-title {
    font-size: 26px;
}
@media screen and (max-width:800px) {
    .fut-services-title {
        font-size: 24px;
    }
    .fut-services-item-region {
        margin-top: 25px;
    }
    .fut-services-item>img {
        width: 180px;
    }
    .fut-services-item-name {
        font-size: 24px;
    }
}
@media screen and (max-width:500px) {
    .fut-services-title {
        font-size: 16px;
    }
    .fut-services-item-region {
        margin-top: 20px;
    }
    .fut-services-item>img {
        width: 120px;
    }
    .fut-services-item-name {
        padding: 0 10px 20px 10px;
        font-size: 16px;
    }
}
.fut-services-list {
    margin-top: 30px;
}
@media screen and (max-width:800px) {
    .fut-services-list {
        margin-top: 20px;
    }
}

.fut-services-details-container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.fut-services-details-head {
    margin-bottom: 0;
    padding-bottom: 16px;
}
.fut-services-details-region {
    background-color: var(--breadcrumb-bg);
    border-radius: 18px;
    padding: 12px;
}
.fut-services-details-region .buy-coins-platforms-step {
    display: block;
}
.fut-services-details-region .buy-coins-platforms {
    margin-top: 15px;
    width: auto;
}
.fut-services-details-region .buy-coins-platforms>li {
    width: 33.33333333%;
}
.fut-services-details-container .fut-services-item-region {
    margin-top: 0;
}
.checkbox-input-style {
    display: flex;
}
.checkbox-input-style-shape {
    width: 22px;
    height: 22px;
    position: relative;
}
.checkbox-input-style-shape .checkbox-input-style-field {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}
.checkbox-input-style-shape .checkbox-input-style-triangle {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 2px solid #c2c6cc;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.checkbox-input-style-shape .checkbox-input-style-triangle:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    opacity: 0;
    transition: all 0.25s;
}
.checkbox-input-style-shape .checkbox-input-style-field:checked ~ .checkbox-input-style-triangle:before {
    transform: scale(0.85);
    opacity: 1;
}
.checkbox-input-style .checkbox-input-style-label {
    margin-right: 6px;
    font-size: 14px;
}
.fut-services-details-region .form-control {
    background-color: #fff;
    border-color: #c2c6cc;
}
.fut-services-details-region .form-control:focus {
    background-color: #fff;
    border-color: var(--primary);
}
@media screen and (max-width:960px) {
    .fut-services-details-region .buy-coins-platforms {
        width: 100%;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .fut-services-details-region .type-item-details {
        display: none;
    }
    .fut-services-details-region .buy-coins-platforms>li>.type-item {
        padding: 10px;
    }
    .fut-services-details-region .buy-coins-platforms>li>.type-item>img {
        width: 100%;
        margin: 0 auto;
        max-height: 100%;
    }
}
.general-tabs>li>a {
    border: 1px solid #c2c6cc;
}
.general-tabs>li.active>a {
    border-color: var(--primary);
}
.dark .general-tabs>li>a {
    background-color: transparent;
    border-color: #656774;
}

/* end fut services */

/* object custom item */

@media screen and (max-width:640px) {
    .objectives-tab-item .row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .objectives-tab-item .row>div[class^="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }
    .object-custom-item .oci-price {
        font-size: 14px;
    }
}
@media screen and (max-width:374px) {
    .objectives-tab-item .row>.col-6 {
        width: 100%;
    }
}
.object-custom-item {
    border: 1px solid #c2c6cc;
    border-radius: 10px;
    padding: 8px 8px 40px 8px;
    height: 100%;
    transition: all 0.25s;
}
.object-custom-item .oci-title {
    font-size: 14px;
    transition: all 0.25s;
}
.object-custom-item .oci-description {
    font-size: 13px;
}
.object-custom-item:hover,
.object-custom-item.active {
    border-color: var(--primary);
}
.object-custom-item:hover .oci-title,
.object-custom-item.active .oci-title {
    color: var(--primary);
}
.object-custom-item .oci-img {
    max-width: 120px;
    height: 150px;
    margin: 0 auto 10px;
    display: table;
    object-fit: contain;
}
.object-custom-item .oci-vector {
    max-width: 80px;
    color: var(--primary);
    margin-bottom: 10px;
}
@media screen and (max-width:900px) {
    .object-custom-item .oci-img  {
        max-width: 50px;
        height: 100px;
    }
    .object-custom-item .oci-title {
        font-size: 12px;
    }
    .object-custom-item .oci-description {
        font-size: 11px;
    }
    .object-custom-item .oci-vector {
        max-width: 70px;
    }
}
.oci-input-style-shape {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
}
@media screen and (max-width:500px) {
    .oci-input-style-shape {
        width: 18px;
        height: 18px;
    }
}
.oci-input-style-shape .oci-input-style-field {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}
.oci-input-style-shape .oci-input-style-triangle {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 2px solid #c2c6cc;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.oci-input-style-shape .oci-input-style-triangle:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    opacity: 0;
    transition: all 0.25s;
}
.oci-input-style-shape .oci-input-style-field:checked ~ .oci-input-style-triangle:before {
    transform: scale(0.85);
    opacity: 1;
}
.object-custom-item .oci-img,
.object-custom-item .oci-title,
.object-custom-item .oci-description {
    position: relative;
    z-index: 1;
}
.object-custom-item .oci-input-label {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.object-custom-item .oci-price {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--primary);
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 4px;
}

/* end object custom item */
