﻿@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

.input-container {
    position: relative;
    width: 190px; 
    height:30px;
}

.input-field {
    width: 100%;
    padding: 3px 10px;
    border: 1px solid #164c4b;
    border-radius: 4px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    height: 30px;
    font-size:15px;
    font-family:'poppins', sans-serif;
    font-weight:500;
    color:#011705
}

.placeholder-label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: top 0.3s ease, left 0.3s ease, font-size 0.3s ease, background-color 0.3s ease, padding 0.3s ease;
    background-color: white;
    padding: 0 5px;
    color: #8d8dd3;
    border-radius: 2px;
    font-family: 'poppins', sans-serif;
    letter-spacing: 0.1px;
    word-spacing: 0px;
    font-size: 13px
}

.input-field:focus + .placeholder-label,
.input-field:not(:placeholder-shown) + .placeholder-label {
    top: -1px;
    left: 5px;
    /*    font-size: 0.8em;*/
    font-size: 11px;
    background-color: white;
    color: #164c4b;
    font-weight:800
}

.input-field:focus {
    border-color: #007bff; 
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); 
    outline: none; 
}
.panelentryspace{
    padding:10px 20px 20px 20px;
    background-color:white;
    border-radius:20px;
    border:0px;
    overflow:hidden;
    

}
.addbutton {
    border-radius: 5px;
    align-items: center;
    background-color: #164c4b;
    border: 0;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height:20px;
    height: 30px;
    width: max-content;
/*    overflow: hidden;*/
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    list-style:none;
}

    .addbutton:hover,
    .addbutton:focus {
        background-color: white;
        color: #164c4b;
        border: 1px solid #164c4b;
    }

    .addbutton:active {
        transform:scale(1.1)
    }

    .addbutton:disabled {
        cursor: not-allowed;
        background: rgba(0, 0, 0, .08);
        color: rgba(0, 0, 0, .3);
    }

.btn {
    background-color:transparent;
    /*    padding-bottom: 10px;*/
    border:0px;
    font-weight: 700;
    height: 30px;
    color: white;
    font-size: 16px;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
}
.addbutton:hover .btn {
    color: teal;
}
.addbutton:hover span {
    color: teal;
    
}
.updatebutton {
    border-radius: 5px;
    align-items: center;
    background-color: white;
    border: 1px solid #164c4b;
    box-sizing: border-box;
    color: #164c4b;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    height: 30px;
    width: max-content;
    /*    overflow: hidden;*/
    padding: 0px;
    padding-left: 8px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    list-style: none;
}

    .updatebutton:hover,
    .updatebutton:focus {
        background-color: #164c4b;
        color: white;
        border: 0px solid #164c4b;
    }

    .updatebutton:active {
        transform: scale(1.1)
    }

    .updatebutton:disabled {
        cursor: not-allowed;
        background: rgba(0, 0, 0, .08);
        color: rgba(0, 0, 0, .3);
    }
