.cs-btn {
    background: #d93146;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    border: 1px #d93146 solid;
    transition:0.3s all;
    font-weight: 600;
}
.cs-btn:hover{
    background: #fff;
    color: #d93146;
}
.cs-btn2 {
    background: #828282;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    border: 1px #828282 solid;
    transition: 0.3s all;
    font-weight: 600;
}
.cs-btn2:hover, .cs-btn2.active {
    border: 1px #d93146 solid;
    background: #d93146;
    box-shadow: 0px 0px 3px #4a4a4a;
}
.cs-btn.completed {
    background: #70ad47!Important;
    color: #fff!important;
    border: 1px #70ad47 solid!important;
}
div#page-container {
    margin-bottom: -30px;
}
#et-main-area {
    position: relative;
    background: #ebeae6;
    padding-bottom: 100px;
    background-image: url(/wp-content/uploads/2022/04/the-pot.png);
    background-repeat: no-repeat;
    background-position: 100% calc(100% - 58px);
}
#et-main-area .container {
    margin: 0 auto;
    margin-right: 0;
}
#et-main-area #main-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.survey-title {
    background: #2e75b6;
    display: flex;
}
.survey-title h1 {
    color: #fff;
}
.survey-container {
    margin-top: 70px!important;
}
.survey-container .survey-main {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.survey-container .sv-user {
    text-align: center;
    width: 40%;
    padding-right: 20px;
}
.sv-user h3 {
    margin: 0;
    padding: 10px;
}
.sv-user p {
    margin: 0px;
    padding: 3px 10px;
}
.sv-user .user-image img {
    border-radius: 50%;
    border: 5px #2087C8 solid;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
}
.survey-container .survey-info-wrap {
    width: 60%;
}
.survey-container .chart_list {
    width: 100%;
}
.sg-survey {
    padding: 30px;
    position: relative;
    max-width: 670px;
    background: #f5f3f1;
}
.sg-survey > section {
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 2px #e4e4e4 dashed;
}
.sg-survey > section:last-child {
    border-bottom: 0px #e4e4e4 dashed;
}
.sg-survey h4 {
    margin: 0px!important;
}
.sg-survey > section > p {
    display: inline-block;
    padding: 5px 15px!important;
    font-weight: 400!important;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    background: red;
    color: #fff!important;
}
.sg-survey .item {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sg-survey .item span {
    font-weight: 600;
    font-size: 20px;
}
.Open-take-survey {
    width: 100%;
    max-width: 800px;
    margin: auto;
    background: #fff;
    position: relative;
    padding: 30px;
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
}
.Open-scores-table, .Open-personality-style-table {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background: #fff;
    position: relative;
    padding: 30px;
    max-height: 600px;
    overflow: hidden;
    overflow-y: scroll;
}
.survey-groups > a {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
#form-survey {
    margin-top: 30px;
}
#form-survey .survey-info {
    background: gainsboro;
    padding: 15px 20px;
    border-radius: 5px;
    border: 2px #d93146 solid;
}
#form-survey .survey-info p {
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}
#form-survey .survey-info span {
    display: inline-block;
    margin-right: 11px;
    font-weight: 700;
    color: #d93146;
    letter-spacing: 0;
}
.error {
    display: inline-block;
    background: red;
    color: #fff;
    padding: 10px 20px!important;
    margin-bottom: 50px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
}
/*.gform_button {*/
/*    display: block!important;*/
/*}*/
.chart_list .chart-sg {
    display: flex;
    margin-bottom: 50px;
    position:relative;
}
.chart_list .chart-sg:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 20px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2;
}
.chart_list .chart-sg .chart-container {
    width: calc(100% - 200px);
    margin-right: 30px;
    position:relative;
}
.chart_list .chart-sg .chart-container:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 20px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 2;
}
.chart_list .chart-sg .chart-container:after {
    position: absolute;
    content: "";
    width: 65px;
    height: 10px;
    background: #fff;
    bottom: 0px;
    right: 0;
    z-index: 2;
}
.chart_list .chart-sg .detail-items {
    width: 170px;
    font-size: 14px;
}
.chart_list .chart-sg .detail-items .detail-item:first-child {
    flex-direction: row;
}
.detail-items .detail-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.detail-item .detail-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #484848;
}
.detail-item .detail-info {
    display: flex;
    flex-wrap: wrap;
}
.detail-items .text-point{
    width: 24px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
}
.detail-items .detail-item p {
    padding-bottom: 5px;
    margin-right: 15px;
}

