@import url('https://fonts.googleapis.com/css2?family=Teko:wght@600;700&display=swap');

body {
    background: rgb(255, 255, 255);
    background: linear-gradient(80deg, rgba(255, 255, 255, 1) 12%, rgba(10, 119, 224, 1) 100%);
}
.dashboard-header{
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 19px !important;
    text-align: center;
}

.dashboard-card a{
    text-decoration: none;
    
}
.counter-card{
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(42, 41, 41);
}
.counter-card .counter{
    font-size:25px;
    color: #ff6c60;
    
    
}
table{
    width: 100%;
}
tr {
    margin-bottom: 5px;
    display: flex;
    width: 100%;
    flex: 1;
    gap: 2rem;
}

.athlete-details-tabs tr {
    margin-bottom: 25px;
}
.state__name{
    font-weight: bold;
    margin-top: 10px;
    margin-right: 3rem;
}
.table td{
    border: none;
    border-top-color: transparent;
}
.table td, .table th {
    padding: 0rem;
    vertical-align: top;
    border-top: none;
    flex: 1;
    text-align: center;
    font-size: 15px;
    
}
.table thead th {
    border-bottom: 0px;
    font-weight: 600;
}
table.dataTable thead th, table.dataTable thead td {
    border: none;
}
table.dataTable.no-footer {
    border-bottom: 1px solid transparent;
}
.card{
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}
.action__icons a ion-icon{
    font-size:20px;
}
.action__icons a ion-icon.view{
    color: green;
}
.action__icons a ion-icon.edit{
    color: orange;
}
.action__icons a ion-icon.trash{
    color: red;
}
.table-body tr td{
    color: #000;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 0;
}
.card-body {
    padding: 0.7rem;
}
/*View Page CSS*/


.nav-tabs-boxed .nav-tabs .nav-link.active {
    background-color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #27a22c;
    background-color: #ebedef;
}
.border-bottom {
    border-bottom: 1px solid green !important;
}
.nav-tabs-boxed .tab-content {
    border: 1px solid transparent;
}
.athlete-details-tabs nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom-color: #fff;
    
    */
}
.athlete-details-tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
}
.athlete-details-tabs .nav-tabs-boxed .tab-content {
    border-left: 1px solid #178f79;
    border-bottom: 1px solid #178f79;
    border-right: 1px solid #178f79;
}
.profile__top{
    border-right: 3px dashed #ccc;
}
.profile__container{
    height: 60vh;
}
.athlete_thumbnail{
    width: 150px;
    height: 150px;
    border: 5px solid #cce6ff;
    display: inline-block;
    border-radius: 50%;
}
.nav-tabs .nav-link {
    font-weight: 600;
    color: #000;
}
.personalInfoClass table tr{
    box-shadow: none;
    padding: 0;
}
.personalInfoClass table tr th{
    width: 45%;
    background: wheat;
    padding: 15px 0px;
    padding-left: 10px;
    color: #000;
}
.personalInfoClass table tr td {
    width: 55%;
    padding: 8px 0px;
    margin-left: 10px;
    border-bottom: 1px dashed #000;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
ion-icon.approve{
    font-size: 14px;
}
.profile__container .badge{
    font-size: 14px;
}
small.field_error {
    color: #ec2718;
    font-size: 12px;
    font-weight: 700;
}
/*For Login Page*/

.modal-image{
    width: 130px !important;
    height: auto;
}
#applicationPreviewModal .modal-header{
    padding: 7px 1rem;
}
.c-app .card{
    /* border:0; */
}
.form-control:focus {
    box-shadow: none;
}
.app-title-bg{
        background: #000143;
        text-align: center;
        padding: 10px 0px;
        /* border-bottom-left-radius: 8px; */
        /* border-bottom-right-radius: 8px; */
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.app-title{
    font-weight: 700;
    color: #fff;
    font-size: 1.7rem;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
}
.page-heading{
    font-weight: 700;
    color: #000143;
    font-size: 2rem;
    font-family: 'Teko', sans-serif;
    margin-top: 1.5rem;
}
.login-link{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.sub-title {
    font-weight: 700;
    font-size: 1.2rem;
}
.login-link ion-icon{
    font-size: 20px;
}
#stateLogin .form-control {
    border: 2px solid;
    color: #768192;
    border-color: #54a9ff;
}
/*Registration form CSS*/
#athletePageBody{
    background-color: #E9F2FF;
}
#athletePageBody label {
    color: #474747;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 700;
}

#athleteRegistration select.form-control option {
    color: #000;
}
#athleteRegistration .form-control {
    border: 1px solid #0a69c9;
    font-size: 15px;
    color: #000;
}
#technicalOfficialRegistration select.form-control option {
    color: #000;
}
#technicalOfficialRegistration .form-control{
    border: 1px solid #c9c9c9;
    font-size: 1rem;
    color: #000;
}