.btn1 {
    background-color: transparent;
    /*    padding-bottom: 10px;*/
    border: 0px;
    font-weight: 700;
    height: 30px;
    color: #164c4b;
    font-size: 16px;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.updatebutton:hover .btn1 {
    color: white;
}

.updatebutton:hover span {
    color: white;
}
.deletebutton {
    border-radius: 5px;
    align-items: center;
    background-color: white;
    border: 1px solid red;
    box-sizing: border-box;
    color: red;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    height: 30px;
    width: max-content;
    /*    overflow: hidden;*/
    padding: 0px;
    padding-left: 8px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    list-style: none;
}

    .deletebutton:hover,
    .updatebutton:focus {
        background-color: red;
        color: white;
        border: 0px solid #164c4b;
    }

    .deletebutton:active {
        transform: scale(1.1)
    }

    .deletebutton:disabled {
        cursor: not-allowed;
        background: rgba(0, 0, 0, .08);
        color: rgba(0, 0, 0, .3);
    }

.btn2 {
    background-color: transparent;
    /*    padding-bottom: 10px;*/
    padding:0px;
    border: 0px;
    font-weight: 700;
    height: 30px;
    color: red;
    font-size: 16px;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
}
.btn3 {
    background-color: transparent;
    /*    padding-bottom: 10px;*/
    padding: 0px;
    border: 0px;
    font-weight: 700;
    height: 30px;
    color: navy;
    font-size: 16px;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.deletebutton:hover .btn2 {
    color: white;
}

.deletebutton:hover span {
    color: white;
}
.panelbutton{
    background-color:white;
    padding-top:0px;
    display:flex;
    border-radius:10px
}
.bt {
    list-style: none;
    margin: 0;
    padding: 2px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Century Gothic", Times, serif;
    font-size: 10px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #ffffff;
    font-weight: 100;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}


.viewbutton {
    border-radius: 5px;
    align-items: center;
    background-color: white;
    border: 1px solid navy;
    box-sizing: border-box;
    color: navy;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 15px;
    width: max-content;
    height: 30px;
    /*    overflow: hidden;*/
    padding: 0px;
    padding-left: 8px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    list-style: none;
}

    .viewbutton:hover,
    .viewbutton:focus {
        background-color: navy;
        color: white;
        border: 0px solid navy;
    }

    .viewbutton:active {
        transform: scale(1.1)
    }

    .viewbutton:disabled {
        cursor: not-allowed;
        background: rgba(0, 0, 0, .08);
        color: rgba(0, 0, 0, .3);
    }

.btn3 {
    background-color: transparent;
    /*    padding-bottom: 10px;*/
    border: 0px;
    font-weight: 700;
    height: 30px;
    color: navy;
    font-size: 16px;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.viewbutton:hover .btn3 {
    color: white;
}

.viewbutton:hover span {
    color: white;
}
.panelgrid {
    background-color: white;
    border-radius: 20px;
    border-bottom: 1px solid teal;
    border-left: 1px solid teal;
    overflow: auto;
    padding: 10px
}
    .panelgrid::-webkit-scrollbar {
        height: 10px;
        width: 10px;
        border-radius: 10px;
    }

/* Track */
    .panelgrid::-webkit-scrollbar-track {
        background-color: teal;
        border-radius: 10px;
    }

/* Handle */
    .panelgrid::-webkit-scrollbar-thumb {
        background-color:#5fc0a8;
        border-radius: 10px;
    }

    /* Handle on hover */
        .panelgrid::-webkit-scrollbar-thumb:hover {
            background-color: #a6eedc;
        }

/*.custom-gridview {
    width: 100%;
    border-collapse: collapse;
}*/

.custom-pager {
    text-align: center;
    padding: 10px;
}

    .custom-pager a,
    .custom-pager span {
        display: inline-block;
        margin: 0 4px;
        padding: 6px 12px;
        background-color: #f0f0f0;
        border-radius: 10px;
        border: 1px solid #ddd;
        color: #333;
        text-decoration: none;
    }

        .custom-pager a:hover {
            background-color: #d0d0d0;
        }

    .custom-pager .selected-page {
        background-color: #007bff;
        color: white;
    }

.myGridView {
    background-color: white; /* Dark background color */
    color: teal; /* White text */
    border-collapse: collapse; /* Remove default spacing */
    width: 100%; /* Take full width */
    border-radius: 10px; /* Rounded corners */
    overflow: hidden; /* Prevent content from overflowing rounded corners */
    margin-bottom: 20px; /* Add some space below the grid */
    font-size:12px;
    border:1px solid transparent;
    
}

    /* Style table headers */
    .myGridView th {
        background-color: #dce8fc; /* Slightly lighter header background */
        padding: 5px 15px; /* Padding for headers */
        text-align: left; /* Align text left */
        height:40px
        
    }

    /* Style table cells */
    .myGridView td {
        padding: 5px 15px; /* Padding for cells */

    }


    /* Style alternating rows */
    /*.myGridView tr:nth-child(even) {
        background-color: rgb(157, 217, 251);*/ /* Slightly lighter background for even rows */
    /*}*/

    /* Style the "Status" column */
    /*.myGridView td:nth-child(8) {*/ /* Assuming "Status" is the 8th column */
        /*text-align: center;*/ /* Center the status text */
    /*}*/
    .borderfirst{
        border-bottom-left-radius:10px;
        border-top-left-radius:10px
    }
    .bordersecond{
        border-top-right-radius:10px;
        border-bottom-right-radius:10px
    }

.checkbox-button {
    background: none;
    border: none;
    cursor: pointer;
    color: #00bcd4; /* Optional: match your theme */
    font-size: 18px;
    text-decoration: none;
}

    .checkbox-button:hover {
        color: #0097a7;
    }

.Check{
    color:transparent;
    border:1px solid teal;
    width:20px;
    height:20px;
    border-radius:5px;
    font-size:15px;
    justify-content:center
    /*display:none*/
}
    .Check:hover {
        color: teal;
        border: 0.8px solid teal;
        background-color:teal;
        color:white;
        transition:0.3s;
        /*display:block*/
    }
.selectedRow{
    background-color:#cee5f9;
   
}
.gridrows {
    background-color: white; /* Slightly lighter background for even rows */
    border-bottom: 3px solid white;
    color:#164c4b
}
    .gridrows:hover {
        background-color: #f3f7fd;
        border-bottom: 0px solid white;
        color:teal
    }
.alternating {
    background-color: #f3f7fd;
    border-bottom: 3px solid white;
}
.alternating {
    background-color: #f3f7fd;
    border-bottom: 0px solid white;
}
.panellogin {
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    padding: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 380px;
    position: fixed;
    top: 40%;
    z-index: 1000;
    display: block;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    border-radius: 15px;
}
.pagetitle{
    font-family:'poppins', sans-serif;
    color:teal;
    font-weight:700;
    font-size:24px;

}
.titleline{
    color: transparent;
    background-color:teal;
    height: 20px;
    width: 20px;
    border-radius:50%;
    border:0px solid teal;
}

.modalerror {
    top: 50%;
    left: 50%;
    width: max-content;
    height: max-content;
    color: red;
    z-index: 1002;
    box-shadow: 1px 1px 5px red;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    font-size: 20px;
    display: none;
    position: fixed;
    transform: translate(-50%, -50%);
    background-color:white;
}
.overlayerror {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.5);
    z-index: 1001;
    display: none;
}

.modalsuccess {
    top: 50%;
    left: 50%;
    width: max-content;
    height: max-content;
    color: green;
    z-index: 1002;
    box-shadow: 1px 1px 5px green;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    font-size: 20px;
    display: none;
    position: fixed;
    transform: translate(-50%, -50%);
    background-color: white;
}

.overlaysuccess {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 128, 0, 0.5);
    z-index: 1001;
    display: none;
}
.newmodalerror {
    top: 4%;
    left: 40%;
    width: max-content;
    height: 30px;
    color: rgb(245, 10, 10);
    z-index: 1002;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    display: none;
    position: fixed;
    background-color: rgb(250, 214, 214);
    padding-bottom: 20px;
    padding-top: 0px
}
.newmodalsuccess {
    top: 4%;
    left: 40%;
    width: max-content;
    height: 30px;
    color: rgb(21, 120, 17);
    z-index: 1002;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    display: none;
    position: fixed;
    background-color: rgb(190, 248, 187);
    font-weight:500;
    padding-bottom:20px;
    padding-top:0px
}
.butnclose1 {
    background: url('../images/images/cancel.png');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: transparent;
    border: 0px;
    border-radius: 50%;
}
.butnclose2 {
    background: url('../images/images/cancel2.png');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: transparent;
    border: 0px;
    border-radius: 50%;
}
.labelsessions{
    color:transparent;
    font-size:15px
}


.toast-container {
    display: none;
    align-items: center;
    background-color: #d9f8e0;
    color: #212529;
    border: 1px solid #bfecef;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
    top: 2%;
    right: 7%;
    z-index: 1002;
    position: fixed;
    transition: ease-in 1s;
}

.toast-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    font-size:20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(0, 128, 0, 0.5);
    color: white;
    margin-right: 15px;
    font-size: 1.2em;
}

    .toast-icon svg {
        fill: white;
    }

