body{
    font-family: system-ui,"Noto Sans",sans-serif;
    font-size: 13px;    
}
.text-warning-dark {
    color: #a96800;
}
.headImpColor{
    /*tubitak red*/
    color:#bd3035;   
}

/*header*/
.profile-picture {
    width: 50px; 
    height: 50px; 
    border-radius: 50%;
}

.nav-item-main {
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
}

.uppercase-text{
    text-transform: uppercase;
}
.fixreadonlycolor[readonly]
{
    background-color: white !important;
}


.nav-item-main:hover {
    background: #2b425c0d !important;
}

.nav-item-main:hover .stroke-change {
    stroke: rgb(189, 48, 53)
}

.nav-item-main:hover .fill-change {
    fill: rgb(189, 48, 53)
}

.nav-item-main a {
    width: 56px;
    height: 56px;
}

a {
    color: #000;
    text-decoration: none;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    border-color: transparent
}

@media (min-width: 576px) {
    .margin-xl {
        margin-top:2px;
        margin-bottom:2px;
        margin-left:0px;
        margin-right:0px;
        padding-left: 4px;
        padding-right: 4px;
    }
    div.progress{
        width: 450px !important;
    }
}

@media (min-width: 768px) {
    .margin-xl {
        margin-left:5%;
        margin-right:5%;
    }
}

@media (min-width: 992px) {
    .margin-xl {
        margin: 2px 8%;
    }
}

@media (min-width: 1200px) {
    .margin-xl {
        margin: 2px 9%;
    }
}

@media (min-width: 1400px) {
    .margin-xl {
        margin: 2px 10%;
    }
}

@media (min-width: 1575px) {
    .margin-xl {
        margin: 2px 13%;
    }
}

@media (min-width: 1850px) {
    .margin-xl {
        margin: 2px 15%;
    }
}

@media (min-width: 1900px) {
    .main{
        overflow: hidden;
    }
}