.Cooperating {background:#b254a1;}
.Directing {background:#ee1d23;}
.Compromising {background:#f36421;}
.Avoiding {background:#015aaa;}
.Harmonizing {background:#3ab54a;}

#form-scores-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#form-scores-table .table-item {
    width: 20%;
}
.table-item .item-icon {
    text-align: center;
    display: flex;
    justify-content: center;
    height: 65px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.table-item .item-middle {
    border-left: 1px #373737 solid;
    border-right: 1px #373737 solid;
}
.table-item:last-child .item-middle {
    border-right: 2px #373737 solid;
}
.table-item:first-child .item-middle {
    border-left: 2px #373737 solid;
}

.table-item .item-middle {
    display: flex;
}
.item-middle .sub-table {
    width: 50%;
    text-align: center;
}

.sub-table .item-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-table .item-row:nth-child(1), .sub-table .item-row:nth-child(2) {
    margin-bottom: 15px;
}
.sub-table .item-row > span {
    display: inline-block;
    width: 20px;
}
.item-square {
    width: 40px;
    height: 35px;
    margin-left: 10px;
    border: 1px #c1c1c1 solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-item .item-middle .sub-table:first-child {
    border-right: 1px #adadad dashed;
}
p.empty-row {
    height: 40px;
    width: 100%;
    background: #d5d4d4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500!important;
}
p.subtable-status {
    font-weight: 500!important;
    padding: 5px !important;
}
.table-item .item-bottom {
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 5px;
}

#form-personality-table, #form-personality-table table {
    width: 100%;
    text-align: center;
}

#form-personality-table td, #form-personality-table th {
    border: 1px solid #ddd;
    padding: 8px;
    font-weight: 700;
}

#form-personality-table tr:nth-child(even){background-color: #000;}

#form-personality-table th {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background-color: #d60000;
    color: white;
}
#form-personality-table th img {
    max-width: 60px;
    margin-top: 10px;
}

/* iz survey new */
.iz-survey-container {
    margin: 50px 0;
}
.iz-survey-center {
    text-align: center;
}
.iz-survey-main .tab-content {
    background: #f7f7f7;
    padding: 20px;
    min-height: 230px;
    border-radius: 0px 5px 5px 5px;
    border: 1px #f05323 solid;
}
.card.iz-survey-profile {
    position: relative;
    border: 1px #f05323 solid;
}
.iz-survey-profile-header {
    height: 85px;
    background: #f05323;
}
.iz-survey-profile-img {
    background: #d5d5d530;
    height: 50px;
    position: relative;
}
.iz-survey-profile-img img {
    border-radius: 50%;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
}
.iz-survey-profile-body {
    background: #d5d5d530;
    padding-bottom: 25px;
}

.iz-survey-profile-body span.iz-survey-name {
    font-size: 16px;
    min-width: 60px;
    display: inline-block;
}
.iz-survey-profile-body span.iz-survey-span {
    font-size: 16px;
}


div#iz-survey-right-nav-tab button.nav-link {
    min-width: 20%;
    background: #d2d2d2;
    color: #000;
    font-weight: 400;
    margin-right: 2px;
    border: unset;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

div#iz-survey-right-nav-tab .active {
    background: #f05323!important;
}

div#iz-survey-right-nav-tab button.nav-link.active {
    color: #fff;
}

