﻿body {
   
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 75px;
    padding-right:75px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#textarea {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 28px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 400px;
    height: 400px;
    background-color:white;
    
}
#emailss {
    visibility: visible;
    border-collapse: separate;
    border-spacing: 0;
    color: #222;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    background: #fff;
    border: 0;
    overflow: visible;
   
    outline: none;
    /*font: small / 1.5 Arial, Helvetica, sans-serif;*/
    letter-spacing: normal;
    /*overflow-y: hidden;*/
   
}
#newz {
    border: none;
    background-color: transparent;
    resize: none;
    outline: none;
}
#container {
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-family: 'Avenir';
    font-weight: normal;
    font-style: normal;
    background-color: #f3f3f3;
    height: 100%;
    border-collapse: collapse;
   border:double;
}


/*ul {
    font-size: small;
    text-align: left;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
    letter-spacing: .01em;
    margin: 0;
    padding: 0;
    list-style-type: none;
}*/
/*fo3li113 {
    font-size: small;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
    letter-spacing: .01em;
    list-style-type: none;
    margin: 0;
    padding: 6px 1% 9px 1%;
    clear: both;
    position: relative;
    transition: background-color 350ms ease-out;
    width: 64%;
    background-color: #fff7c0;
    border: none !important;
    box-shadow: none !important;
}
Field113 {
    list-style-type: none;
    font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
    font-size: 100%;
    color: #333;
    margin: 0;
    padding: 2px 0;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background: #fff;
    min-width: 100%;
    max-width: 100%;
    height: 166px;
    width: 482px;
}*/
.filepond--root {
    width: 500px
}

.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    text-decoration-color: #babdc0;
}

.filepond--panel-root {
    border-radius: 2em;
    background-color: #edf0f4;
    height: 1em;
}





* {
    box-sizing: border-box;
}

/*input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}*/
#files-area {
    /*width: 30%;*/
    margin: 0 auto;
}

.file-block {
    border-radius: 10px;
    background-color: rgba(144, 163, 203, 0.2);
    margin: 5px;
    color: initial;
    display: inline-flex;
    /*& > span.name

{
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
}*/

}

.file-delete {
    display: flex;
    width: 24px;
    color: initial;
    background-color: #6eb4ff00;
    font-size: large;
    justify-content:flex-start;
    margin-right: 3px;
    cursor: pointer;
    /*&:hover

{
    background-color: rgba(144, 163, 203, 0.2);
    border-radius: 10px;*/
}

/*& > span {
    transform: rotate(45deg);
}

}*/

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}
#ButtonContainer{
    padding-top: 25px;
}
#SubmitButton {
    background-color: blueviolet;
    color: white;
    padding: 12px 75px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#SubmitButton:hover {
    background-color: darkgray;
}

.body-content {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
.col-25 {
    float: left;
    width: 100%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 100%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
#Textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}
    /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
    @media screen and (max-width: 600px) {
        .col-25, .col-75, input[type=submit] {
            width: 100%;
            margin-top: 0;
        }


    }

#overlay {
    position: fixed;
    top: 0;
    left: 700px;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 1;
    z-index: 100;
    display: none;
   
}

.cnt223 a {
    color:red;
    text-decoration: none;
    
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index:101;
}

.cnt223 {
    min-width: 100%;
    width: 100%;
   min-height: 150px;
    margin: 100px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 25px 25px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

    .cnt223 p {
        clear: both;
        color: #555555;
        /* text-align: justify; */
        font-size: 20px;
        font-family: sans-serif;
    }

        .cnt223 p a {
            color: darkred;
            font-weight: normal;
            opacity: 1;
            z-index:101;
        }

    .cnt223 .x {
        float: right;
        height: 35px;
        left: 35px;
        position: absolute;
        top: -25px;
        width: 34px;
    }

        .cnt223 .x:hover {
            cursor: pointer;
        }


/* background */
.srx-shell {
    background: radial-gradient(1200px 600px at 20% -10%, rgba(124,58,237,.14), transparent 55%), radial-gradient(1000px 500px at 90% 0%, rgba(59,130,246,.12), transparent 55%), #f8fafc;
    min-height: calc(100vh - 120px);
    padding: 24px 0 40px;
}

.srx-container {
    max-width: 1020px;
}

.srx-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.srx-title {
    margin: 0;
    font-weight: 700;
    letter-spacing: -.02em;
}

.srx-subtitle {
    color: #64748b;
    margin-top: 4px;
}

.req {
    color: #e11d48;
    font-weight: 700;
}

.srx-pill {
    background: #7c3aed;
    color: white;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
}

.srx-card {
    background: white;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15,23,42,.06);
    margin-bottom: 16px;
    overflow: hidden;
}

.srx-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(15,23,42,.06);
    background: rgba(255,255,255,.8);
}

.srx-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #7c3aed;
}

.srx-card__title {
    font-weight: 700;
}

.srx-card__desc {
    color: #64748b;
    font-size: 12px;
    margin-top: 2px;
}

.srx-card__body {
    padding: 16px;
}

.srx-label {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 6px;
    display: block;
}

.srx-input, .srx-textarea {
    border-radius: 12px !important;
    border-color: rgba(15,23,42,.18) !important;
}

.srx-textarea {
    min-height: 140px;
    resize: vertical;
}

.srx-drop {
    border: 1px dashed rgba(15,23,42,.25);
    border-radius: 14px;
    padding: 14px;
    background: rgba(248,250,252,.6);
}

.srx-drop__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.srx-files {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.srx-file {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    border: 1px solid rgba(15,23,42,.10);
    padding: 8px 10px;
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(15,23,42,.05);
    max-width: 100%;
}

    .srx-file span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 260px;
    }

    .srx-file button {
        border: 0;
        background: transparent;
        color: #e11d48;
        font-weight: 700;
        cursor: pointer;
    }