/*content-main*/
@media (max-width: 695px) {
    .top-cards {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    section {
        padding: 0 24px;
    }
}


/*components*/
.profile-picture {
    width: 45px; 
    height: 45px; 
    border-radius: 50%;
}

.card {
    min-height: 5rem;
    border: none;
    background: transparent;
    color: #fff;
    font-weight: 500;
    transition: 0.4s;
    backdrop-filter: blur(10px);
}

.card:hover {
    cursor: pointer;
}

.card-head{
    font-size: 1.2rem;
}
.card-detail{
    font-size: 0.6rem;
    font-weight: 400;
    font-style: italic;
}
.card-info{
    font-size: 2.5rem;
    line-height: 2.5rem;
}


.card-small {
    border: none;
    background: transparent;
    color: #fff;
    font-weight: 500;
    transition: 0.4s;
    backdrop-filter: blur(5px);
}
.card-small:hover {
    cursor: pointer;
}

.card-head-small{
    font-size: 1rem;
}

.card-info-small{
    font-size: 1.8rem;
    line-height: 1.8rem;
}


.now {
    background: #feddc7;
    color: rgb(249, 115, 22);
    border:2px solid #feddc7;
    transition: border-color 0.25s linear;
    -moz-transition: border-color 0.25s linear;    /* FF3.7+ */
    -o-transition: border-color 0.25s linear;      /* Opera 10.5 */
    -webkit-transition: border-color 0.25s linear; /* Saf3.2+, Chrome */
}

.now:hover {
    border-color:rgb(249, 115, 22);
}

.now-selected{
    box-shadow: rgb(249, 115, 22) 0px 4px 4px -2px;
}

.history {
    background:  #c3edf5;
    color: rgb(6, 182, 212);
    border:2px solid  #c3edf5;
    transition: border-color 0.25s linear;
    -moz-transition: border-color 0.25s linear;    /* FF3.7+ */
    -o-transition: border-color 0.25s linear;      /* Opera 10.5 */
    -webkit-transition: border-color 0.25s linear; /* Saf3.2+, Chrome */
}


.history:hover {
    border-color:rgb(6, 182, 212);
}

.history-selected{
    box-shadow: rgb(6, 182, 212) 0px 4px 4px -2px;
}


.future {
    background: #ead6fd;
    color: rgb(168, 85, 247);
    border:2px solid  #ead6fd;
    transition: border-color 0.25s linear;
    -moz-transition: border-color 0.25s linear;    /* FF3.7+ */
    -o-transition: border-color 0.25s linear;      /* Opera 10.5 */
    -webkit-transition: border-color 0.25s linear; /* Saf3.2+, Chrome */
}

.future:hover {
    border-color:rgb(168, 85, 247);
}

.future-selected{
    box-shadow: rgb(168, 85, 247) 0px 4px 4px -2px;
}

.nxjobs {
    background:  #cffdcf;
    color: rgb(30, 180, 30);
    border:2px solid  #cffdcf;
    transition: border-color 0.25s linear;
    -moz-transition: border-color 0.25s linear;    /* FF3.7+ */
    -o-transition: border-color 0.25s linear;      /* Opera 10.5 */
    -webkit-transition: border-color 0.25s linear; /* Saf3.2+, Chrome */
}


.nxjobs:hover {
    border-color:rgb(30, 175, 30);
}

.nxjobs-selected{
    box-shadow: rgb(30, 175, 30) 0px 4px 4px -2px;
}


.nxadmin {
    background:  #666666;
    color: rgb(255, 255, 255);
    border:2px solid  #666666;
    transition: border-color 0.25s linear;
    -moz-transition: border-color 0.25s linear;    /* FF3.7+ */
    -o-transition: border-color 0.25s linear;      /* Opera 10.5 */
    -webkit-transition: border-color 0.25s linear; /* Saf3.2+, Chrome */
}


.nxadmin:hover {
    border-color:rgb(0, 0, 0);
}

.nxadmin-selected{
    box-shadow: rgb(0, 0, 0) 0px 4px 4px -2px;
}

.blink {
  animation: blinker 1s step-start infinite;
}

.admin-card-header{
    color: rgb(75,75,75);
    font-size: 1.2rem;    
}
.admin-card-data{
    color: rgb(75,75,75);
    font-size: 0.6rem;    
}


@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.grid {
  --gap: 1rem;
  --line-offset: calc(var(--gap) / 2);
  --line-thickness: 1px;
  --line-color: rgb(75,75,75);
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   overflow: hidden;
   grid-column-gap: var(--gap);
   grid-row-gap:3px;
}

.grid-2 {
  --gap: 1rem;
  --line-offset: calc(var(--gap) / 2);
  --line-thickness: 1px;
  --line-color: rgb(75,75,75);
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   overflow: hidden;
   grid-column-gap: var(--gap);
   grid-row-gap:3px;
}

.grid-1 {
  --gap: 1rem;
  --line-offset: calc(var(--gap) / 2);
  --line-thickness: 1px;
  --line-color: rgb(75,75,75);
   display: grid;
   grid-template-columns: repeat(1, minmax(0, 1fr));
   overflow: hidden;
   grid-column-gap: var(--gap);
   grid-row-gap:3px;
}


.grid-item {
   position: relative;
}

.grid-item::before, 
.grid-item::after {
   content: '';
   position: absolute;
   background-color: var(--line-color);
   z-index: 1;
}

.grid-item-row-border::after {
  inline-size: 100vw;
  block-size: var(--line-thickness);
  inset-inline-start: 0;
  inset-block-start: calc(var(--line-offset) * -1);
}

.grid-item-col-border::before {
  inline-size: var(--line-thickness);
  block-size: 100vh;
  inset-inline-start: calc(var(--line-offset) * -1);
}


/*page tables*/
tbody tr td, thead th  {
    font-size: 0.9rem !important;
}

/* Table Action Buttons */
.action-btn svg {
    fill: #c4c4c4;
}

.action-btn:first-child:hover svg,
.add-prsn:hover svg {
    fill: #0161f1;
}

.action-btn:last-child:hover svg {
    fill: #49a300;
}

.action-btn {
    background: transparent;
}

/* remaining Durumu */
.remaining-1 {
    background: #a30000;
}
.remaining-2 {
    background: #a34900;
}
.remaining-3 {
    background: #a38d00;
}
.remaining-4 {
    background: #49a300;
}
.remaining-5 {
    background: #0161f196;
}

/* Süreç Durumu */
.warning-1 {
    background: #a30000;
}
.warning-2 {
    background: #a34900;
}
.warning-3 {
    background: #a38d00;
}
.warning-4 {
    background: #49a300;
}
.warning-5 {
    background: #0161f196;
}

/* Button Hove Effects */
.add-doc:hover > svg {
    fill: #0161f1;
}

.update-btn:hover > svg {
    fill: #dabd00;
    stroke: #dabd00;
}

.download-btn:hover > svg {
    fill: #49a300;
    stroke: #49a300;
}

.cancel-btn:hover > svg {
    fill: #a30000;
    stroke: #a30000;
}

.table-btn:hover {
    background: #d6d5d5a6;
}

.imza-btn:disabled{
   color: rgb(100,100,100);
   background-color: rgb(190, 190, 190);   
}

.imza-btn {
    color: rgb(255,255,255);
    background-color: #198754;      
}

.imza-btn:hover {
    color:  #198754;
    background-color: transparent;      
}


/*selectors for modal div links*/
.linkdl,.linkpv{
    color:blue;
}
.linkpvs{
    color:red;
}

.linkpdf{
}

.splitterv{
    cursor: col-resize;
    width: 3px;
    float: left;
    background-color: lightgray;
}

/* Table Pagination */
.page-link {
    color: #000000a6 !important;
    border-color: #e4e4e4;
}

.active > .page-link, .page-link.active {
    background: #d6d5d5a6 ;
}

.page-link:focus {
    box-shadow: none;
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}


@media (max-width: 525px) {
    .doc-title {
        display: none;
    }
    .change_wrapped_KVKK{
       order:-1;
     }
     .change_wrapped{
         flex-wrap: wrap;
     }
}

/*loader*/
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
}

