/*
Theme Name: Hello Elementor Child
Author: Selina Parmar
Description: Your description goes here
Version: 1.0
Template: hello-elementor
This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

*/

@font-face {
    font-family: 'Jost';
    src: url('./font/Jost-Regular.eot');
    src: url('./font/Jost-Regular.eot?#iefix') format('embedded-opentype'),
        url('./font/Jost-Regular.woff2') format('woff2'),
        url('./font/Jost-Regular.woff') format('woff'),
        url('./font/Jost-Regular.ttf') format('truetype'),
        url('./font/Jost-Regular.svg#Jost-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #fff;
    font-family: 'jost';
}
.home.page-id-1792 .back-button {
    display: none;
}
.back-button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    margin: 37px;
    background-color: #124E6B;
    border-color: #124E6B;
    border-radius: 8px 8px 8px 8px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    margin-right: 20px;
}
.site-header .site-navigation {
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.site-navigation ul.menu li a{
    font-size: 20px;
    background-color: #124E6B;
    border-radius: 8px 8px 8px 8px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    margin-right: 20px;
}
.site-navigation ul.menu li a:hover, .site-navigation ul.menu li a:focus {
    background-color: #CC3366;
    text-decoration: none;
}

#login {
    width: 50%;
    padding: 30px 80px;
    margin: 0;
}



.login-main-sec {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
}

.login-left-sec {
    background-color: #EEFEFF;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
}

.login h1 a {
    background: url(http://localhost/demo_wordpress/wp-content/uploads/2024/04/logo_good-removebg-preview.png) no-repeat center center;
    width: 150px;
    font-family: 'jost';
    background-size: contain;
}

.login form {
    padding: 110px 0 0;
    border: 0;
    position: relative;
    margin-top: 100px;
}

.login form:before {
    content: "Welcome!";
    font-size: 40px;
    font-weight: 600;
    line-height: 57.8px;
    color: #124e6b;
    position: absolute;
    top: 0;
    left: 0;
}

.login form:after {
    content: "Login to continue";
    font-weight: 500;
    font-size: 20px;
    color: #969696;
    position: absolute;
    top: 50px;
    left: 0;
}

#login h1 a p {
    font-weight: 500;
    font-size: 20px;
    color: #969696;
    padding-top: 5px;
    font-family: 'jost';

}

.login #backtoblog a,
.login #nav a {
    text-decoration: none;
    color: #124E6B;
    width: 100%;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}



.login-right-sec {
    flex: 1;
    padding: 20px;
}

body input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    font-family: 'jost';
    height: 60px;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    text-align: left;
    border-radius: 8px;

}


input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    box-shadow: none;
    outline: none;
}


.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
    background-color: #124E6B;
    margin-top: 46px;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    height: 50px;
    border-radius: 8px;
}


.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none;

}

#login input[type="text"],
#login input[type="password"] {
    height: 60px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    margin: 10px 0 30px 0;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    text-align: left;
    padding-left: 20px;
}
input[type="password"]::placeholder {
    font-family: jost;
}

input[type="password"] {
    font-family: monospace;
}

.login .button.wp-hide-pw {
    top: 20%;
    right: 10px;
}

.login label {
    color: #124E6B;
    font-size: 22px;
    font-weight: 600;
    line-height: 31.79px;
    text-align: left;
    font-family: 'jost';

}

.login .button.wp-hide-pw:focus {
    background: 0 0;
    border-color: snow;
    box-shadow: none;
    outline: 2px solid transparent;
}




.login .forgetmenot label,
.login .pw-weak label {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #4B5054 !important;
    font-family: 'jost';
}