/*Table*/

.iz-survey-right-table {
    margin: 20px 0;
}
.iz-survey-btn {
    text-align: center;
}
.iz-survey-btn > * {
    margin-top: 5px;
    margin-bottom: 5px;
}
.iz-survey-btn button {
    background: #f05323!important;
    color: #4b4646!important;
    transition: .3s;
    border: 1px solid #4b4646;
}
.iz-survey-btn button:hover {
    background: #f05323!important;
    border-color: #f05323!important;
}
.iz-survey-main .survey-body {
    border: 1px solid;
    background: #d3d3d382;
    margin: 0;
    border-radius: 5px;
}
.iz-survey-main .survey-body.not-found {
    background: #f05323;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
}
.iz-survey-main .survey-body .survey-txt {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: auto;
}
.iz-survey-main .survey-body .survey-txt p {
    font-size: 16px;
}
/* end iz survey new */

/* Dashboard start */
#basic-user-avatar-form label {
    color: #2b2b2b;
    text-decoration: underline;
    font-size: 16px;
    transition: all .5s ease;
    cursor: pointer;
}

#basic-user-avatar-form label:hover {
    color: #f05323;
     text-decoration: none;
 }

#basic-user-avatar-form .upload-user-avatar {
    background: #2b2b2b;
    color: #f05323;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    margin: 0 5px;
    border: 0;
    max-width: 200px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.custom-popup {
    max-width: 800px;
    margin: auto;
    background: #fff;
    position: relative;
    border: 1px solid #2b2b2b;
    border-radius: 10px;
}
.custom-popup .custom-popup-content {
    padding: 16px;
    position: relative;
}
.custom-popup .mfp-close {
    position: absolute;
    top: 0;
}
.custom-popup .loadding-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #000000ad;
    color: #f05323;
}
.custom-popup .loaded-form {
    overflow-y: scroll;
    max-height: 600px;
}

.popup-survey-title {
    background: #f05323;
    padding: 4px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #2b2b2b;
}
.custom-popup .gfield_label {
    font-size: 18px;
}
.custom-popup .ginput_container input[type=checkbox], .custom-popup .ginput_container input[type=radio] {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.custom-popup .ginput_container input[type=checkbox]:checked ~label, .custom-popup .ginput_container input[type=radio]:checked ~label {
    background: #f05323;
}
.custom-popup .ginput_container label {
    font-size: 18px;
    margin: 0;
    width: 100%;
    border: 1px solid #2b2b2b;
    padding: 5px 30px 5px 10px;
    border-radius: 20px;
}
.custom-popup .ginput_container .gchoice {
    padding: 0 16px 0 0;
    border: 0;
    position: relative;
    width: 100%;
    border-radius: 50%;
    margin: 5px 0;
}
.custom-popup .ginput_container button, .custom-popup  .gform_button {
    background-color: #2b2b2b !important;
    color: #fff !important;
    padding: 10px;
    border-radius: 20px;
}
.custom-popup .custom-popup-content fieldset {
    padding: 10px;
}
.custom-popup .ginput_container button:hover, .custom-popup  .gform_button:hover {
    background: #f05323 !important;
    border-color: #f05323 !important;
    color: #2b2b2b !important;
}
.custom-popup .gform_footer {
    padding: 0 10px;
}
/* Dashboard end */

/*SHORTCODE*/
.survey_list .survey-groups .survey-group-item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    background: #fffddb;
    border-radius: 5px;
    padding: 40px 10px 10px 10px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}