.toast-content {
    flex-grow: 1;
}

.toast-title {
    font-weight: bold;
    margin-bottom: 5px;
    color: #28a745
}

.toast-message {
    font-size: 0.9em;
    color: #6c757d; /* Slightly lighter text for message */
}

.toast-close {
/*    background: url('../images/images/images(1).png');*/
    border: none;
    background-color: transparent;
    font-size: 1.2em;
    cursor: pointer;
    margin-left: 15px;
    outline: none;
}

/* Optional: Add a visual indicator on the left */
.toast-indicator {
    background-color: green;
    width: 5px;
    height: 85%;
    position: absolute;
    left: 5px;
    top: 2px;
    bottom:2px;
    border-radius: 5px 0 0 5px;
}
.toast-containererror {
    display: none;
    align-items: center;
    background-color: rgb(251, 221, 221);
    color: red;
    border: 1px solid #fac2c2;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
    top: 2%;
    right: 7%;
    z-index: 1002;
    position: fixed;
    transition: display ease-in 2s;
}

.toast-iconerror {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    color: white;
    margin-right: 15px;
    font-size: 1.2em;
}

    .toast-iconerror svg {
        fill: white;
    }

.toast-contenterror {
    flex-grow: 1;
}

.toast-titleerror {
    font-weight: bold;
    margin-bottom: 5px;
    color: red
}