.loader {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60%;
    background: linear-gradient(0deg, #FFFFFF 50%, #355CFF 100%);
    animation: spin 0.5s linear infinite;
}

.inner-circle {
    width: 70%;
    height: 70%;
    background-color: white;
    border-radius: 60%;
}

@keyframes spin {
    from {
        transform: rotate(0);
    }
    to{
        transform: rotate(360deg);
    }
}

/*datatables plugin*/
ul.pagination{
    margin:0;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td,
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 3px !important;
}


table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    font-size: 0.6em !important;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order{
    right: 0.8em;
    width: auto;
}

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    opacity: 0.9;
}

table.dataTable thead > tr > th{
    font-weight: 500;
}

.table thead,
.table th {
    vertical-align: middle;
}

/*overlay sign*/
.middlediv {
    display: table-cell;
    vertical-align: middle;
}

.innerdiv {
    margin-left: auto;
    margin-right: auto; 
    width: 20%;
}

.modaldiv {
    display:    none;
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 );
    text-align: center;
    vertical-align: middle;
}
.edit-pack-screen-container{
    position:absolute;
    top:0;
    bottom:0;
    display:none;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(250,250,250,0.9);
    z-index:1001;
}

.edit-pack-screen-sizer
{
    position: relative;
    top: 1%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(210,225,235,1);
    z-index: 1002;
    left: 50%;
    transform: translate(-50%, 0%);
    min-width: 360px;
    max-width: 520px;
}
.edit-pack-carrier-body
{
    font-size: 0.9rem;
    background-color: rgb(245, 250, 250);
}

body.loading {
    overflow: hidden;   
}
body.loading .modaldiv {
    display: table;
}

