@font-face {
    font-family: "GESSTwoBold";
    src: url(../fonts/GE_SS_Two_Bold.eot);
    src: local("☺"), url(../fonts/GE_SS_Two_Bold.woff) format("woff"), url(../fonts/GE_SS_Two_Bold.ttf) format("truetype"), url(../fonts/GE_SS_Two_Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "GESSTwoMedium";
    src: url(../fonts/GE_SS_Two_Mediumd41d.eot?) format("eot"), url(../fonts/GE_SS_Two_Medium.woff) format("woff"), url(../fonts/GE_SS_Two_Medium.ttf) format("truetype"), url(../fonts/GE_SS_Two_Medium.svg#GESSTwoMedium-Medium) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "GESSTwoLight";
    src: url(../fonts/GE_SS_Two_Lightd41d.eot?) format("eot"), url(../fonts/GE_SS_Two_Light.woff) format("woff"), url(../fonts/GE_SS_Two_Light.ttf) format("truetype"), url(../fonts/GE_SS_Two_Light.svg#GESSTwoLight-Light) format("svg");
    font-weight: 400;
    font-style: normal
}
.ar-font{
    font-family: "GESSTwoLight" !important;
    direction: rtl !important;
    text-align: right !important;
}
.form-group .error {
    color: #ef172c !important;
}

.navbar-brand {
    font-size: 20px;
    color: #5969ff;
}

select.form-control {
    background-image: url("../assets/images/down-arrow.png");
}

.input-transparent {
    width: auto;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #d2d2e4;
}

.input-transparent:focus {
    box-shadow: none;
}

#searchVolForm .form-group {
    position: relative;
    margin: 0;
}

#searchVolForm #searchVolBtn {
    right: 0;
    bottom: auto;
    top: 0;
}

#questionAnswers h5 {
    margin-bottom: 5px;
}

#questionAnswers p {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 15px 0;
}

.mb-0 {
    margin-bottom: 0;
}

#page-search-vol .form-control-lg {
    padding: 10px;
}

#evaluate h4 {
    margin-bottom: 5px;
}

#evaluate h4>.badge {
    background: none;
    color: #5969ff;
    padding: 0;
    font-size: 18px;
}

.dataTables_filter {
    text-align: right;
}

.dataTables_filter label {
    text-align: left;
}

.dataTables_length label {
    width: 15%;
}

.dataTables_length select.form-control {
    background-position: 90% 52%;
}

.dataTable {
    margin-bottom: 20px;
}

.icon-box-lg {
    position: relative;
}

.icon-box-lg>img {
    width: 40px;
    position: absolute;
    left: 34px;
    top: 14px;
    margin-left: -20px;
}

.icon-box-lg>img.icon-pending {
    width: 35px;
    left: 38px;
    top: 17px;
}

.icon-box-lg>img.icon-interview {
    width: 45px;
    left: 32px;
    top: 10px;
}

select.optionsList,
#option3 {
    background-position: 96% 52%;
}

.ajax-loader-overlay {
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: white;
    opacity: 0.6;
    cursor: wait;
    position: absolute;
    display: block;
    z-index: 10;
}
.ajax-loader {
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 20px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: black;
    border: 0px;
    cursor: wait;
    margin-left: -10px;
    display: block;
    z-index: 11;
} 
.second_loader.ajax-loader {
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 120px;
    top: 60px;
    left: 50%;
    text-align: center;
    color: black;
    border: 0px;
    cursor: wait;
    margin-left: -60px;
    display: block;
    z-index: 11;
}


.icon-spin {
    display: inline-block;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff;
}

select.yadcf-filter {
    color: #71748d;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 98% 52%;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url("../assets/images/down-arrow.png");
    padding: 0 10px;
    border: 1px solid #d2d2e4;
    border-radius: 2px;
    height: calc(1.8125rem + 2px);
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
}

.img-container>img {
    max-width: 100%;
}

@media screen and (min-width: 600px) {
    .dt-buttons.btn-group {
        position: absolute;
        top: 16px;
        right: 1.25rem;
    }
    #volListingTable_wrapper {
        padding: 0;
    }
    #volListingTable_filter {
        position: absolute;
        right: 25px;
    }
}