.toast-indicatorerror {
    background-color: red;
    width: 5px;
    height: 85%;
    position: absolute;
    left: 5px;
    top: 2px;
    bottom: 2px;
    border-radius: 5px 0 0 5px;
}
.TextboxSearch {
    border-radius: 10px;
    border: 1px solid teal;
    
/*    background-image: url('../images/search1.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size: 20px 20px;
    background-position: left;*/
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 40px;
    font-family: "poppins",sans-serif;
    margin-right: 10px;
}
.btnsearch {
    background: url('../images/images/search2.png');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: transparent;
    border: 0px;
    border-radius: 5px;
}
.printbutton {
    border-radius: 5px;
    align-items: center;
    background-color: rgb(0, 180, 216);
    border: 0px solid #164c4b;
    box-sizing: border-box;
    color: rgb(4, 6, 103);
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    height: 30px;
    width: max-content;
    /*    overflow: hidden;*/
    padding: 0px;
    padding-left: 8px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    list-style: none;
}

    .printbutton:hover,
    .printbutton:focus {
        background-color: rgb(4, 6, 103);
        color: rgb(0, 180, 216);
        border: 0px solid #164c4b;
    }

    .printbutton:active {
        transform: scale(1.1)
    }

    .printbutton:disabled {
        cursor: not-allowed;
        background: rgba(0, 0, 0, .08);
        color: rgba(0, 0, 0, .3);
    }
.btndownload {
    background: url('../images/images/direcdownload.png');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: transparent;
    border: 0px;
    border-radius: 5px;
}
.panelFilters {
    background-color: rgb(166 237 246);
    height: 45px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border:0px solid teal;
}
.dropFilters {
    background-color: white;
    border: 0px;
    color: teal;
    width: 150px;
    height: 30px;
    border-radius: 25px;
    padding-left:10px;
    padding-right:20px
}
.labelcode{
    font-family:"poppins", sans-serif;
    font-size:12px;
    color:teal;
    font-weight:600;
    padding:10px 15px;
    background-color:white;
    border-radius:25px;
    border:0px solid;
    width:max-content;
    height:max-content;
    

}
.closemodal {
    background: url('../images/images/closebtnicon.png');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: transparent;
    border: 0px;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    top: 10%;
}
.modalover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: rgba(0, 0, 0, 0.3);*/
    backdrop-filter: blur(5px);
    z-index: 1001;
    display: none;
    align-items: center;
    justify-content: center;
}
.contentmodal {
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    padding: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: max-content;
    position: fixed;
    top: 40%;
    z-index: 1002;
    display: none;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    border-radius: 15px;
}
.modalspliter {
    height: 2px;
    width: 250px;
    background: linear-gradient(to right, transparent, teal, transparent);
    margin-bottom: 20px;
    color:transparent
}
.newview {
    background: url('../images/images/newvie.png');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: transparent;
    border:1px solid teal;
    border-radius: 25px;
}
.newview:hover{
    transform:scale(1.1)
}