div.progress{
    height:24px;
    margin-bottom: 20px;
    overflow: hidden;
    /*    background-color:#f5f5f5;*/
    position:relative;
    width:300px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
div.progress-bar{
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    /*    background-color: #7CBEFF;*/
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
a.reload{
    color:blue;
}

.max-table-height{
    height: calc( 100vh - 370px);
    min-height:  195px;
    overflow:auto;
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 16px;
    height: 16px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}
.check:before {
    content: "";
    position: absolute;
    left: -4px;
    width: 24px;
    height: 24px;
    border-radius: 20%;
    background: rgba(34,50,84,0.1);
    opacity: 0;
    transition: opacity 0.2s ease;
}
.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 3;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}
.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}
.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}
.check:hover:before {
    opacity: 1;
}
.check:hover svg {
    stroke: #4285f4;
}
.checkb:checked + .check svg {
    stroke: #4285f4;
}
.checkb:checked + .check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}
.checkb:checked + .check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

.tc-sized-form-control{
    width:9rem;    
}

.modal-screen-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.user-row-num{
 font-size: 1.1rem;
 
}
.edit-user-row-num{
    font-size: 0.9 rem;
    width:2rem;
}

.form-edit-text{
    color:rgb(47, 79, 90);
}
.form-edit-label{
color:black;
}

.bstrap-fix-form-labels{
max-width: 100%;
overflow: hidden; 
text-overflow: ellipsis; 
white-space: nowrap;
}

.fixformlabelpositionsbk{
    padding: 0.425rem 0.75rem !important;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext{
    padding: 0.75rem, 0.75rem;  
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(2.2rem + calc(var(--bs-border-width) * 2));
  min-height: calc(2.2rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  padding: 0.5rem .75rem;
  font-size: 0.8rem;
}

.form-control{
    font-size:0.9rem;
}
.form-select{
    font-size:0.9rem;
}
.form-normal-text{
     font-size:0.9rem;
}

.form-floating > .form-select:not(:placeholder-shown) {
    padding-top: 1.4rem;
    padding-bottom: .2rem;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown)
{
  padding-top:0.45rem;
  padding-bottom: .2rem;
}
.form-floating > .form-control
.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(.75) translateY(-1.25rem) translateX(.25rem);
  padding-bottom: 0;
  margin-bottom: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
   transition: background-color 20000s ease-in-out 30000s !important;
}

*:focus {
    box-shadow: none !important;
}




.text-9rem{
    font-size:0.9rem;
}
.timepickerfix-for9rem{
    min-width: 14rem;
    max-width: 14rem;
    text-align: center;

}

.transparentlink-button {
    background-color: transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

.btn-dark-cyan{
    --bs-btn-color: rgb(0, 155, 155);
    --bs-btn-bg: rgb(0, 155, 155);
    --bs-btn-color: var(--bs-white);
    --bs-btn-border-color:  rgb(0, 155, 155);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: rgb(0, 135, 135);
    --bs-btn-hover-border-color:rgb(0, 135, 135);
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: rgb(0, 115, 115);
    --bs-btn-active-border-color:rgb(0, 115, 115);
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(20, 170, 170, .5);
}
/*
.btn-dark-cyan:hover , .btn-dark-cyan:active{
 background-color: rgb(0, 135, 135);      
}

.btn-dark-cyan:active{
 border-color: rgb(50, 180, 180);
}*/

.banner-color{
    color: #bd3035;    
}
.header-text{
    font-size: 0.9rem;
    font-weight: 500;
}
.saat-text{
    font-size: 0.7rem;
    font-weight: 400;
}
.link-text-darkblue{
    color:#105D97;  
}
.link-text-darkblue:hover{
    color:#0591AF;
}
.select-language{
    font-size: 0.65rem;
}

.select-language .language-link, .select-language label {
    position: relative;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}


.select-language label {
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
}


.select-language .language-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 5px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s;
}

.select-language .language-link:hover::after {
    transform: scaleX(1);
    transform-origin: right;
}


.select-language{
display:flex;
align-items: center;
}

.form-header{
 font-size: 1.3rem;
 font-weight: 500;
}
.form-header-small{
 font-size: 0.9rem;
 font-weight: 500;
}

.login-page-link{
font-weight: 500;
font-size: 0.8rem;
}

.section-bg{
  background: url('../neoimg/tubitakbg2.png');
  background-size: cover;
  background-position: center;
    
}
@media (max-width: 720px) {
    .section-bg{
        background-size: 100% 100%;
    }
}
@media (max-width: 425px){
     .neologinbox{
        width: 100% !important;
    }
    section > div{
    padding-top: 10px !important;
    }
}


.neoapplist{
    list-style-type: none;
}

.neoapplist > li{
    font-weight: bold;
    padding-top:6px;
    border-bottom:1px solid #d0d0d0;
    cursor: default;
}

.neoapplist > ul{
    list-style-type: none;
    padding-top: 4px;
}
.neoapplist > ul > li{
    display:flex;
    align-items: center
}
.neoapplist > ul > li > a{
    position:relative;
    margin-left: 4px;
}
.neoapplist > ul > li > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 5px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s;
}
.neoapplist > ul > li > a:hover{
    color: red;
}
.neoapplist > ul > li > a{
    transition: color 1.5s;
}
.neoapplist > ul > li > a:hover::after {
    transform: scaleX(1);
    transform-origin: right;
}

