
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    overflow-x: hidden;
   font-family: 'DIN 2014';
   background-color: #0F0F0F;
}


/* comman */

html {
    scroll-behavior: smooth;
    margin: 0!important;
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/*comman-area*/

ol,
ul {
    margin: 0 0 20px 50px;
    padding: 0;
}
ul li::marker {
  color: #EFCC77;
}
ol {
    list-style: none;
    counter-reset: list-counter;
}
ol li{
    position: relative;
    counter-increment: list-counter;
}
ol li::before{
    content: counter(list-counter); 
    color: #EFCC77;
    position: absolute;
    left: -17px;
    font-weight: bold;
}
ol li::marker {
  color: #EFCC77;
  font-weight: bold;
}

img {
    display: block;
}

a {
    color: #EFCC77;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
    color: #EFCC77;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}
h1{
    color: #FFF;
    font-family: "DIN 2014";
    font-size: 88px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 3.52px;
}
h1 strong{
    font-size: 118px;
    letter-spacing: 4.72px;
    background: linear-gradient(270deg, #B57838 0%, #CB9850 13%, #DEB565 28%, #ECC974 42%, #F5D57D 56%, #F8DA81 70%, #F1D079 76%, #DFB566 84%, #C28B46 96%, #B57838 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table;
    margin-top: -60px ;
}
h3{
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
h5{
    font-family: "DM Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}
h5 strong{
    font-weight: 700;
}
p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

figure {
    margin: 0!important;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.container,
.container-fluid {
    padding: 0 15px;
}


/* Comman Css */



body .btn.btn-primary,body .button.button-primary{
    background-color: #EFCC77;
    border: 1px solid #EFCC77;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    transition: all 0.5s ease;
    box-shadow: none;
    padding: 11px 36px;
    border-radius: 0;
}
body .btn.btn-primary:hover,
body .btn.btn-primary:focus,
body .button.button-primary:hover,
body .button.button-primary:focus{
    background-color: transparent;
    color: #EFCC77;
    border-color: #EFCC77;
}


.height-full{
    height: 100%;
}




/* Main Site Section */

.page-wrapper{
    padding: 44.5px 47px;
    width: 100%;
    height: 100vh;
}
.page-block{
    background-color: #000;
    height: calc(100vh - 89px);
    border-radius: 50px;
    position: relative;
}




/*========= Login =========*/

.login-section{
    padding: 91px 0 0 111px;
}
.login-logo{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    gap: 10px 18px;
    margin: 0 0 28px 0;
}
.login-title h1{
    font-size: 106px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 4.24px;
    margin: 0 0 58px 0;
}
.login-title h1 strong{
    font-size: 157px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 9.42px;
    background: none;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: none;
    -webkit-text-stroke: 2px #fff;
    margin: -78px 0 0 0;
    display: block;
}
.login-image{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 100%;
    padding: 0 86px 86px 0;
}

.login-form{
    max-width: 537px;
    width: 100%;
}

.form-group,.custom-login-form .login-username{
    margin: 0 0 42px 0;
}
.login-password{
    margin-bottom: 28px;
}
.login-submit{
    margin: 0 0 0 auto;
    display: table;
}
label{
    margin: 0 0 20px 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    letter-spacing: 3.2px;
    text-transform: uppercase;
}
body .form-control,.login-form .input{
    background-color: transparent!important;
    border-radius: 0;
    box-shadow: none!important;
    outline: none!important;
    border: none;
    border-bottom: 0.5px solid #454545;
    padding: 0 0 15px 0;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.64px;
    opacity: 1;
    width: 100%;
    display: block;
}
body .form-control::placeholder,
.login-form .input::placeholder{
    color: #fff;
    opacity: 1;
}
body .form-control:focus,
.login-form .input:focus{
    border-color: #EFCC77;
    color: #fff;
}
.login-button{
    display: table;
    margin: -50px 0 0 0;
}
.forgot_password{
    color: #EFCC77;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: 0.64px;
    font-family: "DM Sans", serif;
}

.password-container {
    position: relative;
}
.password-input {
    width: 100%;
    outline: none;
}
.toggle-password-img{
    position: absolute;
    top: -3px;
    right: 0px;
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toggle-icon {
  cursor: pointer;
  user-select: none;
}
.password-toggle{
    position: absolute;
    right: 0;
    bottom: 10px;
    background-color: transparent;
    border: none;
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.password-toggle .hidden{
    display: none;
}


.custom-password-reset h2{
    color: #fff;
    margin: 0 0 13px 0;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    text-transform: inherit;
}
.custom-password-reset h3{
    color: #fff;
    margin: 0 0 20px 0;
    font-family: "DIN 2014";
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px; /* 135.714% */
    letter-spacing: 1.12px;
    max-width: 534px;
    width: 100%;
}
.custom-password-reset p{
    color: #FFF;
    font-style: normal;
    margin: 0 0 46px 0;
    max-width: 498px;
    width: 100%;
}
.custom-password-reset .form-group{
    margin-bottom: 29px;
}
body .custom-password-reset .btn.btn-primary{
    margin: 0 0 0 auto;
    display: table;
}
.custom-password-title{
    margin: 0 0 0 0!important;
}
.custom-password-title h1{
    font-size: 53px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.12px;
    margin: 0 0 0 5px;
}
.custom-password-title h1 strong{
    font-size: 79px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 4.74px;
    margin: -38px 0 0 0;
}
.custom-password-section .login-logo{
    margin-bottom: 123px;
}
.password-bottom{
    position: absolute;
    bottom: 65px;

}
.password-bottom h6{
    color: #454545;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.64px;
}
.password-bottom h6 a{
    color: #EFCC77;
}


/*=========== Home Page ===========*/

.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
}
.header-wrapper{
    padding: 0 66px 0 86px;
}
.header-logo{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.header-toggle{
    padding: 59px 0px 0 0;
}
.toggle-icon{
    background-color: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
    margin: 0 0 0 auto;
    display: table;
}



/*Navigation Menu*/

.navigation-menu{
    background-color: #000;
    position: fixed;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 111;
    padding: 102px 125px 82px 125px;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
}
.navigation-menu-title{
    max-width: 763px;
    width: 100%;
}
.navigation-menu.show{
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navigation-menu-title h2{
    color: #FFF;
    font-family: "DIN 2014";
    font-size: 88px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 3.52px;
    padding-bottom: 12px;
    text-transform: uppercase;
    position: relative;
}
.navigation-menu-title h2 strong{
    font-size: 118px;
    letter-spacing: 4.72px;
    background: linear-gradient(270deg, #B57838 0%, #CB9850 13%, #DEB565 28%, #ECC974 42%, #F5D57D 56%, #F8DA81 70%, #F1D079 76%, #DFB566 84%, #C28B46 96%, #B57838 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table;
    margin: -60px 0 0 0;
}
.navigation-menu-title h2::after{
    content: "";
    width: 80%;
    height: 2px;
    background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
}
.navigation-menu-title h2::before{
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #B57838 0%, #CB9850 13%, #DEB565 27.6%, #ECC974 42%, #F5D57D 56.4%, #F8DA81 70.3%, #F1D079 75.5%, #DFB566 84.3%, #C28B46 95.5%, #B57838 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}


.navigation-menu-list {
    padding: 93px 0 0 0;
}
.navigation-menu-list ul{
    list-style: none;
    margin: 0;
}
.navigation-menu-list ul li{
    display: table;
    margin: 0 0 36px 0;
}
.navigation-menu-list ul li a{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
}
.navigation-menu-list ul li.active a,
.navigation-menu-list ul li a:hover{
    color: #EFCC77;
}
.navigation-menu-list ul li a::before{
    content: "";
    width: 38px;
    height: 28px;
    background-image: url('../images/menu-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: -65px;
}
.menu-close{
    position: absolute;
    top: 101px;
    right: 119px;
    background-color: transparent;
    border: none;
    width: 33px;
}
.foot-menu-logo{
    position: absolute;
    bottom: 82px;
    left: 130px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}
.foot-menu-logo img:last-child{
    margin: 0 0 0 17px;
}


/* .safari .navigation-menu-title h2 strong {
    margin-top: -55px;
}
@supports (-webkit-marquee-repetition: infinite) and (object-fit: fill) {
    .navigation-menu-title h2 strong {
        margin-top: -55px;
    }
} */

.login-error,.error-message{
    color: #f00;
    margin-bottom: 10px;
}
.success-message{
    margin-bottom: 10px;
    color: #66ff00;
}




.player-wrapper{
    padding: 0 0 0 86px;
}
.player-block{
    padding: 159px 0 0 0;
}
.player-title{
    margin: 0 0 44px 0;
}


.player-info-wrapper{
    max-width: 750px;
    width: 90%;
}
.player-info-block{
    min-height: 141px;
    padding: 24px 50px 24px 15px;
    position: relative;
    background-color: #0F0F0F;
    display: flex;
    align-items: flex-end;
    transition: all 0.5s ease;
}
.player-info-block::before{
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #B57838 0%, #CB9850 13%, #DEB565 27.6%, #ECC974 42%, #F5D57D 56.4%, #F8DA81 70.3%, #F1D079 75.5%, #DFB566 84.3%, #C28B46 95.5%, #B57838 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
}
.player-info-icon{
    position: absolute;
    top: 12px;
    left: 15px;
    opacity: 0.35;
}
.player-info-block h4{
    color: #EFCC77;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; 
    letter-spacing: 3.3px;
    text-transform: uppercase;
}
.player-arrow{
    position: absolute;
    bottom: 21px;
    right: 16px;
    width: 44px;
}
.player-info-block:hover{
    background-color: #EFCC77;
}
.player-info-block:hover h4{
    color: #000;
}
.player-info-block:hover::before{
    opacity: 0;
}
.player-info-block:hover .player-info-icon,
.player-info-block:hover .player-arrow{
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(7473%) hue-rotate(53deg) brightness(106%) contrast(106%);
}
.gx-19{
    --bs-gutter-x: 19px;
}
.gy-21{
    --bs-gutter-y: 21px;
}
.gy-22{
    --bs-gutter-y: 22px;
}



.review-wrapper{
    padding: 88px 0 0 0;
}
.review-row{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.review-col-sm{
    width: 242px;
}
.review-text h5{
    margin: 0 0 10px 0;
    color: #fff;
}
.review-text h5 strong{
    font-weight: 800;
}
.review-col-lg{
    width: calc(100% - 242px);
}

.review-block{
    padding: 3.5px 9px 8.5px 14px;
    background-color: #0F0F0F;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
}
.review-block::before{
    content: "";
    width: 100%;
    height: 4.2px;
    background:  linear-gradient(90deg, #B57838 0%, #CB9850 13%, #DEB565 27.6%, #ECC974 42%, #F5D57D 56.4%, #F8DA81 70.3%, #F1D079 75.5%, #DFB566 84.3%, #C28B46 95.5%, #B57838 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
}
.review-block h3{
    font-size: 51.584px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    transition: all 0.5s ease;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
}
.review-block h3 strong{
    color: #000;
    -webkit-text-stroke: 0.5px #fff;
}
.review-block:hover{
    background-color: #EFCC77;
}
.review-block:hover::before{
    opacity: 0;
}
.review-block:hover h3{
    color: #000;
}
.review-block:hover h3 strong{
    color: #EFCC77;
    -webkit-text-stroke: 0.5px #000;
}


.review-slide-wrapper{
    position: relative;
}
.review-slide-wrapper::before{
    content: "";
    width: 228px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.14) 6.7%, #000 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    pointer-events: none;
}
.review-slide-arrow{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    max-width: 750px;
    width: 90%;
    gap: 8px;
    padding: 16px 0 0 0;
}


.player-image-row{
    display: flex;
    flex-wrap: wrap;
}
.player-col-sm{
    width: 240px;
}

.player-image-item{
    gap: 9.5px;
    display: flex;
    flex-direction: column;
}
.player-img,.player-img-lg{
    width: 100%;
    height: 25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.player-col-lg{
    width: calc(100% - 240px);
    padding: 0 0 0 9px;
}
.player-img-lg{
    width: 100%;
    height: 100%;
    border-radius: 0 50px 50px 0;
}
.player-image {
    padding: 0 0 0 18px;
}
.player-section .player-block{
    margin: 0 -18px 0 0;
}



/*============== Club Contracts ==============*/


.left-wrapper{
    padding: 169px 0 0 0;
    max-width: 875px;
    width: 95%;
}
.border-title{
    margin: 0 0 37px 0;
}
.border-title h1{
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 0 0 12px 0;
    position: relative;
    text-transform: inherit;
    letter-spacing: 0;
}
.border-title h1::after{
    content: "";
    width: 54%;
    height: 2px;
    background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
}
.border-title h1::before,
.previous-contracts-wrapper h5::before{
    content: "";
    width: 87%;
    height: 1px;
    background: linear-gradient(90deg, #B57838 0%, #CB9850 13%, #DEB565 27.6%, #ECC974 42%, #F5D57D 56.4%, #F8DA81 70.3%, #F1D079 75.5%, #DFB566 84.3%, #C28B46 95.5%, #B57838 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.club-contracts-wrapper h5{
    margin: 0 0 28px 0;
}
.club-contracts-section .left-wrapper{
    max-width: 869px;
}

.right-wrapper{
    margin: 0 0 0 -6px;
    position: relative;
}
.right-image{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    border-radius: 0 50px 50px 0;
    opacity: 0.35;
}
.player-name{
    padding: 31px 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.player-name h2{
    font-size: 58px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2.32px;
    text-transform: uppercase;
}
.player-name h2 strong{
    font-size: 79px;
    letter-spacing: 3.16px;
    display: table;
    margin: -37px 0 0 0;
    background: linear-gradient(270deg, #B57838 0%, #CB9850 13%, #DEB565 28%, #ECC974 42%, #F5D57D 56%, #F8DA81 70%, #F1D079 76%, #DFB566 84%, #C28B46 96%, #B57838 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.previous-contracts-wrapper{
    padding: 78px 0 0 0;
}
.previous-contracts-wrapper h5{
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 18px;
}
.previous-contracts-block-wrap{
    position: relative;
}
.previous-contracts-block-wrap::before{
    content: "";
    width: 54%;
    height: 120%;
    background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    top: -25px;
    right: 6px;
    pointer-events: none;
    z-index: 1;
}
.previous-contracts-block-wrap::after{
    content: "";
    width: calc(100% - 6px);
    height: 68px;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}
.list-block{
    position: relative;
    height: 164px;
    padding: 0 6px 0 0;
    overflow-y: auto;
}

.list-block ul{
    list-style: none;
    margin: 0;
}
.list-block ul li{
    margin: 0;
    padding: 19px 0;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    font-family: "DM Sans", serif;
    opacity: 0.5;
    border-bottom: 0.5px solid #454545;
}
.list-block ul li:first-child{
    padding-top: 1px;
}
.list-block ul li a{
    color: #fff;
}
.nicescroll-rails {
    border-radius: 100px;
    width: 6px!important;
    padding: 1.5px;
}




/*==================== PR ====================*/

.pr-section .border-title{
    margin-bottom: 18px;
}
.pr-list { 
    overflow: visible;
    height: auto;
}
.pr-list ul li{
    font-family: 'DIN 2014';
}




/*==================== SCP ====================*/

.scp-text{
    max-width: 763px;
    width: 100%;
}
.scp-text p{
    margin: 0 0 25px 0;
}
.scp-text h6{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.scp-text h6 strong{
    color: #EFCC77;
    font-weight: 700;
}
.scp-text ul{
    margin-bottom: 50px;
}


/*==================== Quarterly Review ====================*/


.review-page-wrapper{
    position: relative;
}
.review-page-wrapper::before{
    content: "";
    width: calc(100% - 6px);
    height: 120px;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    bottom: -20px;
    left: 0;
    pointer-events: none;
    z-index: 1;
}
.review-page-block{
    position: relative;
    height: 694px;
    padding: 0 30px 0 0;
    overflow-x: hidden!important;
    margin: 0 -24px 0 0;
}
.image-title{
    margin: 0 0 11px 0;
    position: relative;
    padding: 0 0 22px 0;
}
.image-title::before,.line::before{
    content: "";
    width: 87%;
    height: 1px;
    background: linear-gradient(90deg, #B57838 0%, #CB9850 13%, #DEB565 27.6%, #ECC974 42%, #F5D57D 56.4%, #F8DA81 70.3%, #F1D079 75.5%, #DFB566 84.3%, #C28B46 95.5%, #B57838 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.image-title::after,.line::after{
    content: "";
    width: 54%;
    height: 2px;
    background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
}

.review-page-block .player-info-block{
    padding-bottom: 14px;
}
.player-info-block-text h3{
    font-size: 51.584px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    transition: all 0.5s ease;
    color: #fff;
}
.player-info-block-text h3 strong {
    color: #000;
    -webkit-text-stroke: 0.5px #fff;
}
.player-info-block:hover h3{
    color: #000;
}
.player-info-block:hover h3 strong{
    color: #EFCC77;
    -webkit-text-stroke: 0.5px #000;
}

.line{
    width: 100%;
    position: relative;
    margin: 21px 0 43px 0;
}


/*==================== Transfer Centre ====================*/

.transfer-centre-section .border-title,
.commercial-contracts-section .border-title{
    margin-bottom: 41px;
}
.cc-button{
    width: 100%;
    min-height: 69.589px;
    position: relative;
    border: none;
    padding: 0 0 5px 0;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 3.45px;
    text-transform: uppercase;
    text-align: left;
    transition: all 0.5s ease;
}
.cc-button.collapsed{
    background-color: #0F0F0F;
    color: #EFCC77;
}
.cc-button::before{
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #B57838 0%, #CB9850 13%, #DEB565 27.6%, #ECC974 42%, #F5D57D 56.4%, #F8DA81 70.3%, #F1D079 75.5%, #DFB566 84.3%, #C28B46 95.5%, #B57838 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.cc-button::after{
    content: "";
    width: 44px;
    height: 33px;
    background-image: url('../images/tc-arrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 48%;
    right: 16px;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.5s ease;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(82deg) brightness(106%) contrast(104%);
}
.cc-button.collapsed::after{
    transform: translateY(-50%) rotate(0deg);
    filter: none;
}
.cc-button-title{
    display: flex;
    align-items: center;
    width: 100%;
}
.cc-button-icon{
    width: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cc-button-title span{
    width: calc(100% - 74px);
}
.cc-btn {
    position: absolute;
    top: 48%;
    right: 99px;
    transform: translateY(-50%);
    border-radius: 100px;
    padding: 2px 5px 2px 5px;
    min-width: 117px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    min-height: 30px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    text-transform: capitalize!important;
}
.cc-accordion-body{
    background-color: #0F0F0F;
    padding: 17px 23px 33px 23px;
    border-bottom: 5px solid #EFCC77;
    min-height: 113px;
}
.cc-accordion-body p a{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    text-decoration-line: underline;
    margin: 25px 0 0 0;
    display: table;
}
.item-green .cc-accordion-body p a:hover{
    color: #00C98D;
}
.item-blue .cc-accordion-body p a:hover{
    color: #4163FB;
}
.item-red .cc-accordion-body p a:hover{
    color: #F25E5E;
}
.cc-accordion-item{
    margin: 0 0 20px 0;
}
.cc-accordion-item:last-child{
    margin: 0 0 0px 0;
}
.transfer-centre-ac{
    height: 668px;
    padding: 0 20px 0 0;
    margin: 0 -14px 0 0;
    overflow-y: auto; 
}
.transfer-centre-wrapper{
    position: relative;
}
.transfer-centre-wrapper::before{
    content: "";
    width: calc(100% - 6px);
    height: 86px;
    background: linear-gradient(0deg, #000 23%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    bottom: -35px;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.ps__rail-y {
    width: 6px;
    background-color: #343434!important;
      border-radius: 10px;
}
.ps__thumb-y {
  background-color: red;
  border-radius: 10px;
}


/*AC Green*/
.item-green .cc-button{
    background-color: #00C98D;
    color: #fff;
}
.item-green .cc-btn{
    background-color: #000;
    color: #00C98D;
}
.item-green .cc-button.collapsed .cc-btn{
    color: #00C98D;
    background-color: rgba(0, 201, 241, 0.2);
    border: 1px solid #00C98D;
}
.item-green .cc-button::before {
    opacity: 0;
}
.item-green .cc-accordion-body{
    background-color: rgba(0, 201, 241, 0.13);
    border-color: #00C98D;
}
.item-green .cc-button.collapsed::before{
    opacity: 1;
}
.item-green .cc-button.collapsed{
    background-color: #0F0F0F;
    color: #EFCC77;
}

/*AC Blue*/
.item-blue .cc-button{
    background-color: #4163FB;
    color: #fff;
}
.item-blue .cc-btn{
    background-color: #000;
    color: #4163FB;
}
.item-blue .cc-button.collapsed .cc-btn{
    color: #4163FB;
    background-color: rgba(65, 99, 251, 0.2);
    border: 1px solid #4163FB;
}
.item-blue .cc-button::before {
    opacity: 0;
}
.item-blue .cc-accordion-body{
    background-color: rgba(65, 99, 251, 0.2);
    border-color: #4163FB;
}
.item-blue .cc-button.collapsed::before{
    opacity: 1;
}
.item-blue .cc-button.collapsed{
    background-color: #0F0F0F;
    color: #EFCC77;
}


/*AC Red*/
.item-red .cc-button{
    background-color: #F25E5E;
    color: #fff;
}
.item-red .cc-btn{
    background-color: #000;
    color: #F25E5E;
}
.item-red .cc-button.collapsed .cc-btn{
    color: #F25E5E;
    background-color: rgba(242, 94, 94, 0.2);
    border: 1px solid #F25E5E;
}
.item-red .cc-button::before {
    opacity: 0;
}
.item-red .cc-accordion-body{
    background-color: rgba(242, 94, 94, 0.13);
    border-color: #F25E5E;
}
.item-red .cc-button.collapsed::before{
    opacity: 1;
}
.item-red .cc-button.collapsed{
    background-color: #0F0F0F;
    color: #EFCC77;
}




/*=============== Commercial Contracts ===============*/

.commercial-contracts-section .cc-button{
    padding-left: 24px;
}
.commercial-contracts-section .cc-btn{
    min-width: 137px;
}


.error-section{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 100px 15px;
}
.error-data{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.error-data img{
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
}
.error-data h1{
    font-size: 35px;
    margin: 30px 0 10px 0;
}