#applicationPreviewModal tr {
    box-shadow: none;
}
.input-box{
    display: flex;
    padding: 13px 0px;
    font-size: 15px;
}
.input-box .labels {
    font-weight: bold;
    width: 35%;
    display: inline-block;
    padding: 12px 15px;
    border:1px solid #ccc;
}
.input-value{
    width:65%;
    border:1px solid #ccc;
    padding: 12px 15px;
    font-size: 1.2rem;
    color: #000;
}

.inactive__tab{
    color: #333;
    cursor: not-allowed;
    background: #f5f5f5;
}
.has-error{
    border: 1px solid #ee1515 !important;
    background: #ffe3d4;
}
.text-danger{
    font-weight: 700;
}
.text-success {
    color: #0d5c28!important;
}

.form-group{
    margin-bottom: 0.20rem;
}
.help-block{
    color: red;
    font-weight: 400;
}
.next, .previous{
    margin: 5px;
    color: #fff !important;
}
span#dob_proof-error, span#passport_photo-error{ 
    display: block;
}
.img-thumbnail{
    width: 150px;
    height: 165px;
}
.img-thumbnail img{
    width: 100%;
    height: 100%;
}
#photo_preview{
    display: none;
}
.dynamic-add-button{
    font-size: 25px;
    
}
/*Custom File Uplaod*/



/*Modal Box CSS*/
h6.perview-modal-heading{
    font-size: 1rem;
    font-weight: 700;
    color: #2f2929;
    background: lightblue;
    padding: 11px;
    margin: 10px 0px;
}

/****************************/
/*From Right/Left */
 .modal.drawer {
     display: flex !important;
     pointer-events: none;
}

 .modal.drawer * {
     pointer-events: none;
}
 .modal.drawer .modal-dialog {
     margin: 0px;
     display: flex;
     width: 27%;
     transform: translate(50%, 0);
}
 .modal.drawer .modal-dialog .modal-content {
     border: none;
     border-radius: 0px;
}
 .modal.drawer .modal-dialog .modal-content .modal-body {
     overflow: auto;
}
 .modal.drawer.show {
     pointer-events: auto;
}
 .modal.drawer.show * {
     pointer-events: auto;
}
 .modal.drawer.show .modal-dialog {
     transform: translate(0, 0);
}
 .modal.drawer.right-align {
     flex-direction: row-reverse;
}
 .modal.drawer.left-align:not(.show) .modal-dialog {
     transform: translate(-50%, 0);
}
.modal-title{
    color: #000;
    word-spacing: 6px;
    font-size: 18px;
}
.help-button {
    position: absolute;
    right: -2%;
    top: 1%;
    font-size: 18px;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: none;
    outline: 0px;
    background: #00bcd4;
    color: #fff;
}
.help-button:focus{
    outline: 0 !important;
}
.help-content h4{
    font-weight: bold;
    font-size: 17px;
    color: red;
}
.help-content ul{
    margin-top: 15px;
}
.help-content li{
    list-style:circle;
    margin-bottom: 18px;
    font-size: 16px;
    border-bottom: 1px dashed #000;
}
.help-button ion-icon{
    font-size: 20px;
}
.text-copyright{
    color: #0656a6!important;
}
.footer{
    position: fixed;
    bottom:0;
    width:100%;
  height: 45px;
  line-height:45px;
   background-color: #fff!important;
   

}
.footer p{
    text-align:center;
}

/* Athlete Edit Modal */
.wrapper h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #25969a;
}
.wrapper input.form-control, .wrapper select.form-control {
    color: #3d3d3d;
    font-size: 18px;
    border-color: #878787;
}
.athlete-edit-modal .modal-title{
    color: #000;
}
.wrapper hr{
    background:#25969a;
    height: 2px;
}
.wrapper .modal-header, .modal-header{
    background: #fff;
}
.edit-modal-documents{
    width: 120px;
    height: 120px;
}
.document-not-found {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #eaeaea;
    margin: 0 auto;
}
header{
    width: 100%;
    background-color: #07413c;
    padding: 1.2rem 0;
    display: flex;
    align-items: center;
}
footer{
    margin-top: 4rem;
    height: 100px;
    /* background-color: #d7e1ff; */
    display: flex;
    align-items: center;
}
.copyright{
    font-weight: 700;
    font-size: 0.8rem;
}
.link{
    text-decoration: none;
    font-weight: bold;
}
.sidebar-menu li a{
    text-decoration: none;
    font-weight: 600;
    color: #303f56;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sidebar-menu li a:hover{
    color: #033a8d;
    text-decoration: underline;
    
}
.sidebar-menu ion-icon{
    font-size: 1.5rem;
}