.neoapplistf{
    list-style-type: none;
}
.neoapplistf > li{
    font-weight: bold;
    padding-top:6px;
    border-bottom:1px solid #d0d0d0;
    cursor: default;
    font-size: 14px;
}
.neoapplistf > ul{
    list-style-type: none;
    padding-top: 4px;
}
.neoapplistf > ul > li{
    display:flex;
    align-items: center
}
.neoapplistf > ul > li > a{
    position:relative;
    margin-left: 4px;
}
.neoapplistf > ul > li > a:hover{
    color: white;
}
.neoapplistf > ul > li > a{
    transition: color 0.5s;
}


.neologinerrorbox{
    border:1px solid #f06060;
    background-color: #f0d0d0;
    color: #c02020;
    font-size:0.7rem;
    font-weight: 600;
}
.neologininfobox{
    border:1px solid #6060d0;
    background-color: #f0f5ff;
    color: #2040b0;
    font-size:0.7rem;
    font-weight: 600;
}

.neologinconfirmbox{
    border:1px solid #60d060;
    background-color: #d0f0d0;
    color: #108010;
    font-size:0.7rem;
    font-weight: 600;
}

.neologinbox{
  position: relative;
  width: 420px;
  background: transparent;
  border: 2px solid rgba(a0, a0, a0, 0.5);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}
.neologinbox > a{
    text-decoration: underline;
}

.neonewuserform{
  position: relative;
  max-width: 800px;
  background: transparent;
  border: 2px solid rgba(a0, a0, a0, 0.5);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  padding: 28px;
  margin-top: 28px;
}
@media (max-width: 820px){
    .neonewuserform{
        padding: 16px;
        margin-top: 0px;
    }
}

@media (max-height: 820px){
    .neonewuserform{
        padding: 16px;
        margin-top: 0px;
    }
}

 .login-page-btn {
  width: 100%;
  height: 42px;
  background: #ffffff;
  cursor: pointer;
  outline: none;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  font-size: 1em;
  font-weight: 600;
  color: rgba(0, 51, 102, 1);
  transition-duration: 0.3s;
}
.login-page-btn:hover{
    background-color:#f0f0f0; 
}
.edevlet-btnimg {
  height: 32px;
}

.neologinbox-label{
 font-size: 1.2rem;
 font-weight: 500;
}
.forgot-change a:hover, .extra-links a:hover, .login-page-link:hover {
  text-decoration: underline;
  transition-duration: 0.3s;
}
.forgot-change a, .extra-links a {
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 0.8rem;
  text-decoration: none;
  padding-top: 2px;
}


.captcha-grid{
    display: grid;
    grid-template-areas:
        "a b c" 
        ". d .";
    align-items: flex-start;
    justify-items: end;
}