#mobileno {
    padding-left: 85px;
}

#countrycode {
    position: absolute;
    left: 0;
    top: 27px;
    background: #eee;
    width: 70px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px;
    border-color: #D9D9D9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
    right: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #71748d;
}

.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--classic.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #CCCCCC !important;
    outline: 0;
}

.form-control {
    line-height: 1.25;
    padding: 0.70rem 1rem;
}

.hide_me {
    display: none;
}

.fieldsetStyling {
    border: solid 1px #e6e6f2;
    margin-bottom: 20px;
    padding: 15px;
}

.fieldsetStyling legend {
    padding: 0 10px;
    font-size: 1rem;
    width: auto;
    font-weight: 600;
}

.steps-validation .text-secondary {
    color: #6c757d!important;
    font-size: 11px;
    opacity: 0.8;
    position: relative;
    top: -8px;
}

.skin [class*="icheckbox_"],
.skin [class*="iradio_"],
.icheck_square [class*="icheckbox_"],
.icheck_square [class*="iradio_"] {
    margin-right: 0.6rem;
}

.skin.skin-square label {
    position: relative;
    top: 2px;
    margin-left: 0;
    margin-bottom: 15px;
    font-weight: 400;
}

.parentUlList {
    padding: 0 0 0 15px;
}

.parentUlList li {
    line-height: 26px;
}

.table .btn {
    font-size: 13px;
    padding: 0;
    border-radius: 8px;
    min-width: 30px;
    min-height: 30px;
}

.ques-listing .table {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

._headingFont {
    font-weight: 600 !important;
}

.admin-pages select.form-control {
    height: auto !important;
}

.steps-validation .table-bordered.table-striped thead th {
    border-bottom: none !important;
}

.steps-validation .table-bordered.table-striped thead tr {
    background: rgba(230, 230, 242, .5);
}

.steps-validation .table-striped tbody tr,
.steps-validation .table-striped tbody tr:nth-of-type(odd) {
    background: none;
}

.field-not-valid,
textarea.form-control.field-not-valid {
    border-color: #ef172c;
}

em.field-not-valid {
    border: none;
    color: #ef172c;
    position: absolute;
    right: 15px;
    top: 0;
}

.errorContainer .select2-container--classic .select2-selection--single,
.errorContainer .select2-container--default .select2-selection--single,
.errorContainer .select2-container--classic.select2-container--open .select2-selection--single,
.errorContainer .select2-container--default.select2-container--open .select2-selection--single,
.errorContainer .select2-container--classic.select2-container--focus .select2-selection--single,
.errorContainer .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #ef172c !important;
}
/* .swal2-popup #swal2-content,
.swal2-popup .swal2-title {
    text-align: left;
} */
.swal2-popup .swal2-content {
    font-size: 14px !important;
    line-height: 22px !important;
}
@media only screen and (max-width:768px) {
    .table.vol_info_table td, .table.vol_info_table th{
        display: inline-block;
        width: 46% !important;
    }
    .table.vol_info_table td.mobile_full,
    .table.vol_info_table th.mobile_full{
        display: block;
        width: 100% !important;
    }
    .img-container{
        text-align: center;
    }
    .img-container .img-responsive{
        display: inline-block;
    }
    .app-content .wizard>.content>.body{
        padding: 0 !important;
    }
    .steps > ul{
        display: none !important;
    }
    .mobile-table.table {
        border: 0;
      }
    
      .mobile-table.table caption {
        font-size: 1.3em;
      }
      
      .mobile-table.table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
      }
      
      .mobile-table.table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
      }
      
      .mobile-table.table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
        /* clear: both;
        float: left;
        width: 100%; */
        padding: 28px 10px 10px 10px;
        position: relative;
      }
      
      .mobile-table.table td::before {
        content: attr(data-label);
        /* float: left; */
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        position: absolute;
        top: 10px;
      }
      .mobile-table.table .btn {
        font-size: 13px;
        padding: 0;
        border-radius: 8px;
        min-width: 30px;
        min-height: 30px;
        margin-top: 5px;
    }
      
      /* .ques-listing .table td:last-child {
        border-bottom: 0;
      } */
}
.grade-checkbox em.field-not-valid{
    position: relative;
    right: auto;
}