ul.gp-nav {
    display: flex;
    flex-direction: row;
}

ul.gp-nav li {
    position: relative;
    padding-right: 60px;
    z-index: 999;
}

ul.gp-nav li::before {
    content: '';
    background: #fff;
    height: 1px;
    width: 60px;
    position: absolute;
    right: 0px;
    top: 25px;
    z-index: 99;
}

ul.gp-nav li:last-child {
    padding-right: 0px;
}

ul.gp-nav li:last-child::before {
    display: none;
}

ul.gp-nav li a {
    display: flex;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border: 2px solid #2DCD7D;
    color: #000;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

ul.gp-nav li.active::before {
    background: #2DCD7D;
}

ul.gp-nav li:hover a, ul.gp-nav li.active a {
    background: #2DCD7D;
    border: 2px solid #2DCD7D;
    color: #FFFFFF;
}

.flag{
    padding: 10px 10px;
}

.heading {
    font-size: 32px;
}
.custom-input input{
    width: 100px;
    background: #2bc155;
    border: 1px solid #FFFFFF;
    color: #fff;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
}

button:disabled {
    cursor: auto;
}

.light.btn-success:disabled:hover{
    background-color: #e7faec;
    border-color: #e7faec;
    color: #2bc155;
}


.swal2-popup {
font-size: 12px !important;
width: 34em !important;
min-height: 200px !important;
border-radius: 15px !important;
}

.swal2-container .swal2-title {
font-size: 18px !important;
color: #323131 !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
font-size: 14px !important;
}

.swal2-styled:focus {
outline: 0;
box-shadow: none !important;
}

.swal2-title {
color: #0d0d0d !important;
}

.swal2-content {
font-size: 16px !important;
}

.auth-overlay {
    background: rgba(10, 0, 34, 0.49);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(10, 0, 34, 0.31);

    width: 400px;
    padding: 50px;
    line-height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
    z-index: 9999;
}

.auth-form{
    width: 100%;
    max-width: 460px;
}
.pagination .page-item .page-link {
    color: #28fb6b;
    border: 1px solid #2e2643;
}


.custom-file {
    display: table;
    position: relative;
    max-width: 80px;
}

.custom-file .file-label{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
  }

.custom-file .preview {
    background-color: #ffffff !important;
    background-clip: padding-box;
    border: 1px solid rgba(101, 109, 119, 0.24);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    padding: 3px;
  }

.custom-file img{
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 107px;
}


@media (max-width: 576px) {
		ul.gp-nav li { 
    padding-right: 5px;

    
}


ul.gp-nav li::before {   
    width: 30px;   
    top: 15px;  
    right: -12px;	
}

ul.gp-nav li a {
    width: 30px;
    height: 30px;

}

	
   }
   