div.ipucu,div.pencere{
    position: absolute;
    border: solid;
    border-width: 1px;
    background-color: white;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    z-index:99;
}
div.ipucu{
    background-color: #FCFFFA;
    max-width: 480px;
}
div.ipucu.sabit{
    background-color: #FFDFDA;
    display: block;
    position: relative;
    border-color: #D8000C;
    color: #600000;
}
.input-group-end{
    height: 70%;
    display: inline-flex;
    position: absolute;
    right: 5px;
    top: 0px;
    transform: translate(0%, 21.4%);
}

.input-group-error-end{
    display: inline-flex;
    position: absolute;
    right: -9px;
    bottom: 5px;
}
/**col-model**/
.col-limit-size{
    max-width: 330px; 
    min-width: 220px;
}
.col-tc-input-size{
    max-width: 219px; 
    min-width: 146px;   
}
.col-resimdogrula-input-size{
    max-width: 150px; 
    min-width: 112px;   
}
.col-cinsiyet-size{
    height: calc(2.2rem + calc(var(--bs-border-width) * 2));
    min-height: calc(2.2rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25rem;
}
.cinsiyet-radio-container{
    position: relative;
    line-height: 1rem;
}
.red-start-border::before{
    border: 2px solid #dc3545;
    border-radius: 2px;
    border-right-width: 0;
    content: '';
}
.captcha-size{
    height: 2.2rem;   
}
.captcha-resfresh-size{
    padding: 0.425rem; 
    width:2.2rem;
    height:2.2rem;
    margin: 0;
    
}
/**col-model**/
/**MODAL PLUGIN**/
/* The Modal (background) */

.sms-dogrulama-container {
    display: none; 
    position: fixed; 
    z-index: 100; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}

.sms-dogrulama-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sms-dogrulama-text {
    margin-bottom: 10px;
}

.sms-kodu-input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center; 
    font-size: 1.2rem;
    width: 6rem;
}

.sms-kodu-input::placeholder {
    text-align: center;
}

.sms-kodu-input::-webkit-input-placeholder {
    text-align: center;
}

.sms-kodu-input:-moz-placeholder { 
    text-align: center;  
}

.sms-kodu-input::-moz-placeholder {  
    text-align: center;  
}

.sms-kodu-input:-ms-input-placeholder {  
    text-align: center; 
}

.sms-kodu-input:focus::-webkit-input-placeholder { color:transparent; }
.sms-kodu-input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.sms-kodu-input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.sms-kodu-input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.sms-kodu-input:focus::placeholder {
    color: transparent;
}

.sms-zaman-container {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.sms-zaman {
    font-size: 14px;
    color: #888;
}
.sms-tekrar-gonder{
    color: navy;
    cursor: pointer;
}

.dogrula-button {
    background-color: #2ecc71;  
    color: white; 
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border:none;
}
.dogrula-button:hover {
    background-color: #b3e5fc; 
    color: #1a237e;
    border:none;
}

.dogrula-button:disabled{
    background-color: #8e8e8e;  
    color: white; 
    border:none;
}

.disabled-link {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
    display: none;
}

.enabled-link {
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
    display: flex;
    align-items: center;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content {

    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 640px;
    text-align: center; 

}

/* The Close Button */
.close {
    color: #aaaaaa;
    position: fixed;
    top: 5px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/**MODAL PLUGIN**/

/**custom radiobox**/
.nxradio {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}

.nxradio input[type='radio'] {
  display: none;
}

.nxradio label {
  font-weight: normal;
  padding-rigth: 0px;;
}

.nxradio label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0px 6px 0px 0px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #000000;
  background-color: transparent;
}

.nxradio-white label:before{
    border: 1px solid #fff; 
}

.nxradio input[type=radio]:checked + label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0px 6px 0px 0px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #dc3545;
  background-color: transparent;
}

.nxradio input[type=radio]:checked + label:after {
  content: " ";
  border-radius: 8px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 3px;
  display: block;
  background: #dc3545;
}
/**custom radiobox**/