.account-settings .user-profile {
    margin: 0 0 1rem 0;
    padding-bottom: 1rem;
    text-align: center;
}
.account-settings .user-profile .user-avatar {
    margin: 0 0 1rem 0;
}
.account-settings .user-profile .user-avatar img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.account-settings .user-profile h5.user-name {
    margin: 0 0 0.5rem 0;
}
.account-settings .user-profile h6.user-email {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: #9fa8b9;
}
.account-settings .about {
    margin: 2rem 0 0 0;
    text-align: center;
}
.account-settings .about h5 {
    margin: 0 0 15px 0;
    color: #007ae1;
}
.account-settings .about p {
    font-size: 0.825rem;
}
.callout {
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}

.callout a {
    color: #495057;
    text-decoration: underline;
}

.callout a:hover {
    color: #e9ecef;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout.callout-danger {
    border-left-color: #bd2130;
}

.callout.callout-warning {
    border-left-color: #d39e00;
}

.callout.callout-info {
    border-left-color: #117a8b;
}

.callout.callout-success {
    border-left-color: #1e7e34;
}
/*Cards*/
.border-primary:not(.card-outline) > .card-header {
    background-color: #F1B700;
}

.border-primary:not(.card-outline) > .card-header,
.border-primary:not(.card-outline) > .card-header a {
    color: #fff;
}

.border-primary:not(.card-outline) > .card-header a.active {
    color: #1f2d3d;
}

.border-primary.card-outline {
    border-top: 3px solid #F1B700;
}

.border-primary.card-outline-tabs > .card-header a:hover {
    border-top: 3px solid #dee2e6;
}

.border-primary.card-outline-tabs > .card-header a.active {
    border-top: 3px solid #F1B700;
}
.border-success:not(.card-outline) > .card-header {
    background-color: #28a745;
}

.border-success:not(.card-outline) > .card-header,
.border-success:not(.card-outline) > .card-header a {
    color: #fff;
}

.border-success:not(.card-outline) > .card-header a.active {
    color: #1f2d3d;
}
.border-success{
    border-color: #BFCA10 !important;
}
.border-success.card-outline {
    border-top: 3px solid #BFCA10;
}

.border-success.card-outline-tabs > .card-header a:hover {
    border-top: 3px solid #dee2e6;
}

.border-success.card-outline-tabs > .card-header a.active {
    border-top: 3px solid #28a745;
}

#preloader2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #ffffff82;
}

#preloader2:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1977cc;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: smaller;
    color: #000000cf;
    font-style: italic;
}

.green-text {
    color: #028940;
}
.yellow-text {
    color: #F7DA31;
}
.rate-btn-color {
    background-color: #f1b700;
}
.rb-box {
    /* width: 80%;
    max-width: 420px;
    margin: 50px auto;
    padding: 1.3em;
    background: #292942;
    border-radius: 0.75em;
    -webkit-filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.3));
    box-shadow: 0 2px 2px rgba(243, 49, 128, 0.5),
      0 0px 5px rgba(243, 49, 128, 0.15), 0 0px 4px rgba(0, 0, 0, 0.35),
      0 5px 20px rgba(243, 49, 128, 0.25), 0 15px 50px rgba(243, 49, 128, 0.75),
      inset 0 0 15px rgba(255, 255, 255, 0.05); */
}

/* Custom Radio Button */
.rb {
    padding: 15px 0;
    text-align: center;
    background: #fff;
    border:1px solid #e3e6f0
    /*border-radius: 0.3em;*/
}

.rb-tab {
    display: inline-block;
    position: relative;
    width: 8%;
}

.rb-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    color: #5a5c69;
}

.rb-spot {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    background: transparent;
    border: 2px solid #5a5c69;
    border-radius: 100%;
    cursor: pointer;
    transition: ease 0.5s;
}

.rb-tab-active .rb-spot {
    background: #f1b700;
    border: 2px solid  #005442;
}