.survey_list .survey-groups .survey-group-item:not(:last-child) {
    margin-bottom: 10px;
}
.survey-group-item .group-name {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-bg);
    color: var(--primary-txt);
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 400;
}
.survey-group-item .group-info, .survey-group-item .group-info-item {
    display: flex;
    align-items: center;
}
#Open-survey-edit-form, #Open-survey-group-edit-form {
    width: 500px;
    height: 650px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    background: #fcfcfc;
    position: relative;
    padding: 10px 30px;
    overflow: hidden;
    border-radius: 10px;
    overflow-y: auto;
}
#Open-survey-group-edit-form{
    width: 1000px;
}
form .form-field label {
    display: block;
    margin-bottom: 0.25rem;
}
.form-field .cs-field {
    width: 100%;
    font-size: 16px;
    line-height: 1.4 !important;
    padding: 10px 20px;
    background: #fff !important;
    border: unset;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    border-radius: 5px;
    outline: unset !important;
}

#upload_survey_users .box-upload-file {
    background: #f8f3e1!important;
    padding: 20px;
    border: 3px dashed #4e4e4e;
    margin-top: 15px;
}
#upload_survey_users .box-upload-file.has-advanced-upload .dragndrop-label > span, #upload_survey_users .box-upload-file.has-advanced-upload .dragndrop-label > strong {
    line-height: 30px;
    font-size: 22px;
    margin: 0;
}
#upload_survey_users .dragndrop-label {
    max-width: 900px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
#upload_survey_users .box-upload-file.has-advanced-upload .dragndrop-label > span.box__dragndrop, #upload_survey_users .box-upload-file.has-advanced-upload .dragndrop-label > strong {
    border: 3px dashed #d93146;
    padding: 5px 20px;
}
#upload_survey_users .list-files h4 {
    margin: 0px;
    margin-bottom: 25px;
}
#upload_survey_users .upload-status {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#upload_survey_users .upload-status > div {
    margin: 10px 20px;
}
#upload_survey_users .upload-status > div > a {
    min-width: 135px;
    padding: 7px;
}
#upload-users {
    text-decoration: none;
    min-width: 150px;
}
#upload-users:active, #upload-users:focus {
    background: #d93146;
    color: #fff;
    border: 3px #d93146 solid;
    box-shadow: unset;
}
#upload-users.cs-btn2:hover {
    background: #fff!important;
    color: #d93146!important;
}
#upload_survey_users .files-selected {
    width: 100%;
    max-width: 900px;
    margin: auto;
    margin-bottom: 25px;
}
#upload_survey_users .files-selected p{
    display: inline-block;
    margin: 5px 5px;
}
#upload_survey_users .files-selected > p > span:first-child {
    display: inline-block;
    margin-right: 25px;
    line-height: normal;
    position: relative;
    top: 3px;
}
#upload_survey_users .files-selected p i.fa-trash-alt {
    background: #d93146;
    color: #fff;
    padding: 7px 7px;
    cursor: pointer;
    border-radius: 5px;
}
.verify-users .users_list {
    background: #f7dd00;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: 10px;
}
.users-box .users_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.users_list .user-sg {
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    margin: 5px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}
.users_list .user-sg p {
    margin: 0px;
}
.users_list .user-sg .user-sg-left {
    margin-right: 20px;
}
.users_list .user-sg .reminder-close i {
    color: #d93146;
}
#upload_survey_users .box__input, #upload_survey_users .box-upload-file.has-advanced-upload {
    height: auto;
}

@media (max-width:911px){
    #form-scores-table .table-item {
        width: 33.33%;
    }
}
@media (max-width:639px){
    #form-scores-table .table-item {
        width:50%;
    }
    .page-template-style_matter_template .mfp-content {
        height: 100%;
    }
    .Open-scores-table {
        position: absolute;
        padding: 30px 10px;
        max-height: 70%;
        top: 50%;
        transform: translate(0,-50%);
    }
}
@media (max-width:400px){
    #form-scores-table .table-item {
        width: 100%;
    }
    .table-item .item-middle {
        border-left: 2px #373737 solid;
        border-right: 2px #373737 solid;
    }
}
.site-info .powered-by, .site-info .powered-by a {
    color: #000;
}

#colophon{
    background: white!important;
    border: 1px solid #D3D3D3;
}