/* Regisrtartion */
.registration-form-main {
    padding: 30px 15px;
    max-width: 1070px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.add-app-form-main {
    padding: 50px 15px;
    max-width: 1070px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.registration-form-main .entry-content.container {
    padding: 0;
}

.registration-form .registration-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
}

.registration-form .registration-row .registration-col {
    position: relative;
    margin-bottom: 15px;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
}

label.rgst-frm-label {
    font-family: 'jost';

    font-size: 22px;
    font-weight: 600;
    line-height: 31.79px;
    text-align: left;
    color: #124E6B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

body .register-btn {
    width: 50%;
    text-align: center;
    height: 50px;
    border-radius: 8px;
    background-color: #124E6B;
    border-color: #124E6B;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 31.79px;


}

.rgst-frm-input {
    border: 1px solid #E8E8E8 !important;
    border-radius: 8px !important;
    height: 60px;
    border-radius: 8px;
    padding: 0 20px;
}

.rgst-frm-input:focus {
    border: 1px solid #000000 !important;
}

.entry-content.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 5px 15px;
}

.registration-submit-wrap {
    text-align: center;
    margin: 50px 0 0;
    width: 100%;
}

button.edt-appl-submt-btn.btn {
    min-width: 380px;
    text-align: center;
    height: 50px;
    border-radius: 8px;
    background-color: #124E6B;
    color: #fff;
    border: 0;
}

.registration-col-full {
    width: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

select.show-placeholder {
    width: 33.33%;
    border: 1px solid #DFE1E8;
    height: 60px;
    border-radius: 8px;
}

.rgst-frm-adrs-txtara {
    border: 1px solid #DFE1E8;
    width: 100%;
    height: 100px;
    border-radius: 8px;
    padding: 20px;
}

.registration-heading-wrap {
    text-align: center;
    width: 100%;
    margin: 0 0 50px 0;
}

.registration-heading-wrap h1 {
    color: #124E6B;
    font-size: 40px;
    font-weight: 600;
    line-height: 57.8px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    font-family: 'jost';
}

/* .registration-heading-wrap h1::after {
    content: '';
    position: absolute;
    top: -170%;
    left: 50%;
    transform: translateX(-50%);
    width: 216px;
    height: 1px;
    border: 1px;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #124E6B 52%, #FFFFFF 100%);
} */

form.edit-form {
    padding: 50px 15px;
    max-width: 1070px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.edit-form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
}

h2.elementor-heading-title.elementor-size-default::after {
    content: '';
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 216px;
    height: 1px;
    border: 1px;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #124E6B 52%, #FFFFFF 100%);
}

.form-group.col-12.col-md-6 input:focus {
    border: 1px solid #000 !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {

    background-color: #124E6B;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #124E6B !important;
}

[class^=swal2] {
    color: #124E6B;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(18 78 107) !important;
}

.psw-nt-match {
    padding: 3px 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.79px;
    text-align: left;
    color: #bb1717;
    font-family: 'Jost';
}

.login .notice-error {
    width: 50%;
    font-family: 'Jost';
}

body.page-template.page-template-Registration #header~hr {
    display: none;

}

body.page-template.page-template-Registration #header {
    display: none;
}

/* View all application */
.responstable thead {
    color: #124E6B;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.23px;
    font-family: 'Jost';
    text-align: left;
}

.responstable td {
    color: #4B5054;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.23px;
    text-align: left;
}

.responstable tr {
    height: 74px;

}

.main-all-application {
    background-color: #fff;
    border: 1px solid #fff;
    /* margin: 20px 0 0 0; */
    padding: 0px 10px;
    font-family: 'Jost';
}


span.sts-text {
    background-color: #C2C8FA;
    border-radius: 100px;
    padding: 5px 15px;
    display: block;
}

body .view-aplctn-btn-wrap a {
    font-size: 20px;
    height: 50px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #124E6B;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
}

.view-aplctn-btn-wrap a:hover {
    background-color: #c36;
}

.view-aplctn-btn-wrap {
    text-align: right;
    font-family: 'Jost';
}

tbody tr td {
    color: #4B5054 !important;


}

.add-application-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
}

.add-appl-col {
    position: relative;
    margin-bottom: 15px;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
}

/* .elementor-element {
    background-color: #eefefe;
} */

table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: hsl(0deg 0% 100% / 10.2%) !important;
}

/* .view-aplctn-btn-wrap h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 43.35px;
    text-align: left;
    color: #124E6B;
    font-family: 'jost';
} */

.responstable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 1500px;
    margin: 40px auto;
}

table thead:first-child tr:first-child th {
    border-block-start: 0 !important;
}

/* Style the table headers */
.responstable th {
    text-align: left;
    padding: 8px;
}

.responstable tr td {
    border: none;
    padding: 13px;
    text-align: center;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.responstable tr th {
    border: none;
    padding: 0 10px;
    text-align: center;
}

/* Style alternate rows */
/* .responstable tbody tr:nth-child(even) {
    background-color: #e6e2e2;
} */

/* Style links */
.responstable a {
    color: #007bff;
    text-decoration: none;
}

/* Style links on hover */
.responstable a:hover {
    text-decoration: underline;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: #fff !important;
}


/* Style dropdown */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 20px 17px 0 rgba(30, 12, 7, 0.4);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f0eeee;
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: block;
    border-radius: 5px;
    color: #000;
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.23px;
    text-align: left;


}

