@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('/storage/fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype'),
        url('/storage/fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf') format('truetype');
}

/*  */
.profilelink {
    color: #444343;
}

.profilelink:hover {
    color: #1838DB;
}

.h1txt2 {
    font-size: 48px;
    line-height: 1;
}

.ptxt {
    font-size: 14px;
}

.content-form {
    font-size: 18px;
    font-weight: 300;
    color: #444343;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1.7;
}

.content-form2 {
    font-size: 19px;
    font-weight: 300;
    color: #444343;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1.7;
}

.content-form2big {
    font-size: 28px;
    font-weight: 300;
    color: #444343;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

.contentsmall {
    font-size: 14px;
    font-weight: 300;
    color: #444343;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

input[type="text"],
input[type="date"], input[type="month"], input[type="year"],
input[type="number"] {
    background-color: transparent;
    border: 1px solid #D6D6D6;
    color: #444343;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: normal;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="month"]::-webkit-calendar-picker-indicator, input[type="year"]::-webkit-calendar-picker-indicator {
    filter: invert(60%) sepia(60%);
}

/* Hide the default radio button */
input[type="radio"] {
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    width: 14px;
    height: 14px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    /* vertical-align: middle; */
    margin: auto 0;
}

input[type="radio"]:checked {
    background-color: #FFB95E;
}

/* Hide the default checkbox button */
input[type="checkbox"] {
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    width: 14px;
    height: 14px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    /* vertical-align: middle; */
    background-color: transparent;
    margin: auto 0;
}

input[type="checkbox"]:checked {
    background-color: #3A00FF;
}

/* Align label vertically with the checkbox */
label {
    font-weight: 300;
    /*vertical-align: middle;*/
}

select {
    background-color: transparent;
    border: 1px solid #D6D6D6;
    color: #444343;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: normal;
    width: 100%;
}

.labeltxt {
    color: #444343;
    font-size: 19px;
    font-weight: 400;
}

.btnnext {
    font-size: 14px;
    background: #FF580F;
    color: #FCFCFC;
    padding: 11px 40px;
    border-radius: 10px;
    /* border: 1px solid transparent; */
    cursor: pointer;
}
.btnnext:hover {
    color: #FCFCFC;
}

.btnfilter {
    font-size: 14px;
    background: #FF580F;
    color: #FCFCFC;
    padding: 5px 30px;
    border-radius: 10px;
    /* border: 1px solid transparent; */
    cursor: pointer;
}
.btnfilter:hover {
    color: #FCFCFC;
}

.btnborder {
    color: #444343; padding: 5px; border: 1px solid #ccc; border-radius: 4px;
}
.btnborder:hover {
    color: #444343;
    border: 1px solid #444343;
}

.backbtn {
    border-radius: 15px; background: #E5E5EF; color: #444343; padding: 10px 25px; font-size: 16px; cursor: pointer;
}

.backbtn:hover {
    color: #444343;
}

.btnlink3 {
    /* color: #1BCA17;  */
    color: #444343;
    border-radius: 6px;
    border: 1px solid #D6D6D6;
    padding: 3px 7px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
}

.btnlink3:hover {
    color: #444343;
}

.workbtn {
    border-radius: 10px;
    background: #1F3AFE;
    color: #FCFCFC;
    padding: 12px 40px;
    font-size: 25px;
    cursor: pointer;
}

.combtn {
    border-radius: 10px;
    background: #E5E5EF;
    color: #444343;
    padding: 12px 40px;
    font-size: 25px;
    cursor: pointer;
}

.registerbtn {
    border-radius: 10px;
    background: #EF8B07;
    color: #FCFCFC;
    padding: 12px 40px;
    font-size: 25px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.workbtn:hover,
.combtn:hover {
    background: #1F3AFE;
    color: #FCFCFC;
}

.registerbtn:hover {
    color: #FCFCFC;
}

.viewlink {
    color: #3A00FF;
    font-weight: 500;
    text-decoration: none;
}
.viewlink:hover {
    color: #0022FF;
    text-decoration: underline;
}

.viewlink2 {
    color: #0022FF;
    font-weight: 500;
    text-decoration: none;
}
.viewlink2:hover {
    color: #3A00FF;
    text-decoration: none;
}

@media (max-width: 1620px) {
    /* .h1txt2 {
        font-size: 34px;
    } */

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    p,
    .ptxt {
        font-size: 12px;
    }

    .workbtn {
        font-size: 16px;
    }

    .combtn {
        font-size: 16px;
    }
}
/*  */

/* TABLE STYLE*/
.table-1 {
    border-collapse: collapse;
    margin: 50px 0 20px;
    font-size: 0.9em;
    font-family: sans-serif;
    margin-left: 10px;
    width: 100%;
    max-width: 1580px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.table-1 thead tr {
    background-color: #201162;
    color: #ffffff;
    text-align: left;
}

.table-1 th,
.table-1 td {
    padding: 12px 15px;
    border-right: 1px solid #eff0f1;
}

.table-1 tbody tr {
    border-bottom: 0px solid #201162;
}

.table-1 tbody tr:nth-of-type(even) {
    background-color: #f6f5fc; /* #F8F8F8 */
}

.table-1 tbody tr:nth-of-type(odd) {
    background-color: #FFF;
}

.table-1 tbody tr:last-of-type {
    border-bottom: 5px solid #201162;
}

.table-2 {
    border-collapse: collapse;
    margin: 10px 0 20px;
    font-size: 0.9em;
    font-family: sans-serif;
    margin-left: 10px;
    width: 100%;
    max-width: 1580px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.table-2 thead tr {
    background-color: #201162;
    color: #ffffff;
    text-align: left;
}

.table-2 th,
.table-2 td {
    padding: 12px 15px;
    border-right: 1px solid #D6D6D6;
}

.table-2 tbody tr {
    border-bottom: 0px solid #201162;
}

.table-2 tbody tr:nth-of-type(even) {
    background-color: #f6f5fc; /* #F8F8F8 */
}

.table-2 tbody tr:nth-of-type(odd) {
    background-color: #FFF;
}

.table-2 tbody tr:last-of-type {
    border-bottom: 1px solid transparent;
    /* border-bottom: 5px solid #201162; */
}

.table-3 {
    border-collapse: collapse;
    margin: 10px 0 20px;
    font-size: 0.9em;
    font-family: sans-serif;
    margin-left: 10px;
    width: 100%;
    max-width: 1580px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.table-3 thead tr {
    background-color: #201162;
    color: #ffffff;
    text-align: left;
}

.table-3 th,
.table-3 td {
    padding: 12px 15px;
    border-right: 1px solid #eff0f1;
}

.table-3 tbody tr {
    border-bottom: 0px solid #201162;
}

.table-3 tbody tr:nth-of-type(even) {
    background-color: #fff; /* #F8F8F8 */
}

.table-3 tbody tr:nth-of-type(odd) {
    background-color: #f6f5fc;
}

.table-3 tbody tr:last-of-type {
    border-bottom: 5px solid #201162;
}

.table-link {
    color: #fff;
    font-weight: bold;
    background: darkmagenta;
    padding: 10px 20px;
    border-radius: 100px;

    align-items: center;
    cursor: pointer;
    text-align: center;
}

.table-link:hover {
    color: #fff;
    background: skyblue;
}

.table-link2 {
    color: darkmagenta;
    font-weight: bold;
    /* border-bottom: 3px solid;
    padding-bottom: 5px; */
    align-items: center;
    cursor: pointer;
    text-align: center;
}

.table-link2:hover {
    color: skyblue;
}

.table-link3 {
    color: #4361ee;
    font-weight: bold;
    border-bottom: 3px solid;
    /*padding-bottom: 5px; */
    align-items: center;
    cursor: pointer;
    text-align: center;
}

.table-link3:hover {
    color: #4895ef;
}

.table-link4 {
    color: darkmagenta;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    /*padding-bottom: 5px; */
    cursor: pointer;
}

.table-link4:hover {
    color: darkmagenta;
    border-bottom: 1px solid darkmagenta;
}

.table-link5 {
    color: #004AAD;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    /*padding-bottom: 5px; */
    cursor: pointer;
}

.table-link5:hover {
    color: #004AAD;
    border-bottom: 1px solid #004AAD;
}

.textlink {
    color: #9F6E9F;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.textlink:hover {
    color: darkmagenta;

}

bg-drag {
    background-color: #000181;
    color: #000181;
    width: auto;
}

.add-button {
    align-items: center;
    background-color: #000181;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 38px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.add-button:hover {
    background-color: darkmagenta;
    color: #ffffff;
}

.add-button2 {
    align-items: center;
    background-color: darkmagenta;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 38px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.add-button2:hover {
    background-color: #000181;
    color: #ffffff;
}

.edit-button {
    align-items: center;
    background-color: #FF8E00;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;

    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.edit-button:hover {
    background-color: #CF7402;
    color: #ffffff;
}

.edit-button1 {
    align-items: center;
    background-color: #FF8E00;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;

    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.edit-button1:hover {
    background-color: #CF7402;
    color: #ffffff;
}

.delete-button {
    align-items: center;
    background-color: #CF3030;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;

    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.delete-button:hover {
    background-color: #A12727;
    color: #ffffff;
}


.search-button {
    align-items: center;
    background-color: darkmagenta; /* #c40b56 dark pink*/
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 38px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.search-button:hover {
    background-color: #000181;
    color: #ffffff;
}

.search-button2 {
    align-items: center;
    background-color: #000181; /* #c40b56 dark pink*/
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 38px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.search-button2:hover {
    background-color: #004AAD;
    color: #ffffff;
}

.clear-button {
    background-color: #343A40;
    align-items: center;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 38px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.clear-button:hover {
    background-color: #000;
    color: #ffffff;
}

.download-button {
    align-items: center;
    background-color: #4cc9f0;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;

    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.download-button:hover {
    background-color: #4895ef;
    color: #ffffff;
}

.submit-button {
    align-items: center;
    background-color: #000181;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 38px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.submit-button:hover {
    background-color: darkmagenta;
    color: #ffffff;
}

.submit-button2 {
    align-items: center;
    background-color: #7209b7;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 38px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.submit-button2:hover {
    background-color: #c40b56;
    color: #ffffff;
}

.cancel-button {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 38px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    color: #000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.cancel-button:hover {
    background-color: #000;
    color: #ffffff;
}

.filter-btn {
    align-items: center;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    width: 130px;
    min-height: 38px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px;

    color: #000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.filter-btn:hover {
    color: #fff;
    background-color: darkmagenta;
    border: 2px solid transparent;
}

.filter-btn:active {
    color: #fff;
    background-color: darkmagenta;
    border: 2px solid transparent;
}

.filter-btn-active {
    color: #fff;
    background-color: darkmagenta;
    border: 2px solid transparent;
}

.filter-text {
    align-items: center;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;

    min-height: 38px;
    overflow: hidden;
    padding: 0px;

    margin-left: 0px;

    color: #4E4949;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.worksearch-btn {
    align-items: center;
    background-color: transparent;
    border: 2px solid darkmagenta;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    width: 100px;
    overflow: hidden;
    padding: 5px 10px;
    margin-left: 0px;

    color: darkmagenta;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.worksearch-btn:hover {
    color: #fff;
    background-color: darkmagenta;
    border: 2px solid transparent;
}

.worksearch-btn2 {
    align-items: center;
    background-color: transparent;
    border: 2px solid #000181;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    width: 130px;
    overflow: hidden;
    padding: 5px 10px;
    margin-left: 0px;

    color: #000181;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.worksearch-btn2:hover {
    color: #fff;
    background-color: #000181;
    border: 2px solid transparent;
}


.card1 {
    width: 100%;
    max-width: 1000px;
    background: #fff;
    padding: 20px 10px;
    margin: 10px;
}

.dashboard {
    align-items: center;
    background-color: transparent;

    color: #000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.dashboard:hover {
    background-color: transparent;
    color: #7f8c8d;
}

.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Edit picture';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  /* -webkit-user-select: none; */
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