/*FORM 27*/
#gform_wrapper_27 input,
#gform_wrapper_27 textarea,
#gform_wrapper_27 select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

#gform_wrapper_27 input[type="submit"] {
    background-color: #ef7f1a;
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

#gform_wrapper_27 input[type="submit"]:hover {
    background-color:rgb(204, 95, 0);
}

div#field_27_7 {
    background: #ef7f1a;
    padding-left: 24px;
    padding-top: 24px;
    color: #ffffff;
}

div#field_27_21 {
    background: #ef7f1a;
    padding-left: 24px;
    padding-top: 24px;
    color: #ffffff;
}

#field_27_47 h3 {
    background: #ef7f1a;
    padding-left: 24px;
    padding-top: 24px;
    padding-bottom: 60px;
    color: #ffffff;
}

#gform_wrapper_27 h3.gsection_title {
    padding-bottom: 0px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: -4px;
}

#field_27_8 h3,
#field_27_11 h3,
#field_27_17 h3,
#field_27_22 h3,
#field_27_26 h3,
#field_27_29 h3,
#field_27_32 h3,
#field_27_35 h3,
#field_27_38 h3,
#field_27_41 h3,
#field_27_44 h3 {
    color: #BC171F !important;
    font-size: 24px;
    padding: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

#field_27_8 h3::before,
#field_27_11 h3::before,
#field_27_17 h3::before,
#field_27_22 h3::before,
#field_27_26 h3::before,
#field_27_29 h3::before,
#field_27_32 h3::before,
#field_27_35 h3::before,
#field_27_38 h3::before,
#field_27_41 h3::before,
#field_27_44 h3::before {
    content: "";
    display: inline-block;
    background-image: url('https://alpha.hamiltonindia.in/wp-content/uploads/2025/05/unnamed-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}

#gform_wrapper_27.gravity-theme .gfield.gfield--width-full {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    padding: 20px;
}

#gform_wrapper_27.gravity-theme .gfield {
    grid-column: 1 / -1;
    padding: 20px;
}


@media only screen and (min-width: 641px) {
    #gform_wrapper_27 .gfield.gf_list_inline .gfield_checkbox, #gform_wrapper_27 .gfield.gf_list_inline .gfield_radio {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 13px !important;
        padding-top: 20px !important;
    }
}

#gform_wrapper_27.gravity-theme .gfield input, #gform_wrapper_27.gravity-theme .gfield select {
    display: none;
}

#gform_wrapper_27.gravity-theme .gfield_label {
    font-weight: 400 !important;
}

#gform_wrapper_27 .gfield.gf_list_inline .gfield_checkbox .gchoice label, #gform_wrapper_27 .gfield.gf_list_inline .gfield_radio .gchoice label {
    display: flex !important;
    width: 35px !important;
    height: 45px !important;
    border: 2px solid #999999 !important;
    border-radius: 50% !important;
    font-size: 20px !important;
    color: #999999 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;

}

#gform_wrapper_27 .gfield.gf_list_inline .gfield_checkbox .gchoice label, #gform_wrapper_27 .gfield.gf_list_inline .gfield_radio .gchoice input:checked + label {
    background-color: #ef7f1a;
    color: #FFFFFF !important;
    border: none;
}

#gform_wrapper_27 .gfield.gf_list_inline .gfield_checkbox .gchoice label, #gform_wrapper_27 .gfield.gf_list_inline .gfield_radio .gchoice label:hover {
    background-color: rgba(134, 96, 45, 0.2);
}

#gform_wrapper_27.gravity-theme .gfield textarea.large {
    height: 125px !important;
}

#gform_wrapper_27 .gform_button.button {
    background: #f96f02;
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
    padding: 5px 20px;
    width: fit-content;
}

#gform_confirmation_wrapper_27 {
    background: #ef7f1a;
    padding: 40px;
    color: white;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}