/* Submit Button */
.button-box {
    padding: 10px 0;
    text-align: center;
}
/* .mt-50pc {
  margin-top: 50%;
}
.mt-25pc {
  margin-top: 25%;
} */
.rating-desc-tbl i {
    font-size: 48px;
}
.rating-desc-tbl .rating-smiley-frown {
    color: red;
}
.rating-desc-tbl .rating-smiley-smile {
    color: green;
}
.rating-horizontal-bar p{
    font-size: 11px;
}
.rating-desc-middle{
    margin-top: 20px;
}
@media (max-width: 580px) {
    .rating-desc-tbl i {
        font-size: 25px;
    }
    .rating-desc-tbl p, .rating-horizontal-bar p {
        font-size: 10px;
    }
    .rb-spot {
        width: 22px;
        height: 22px;
    }
    .rb-txt {
        font-size: 0.9em;
        top:55%
    }
    .rb-tab {
        width: 7%;
    }
    .cust-details-col{
        margin-top :  0.5rem!important;
    }
    .table td{
        padding: 0;
    }
    h5{
        font-size: 1.0em;
    }
    h3{
        font-size: 1.25rem;
    }
}
@media (max-width: 360px){
    .rb-spot {
        width: 18px;
        height: 18px;
    }
    .rb-txt {
        font-size: 0.7em;
        top:65%
    }
    .rb-tab {
        width: 7%;
    }
}

@media (min-width: 576px){
    .modal-dialog.form-modal {
        max-width: 60% !important;
    }
}
@media (min-width: 1472px){
    .rating-desc-middle{
        margin-top: 50px;
    }
}
.custom-rating-radio{
    -webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;
    border:4px solid #ccc;
    border-top-color:#bbb;
    border-left-color:#bbb;
    background:#fff;
    width:30px;
    height:30px;
    border-radius:50%;
}
.custom-rating-check{
    -webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;
    border:4px solid #ccc;
    border-top-color:#bbb;
    border-left-color:#bbb;
    background:#fff;
    width:25px;
    height:25px;

}
input[type=radio] {
    border:20px solid #BFCA10;
}
.custom-radio .custom-control-label::before,  .custom-checkbox .custom-control-label::before{
    border-radius: 0;
    display: none;
}
.navbar-light{
    background-color: #005442;
}
.bg-gradient-primary {
    background-color: #005442;
    background-image: linear-gradient(180deg,#005442 10%,#BFCA10 100%);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #BFCA10;
}

.custom-control {

    padding-left: 0;
    padding-top: 7px;

}
.swal2-styled.swal2-confirm {
    background-color: #005442;
}
.swal2-styled.swal2-confirm:hover {
    border-color: #BFCA10;
    background-color: #005442;
}
.tfield-area {
    max-height: 30vh;
    overflow: auto;
}
blockquote {
    background-color: #fff;
    border-left: .5rem solid #BFCA10;
    margin: 1.5em .7rem;
    padding: .5em .7rem;
}
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #5a5c69;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#fff;
    -webkit-box-shadow: inset 0 0 6px #005442;
}
#survey-data-table tr {
    cursor: pointer;
}
.rounded-btn{
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid #BFCA10;
    border-radius: 40px;
    transition: all 0.3s ease 0s;
}
.nav-link-active-custom, .nav-link-active-custom i{
    color: #fff !important;
}
.blockquote-unboxed{
    border-bottom: 1px solid #5a5c69;
    border-top: 1px solid #5a5c69;
    border-right: 1px solid #5a5c69;
}
.answer-indicator-custom button:not(:first-child){
    margin-left: 4px;
}
.numberCircle {
    font-family: inherit;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 0px;
    border-radius: 50%;
    font-size: 35px;
    min-width: 130px;
    min-height: 130px;
}

.numberCircle span {
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
    margin-left: 1px;
    margin-right: 1px;
}
@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(15deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(15deg);}
}

@keyframes swinging{
    0%{transform: rotate(15deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(15deg);}
}

.swing-alert-icon{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 1.5s ease-in-out forwards infinite;
}