.client-maneger-icon {
    padding: 21px;
    background-image: url('image/client-manager-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px;
}

.client-manager-main- {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

td.dropdown {
    text-align: center;
}

.header-logo {
    text-align: center;
    background: #EEFEFF;
}

/* Add application */
.form-group.col-12.col-md-6 label {
    font-family: 'jost';
    font-size: 22px;
    font-weight: 600;
    line-height: 31.79px;
    text-align: left;
    color: #124E6B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
#appSize,#appType{
	color: #FF0000;
    font-weight: bold;
}
.form-group.col-12.col-md-6 {
    position: relative;
    margin-bottom: 15px;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
}

.dependent-form {

    margin-left: -40px;
    margin-right: -40px;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
}

label.form-check-label {
    margin: 10px !important;
}

.form-group.col-12.col-md-6 input {

    border: 1px solid #E8E8E8;
    border-radius: 8px
}

.add-form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

button.btn.btn-danger {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 20.12px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    background: #DC3545;
    width: 99px;
    height: 37px;
    border-radius: 6px !important;
}

.input-group-append {
    right: 3%;
    top: 10px;
    position: absolute;
}

input.form-control {
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    text-align: left;
    padding: 11px;
    border: 1px solid #E8E8E8;
    border-radius: 8px
}

button.add-aplctn-regstr.btn.btn-primary {
    border: 0;
}

button.btn.btn-primary.mt-3.mb-3 {
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    background: #124E6B;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 23.12px;
    text-align: left;
    border: none;
}

button.add-aplctn-regstr {
    min-width: 380px;
    text-align: center;
    height: 50px;
    border-radius: 8px;
    background-color: #124E6B;
    color: #fff;
}

.dependent-form label {
    font-size: 22px;
    font-weight: 600;
    line-height: 31.79px;
    text-align: left;
    color: #124E6B;
    display: flex;
    align-items: center;
    font-family: 'jost';
    justify-content: space-between;
}

.form-check {
    padding: 0 0 0 60px  ;
    margin-bottom: 40px;
}

.dependent-form input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border: 1px solid #E8E8E8 !important;

}

/* .dependent-form > .form-group:last-child {
    width: 100% !important;
    background-color: red;
} */
.form-check {
    width: 100%;
}

label.form-check-label {
    font-size: 20px;
    font-weight: 600;
    line-height: 28.9px;
    text-align: left;
    color: #124E6B;
    font-family: 'jost';
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgb(255 255 255 / 25%);
}

.form-check {
    display: flex;
    align-items: center;
}

button.btn.btn-primary.mt-3.mb-3:hover {
    /* background: #0a405b; */
    color: #fff;
    background-color: #c36;
    text-decoration: none;
}
button.btn.btn-danger:hover {
    /* background: #e5172a; */
    color: #fff;
    background-color: #c36;
    text-decoration: none;
}
.form-group.col-12.col-md-6 input:focus {
    border: 1px solid #000;
}
button.edt-appl-submt-btn.btn:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none;
}
.login h1 a {
    display: none;
}
.login-left-sec {
    justify-content: center;
}

/* Filter Desing*/
.greneda-filter-wrap{
   padding-top: 20px;
    padding-bottom: 20px;
}
.greneda-filter-content {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: flex-end;
}
.input-box{
    padding-left: 10px;
    padding-right: 10px;
}
.input-box label.rgst-frm-label {
    font-family: 'jost';
    font-size: 14px;
    font-weight: 600;
    line-height: 31.79px;
    margin-bottom: 6px;
}
.greneda-filter-content{
    margin-left: -10px;
}
.input-field .filter_submit{
    background-color: #124E6B;
    border:none;
    outline: none;
}
.greneda-filter-content input[type=text],.greneda-filter-content select{
    height: auto;
    padding-top:5px;
    padding-bottom: 5px;
}
.greneda-filter-content .filter_submit{
    padding-top: 3px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
/*body .greneda-filter-content input[type=text],.greneda-filter-content select{
    height: auto;

}*/