body{
    margin:0;
    padding:0;
    font-family: 'Rubik', sans-serif !important;
    display: block;
    position:relative !important;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section{
    display:block;
    padding:0;
    margin:0;
    font-family: 'Rubik', sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
    display: block;
    padding:0;
    margin:0;
    font-family: 'Rubik', sans-serif !important;
}
a, li,div{
    font-family: 'Rubik', sans-serif !important;
}
.acMainContaier{
    width:100%;
    text-align:center;
    font-family: 'Rubik', sans-serif !important;
}
.btnty {
    background-color: #1e6d15;
}
.btntyrm{
    background-color: #532834;
}
.acMainWrapper{
    width:100%;
    margin:0 auto;
}
.btnbck{
    background: #1d3450;
    border-radius: 1px 1px 1px 1px !important;
}
.acNavBoxCont{
    width: 100%;
    height: 70px;
    background: white;
    box-shadow: 1px 1px 10px #756363;;
    position: relative;
    border-bottom: 1px solid #dedddd;
    z-index:100;

}
.acMainContent{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 70px);
    position: relative;
}
.acMainContent1{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    height:calc(100vh - 120px);
    position: relative;

}
.acBoxFooter{
    width:100%;
    align-self:flex-end;
    display:flex;
    padding:10px;
    height:50px;
    background: white;
    box-shadow: 1px 1px 10px #c3c3c3;
    border-top: 1px solid #dedddd;
    padding:0px 20px;
}
.acBoxBody{
    width:100%;
}

/*Common CSS ENDS*/

/*NAV BAR CSS*/

.acNavWrap{
    display: flex;
    flex-wrap: wrap;
    height:70px;
}
.acNavCol-equal{
    width:55%;
    align-self:center;
}
.acNavCol-right{
    width:45%;
    align-self:center;
}
.acCompLogo{
    float: left;
    margin-left: 20px;
    transition: all 1s ease;
}
.acCompLogo a img{
    width:276px !important;
}
.acUserNav{
    WIDTH: 100%;
}
.acUserNav ul{
    margin:0px !important;
}
.acUserNav ul li{
    list-style: none;
    display: inline-block;
    margin:0 10px;
    position: relative;
    cursor: pointer;
}

.acUserNav ul li a{
    border-width: 0;

    border-radius: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size:1.2vw;
    color:#283179;
    text-transform: uppercase;
    text-decoration:none;
    /* border-bottom: 2px solid #262b58;
    border-right: 2px solid #007bff;
    border-left: 2px solid #007bff;
    border-top: 1px solid #007bff; */
    border-bottom: 4px solid #262b58;
    border-right: 4px solid #007bff;
}

.totUser {
    color: indianred;
}
.nodata{
    text-align: center !important;
}
.capitalize {
    text-transform: capitalize !important;
}
.acUserNav ul li.active a{
    background: #283179;
    background: -webkit-linear-gradient(to right, #133b5d, #911e0f);
    background: linear-gradient(to right, #133b5d, #911e0f);
    background-repeat: repeat-x;
    color: #fff;
}
.acMenuItemText{
    margin: 0 10px;
}
.acNavRightItems{
    display: inline-block;
    margin: 0 15px;
}
.acSerachItemsCont{
    border-radius: 30px;
    background: white;
    padding: 4px;
    border: 1px solid #93978e;
    width: 265px;
    text-align: left;
}
#acSearchTerms{
    width: 203px;
    border-radius: 30px;
    border: none;
    /* padding: 5px; */
    padding: 5px;
    /* margin: 0px 5px; */
    margin-right: 6px;
    color:gray;
    font-size: 0.76vw;
}
#acSearchTerms:focus{
    outline: none;
}
.acSerachItemsCont{

}

.acSerachItemsCont button{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: none;
    padding: 2px 15px;
    background: transparent;
    float: right;
}
.acNavRightElem{
    margin-bottom: 0;
    text-align: right;
    margin-right: 30px;
    position: relative;
}
.acBuUserCont{
    border-radius:50%;
    position: relative;
}
.acBuUserCont img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #2d367f;
}
.acItemHelp{
    color: #283179;

}
.acItemHelp img{
    width: 70px;
    height: auto;
}
.iconHelp{
    position:relative;
    font-size:21px !important;
    color:#911e0f !important;
}
.needHelptext{
    font-size:21px !important;
    margin-left:5px;
}
.acNavMenuDropDown{
    position: absolute;
    width: 200px;
    background: #133b5d;
    text-align: left;
    top: 43px;
    border-radius: 6px;
    box-shadow: 1px 4px 10px #cacaca;
    border: 1px solid #172171;

}
.acNavMenuDropDown ul{
    margin:0;
    padding:0;
}
.acNavMenuDropDown img{
    position: absolute;
    top: -10px;
    left: 10px;
}
.acNavMenuDropDown ul li{
    border-bottom:1px solid #171c4c;
    margin:0 !important;
    width:100%;
    list-style: none;
}
.acNavMenuDropDown ul li a{
    border:none;
}
#profile-menu{
    top:60px !important;
}
.acNavMenuDropDown ul li:last-child{
    border-bottom:1px solid transparent;
}
.acNavMenuDropDown ul li a{
    display:block;
    padding:5px;
    text-transform:capitalize;
    background: transparent !important;;
    font-size:18px;
    text-decoration: none;
    margin:0px !important;
    border-radius:5px;
    color: white !important;
}

.imgRadioIndicator{
    content: '';
    position: absolute;
    top: 4px;
    right: -1px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: #911e0f;
}
.acDotCircle{
    margin-right:5px;
    color:#911e0f;
}
.dividerCls{
    width: 1px;
    background: #b4b8bb;
    height: 27px;
    position: relative;
    top: 8px;
}
.acNavMenuDropDown ul li a:hover{
    background-color:#007bff !important;
    color:white !important;
}
/*FOOTER START*/
.acBoxFooterWrap{
    display:flex;
    flex-wrap: wrap;
    width:100%;
}
.acFooter-equal{
    width:50%;
    align-self:center;
}
.acFooterLeft{
    text-align:left;
}
.acFooterRight{
    text-align:right;
}
.acCopyRhtText p{
    color:gray;
    margin:0 !important;
    padding:0 !important;
}
.acQuickNav ul{
    margin:0;
    padding:0;
}
.acQuickNav ul li{
    display: inline-block;
    list-style:none;
    margin:0px 10px;
}
.acQuickNav ul li a{
    font-size: 14px;
    color: gray;
}
#settings-section{
    margin-top: 20px;
}
.otoColor-red{
    background: #911e0f;
}
.otoColor-blue{
    background: #133b5d;
}
.nomineeFaIc{
    margin-left:5px;
    color:white;
    font-size:13px;
}
.faic5463{
    margin-left:5px;
    color:#133b5d;
}
.buProfileName {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #133b5d;
    flex-wrap: wrap;
    font-size: 1.1vw;
    text-align: center;
    align-content: center;
    justify-content: center;
    padding: 4px;
}
.pointer {
    cursor: pointer;
}
/*Loader CSS*/
.loaderContWrap{
    position: fixed;
    z-index: 9999;
    width: 100%;
}
.wrap-loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background:rgba(0, 0, 0, 0.8);
}

.loader {
    position: relative;
    width: 20rem;
    height: 20rem;
}
.loader::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8.6956521739rem;
    height: 8.6956521739rem;
    background: #000;
    border-radius: 50%;
}
.loader .box {
    position: absolute;
    width: 10rem;
    height: 10rem;
    overflow: hidden;
}
.loader .box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.1;
}
.loader .box:nth-child(1) {
    top: 0;
    left: 0;
}
.loader .box:nth-child(1)::before {
    top: 50%;
    left: 50%;
    background: #4185F3;
    -webkit-animation: lightMe1 4s ease-out infinite normal;
    animation: lightMe1 4s ease-out infinite normal;
}
.loader .box:nth-child(2) {
    top: 0;
    right: 0;
}
.loader .box:nth-child(2)::before {
    top: 50%;
    right: 50%;
    background: #33A753;
    -webkit-animation: lightMe2 4s ease-out infinite normal;
    animation: lightMe2 4s ease-out infinite normal;
}
.loader .box:nth-child(3) {
    bottom: 0;
    right: 0;
}
.loader .box:nth-child(3)::before {
    bottom: 50%;
    right: 50%;
    background: #FABB04;
    -webkit-animation: lightMe3 4s ease-out infinite normal;
    animation: lightMe3 4s ease-out infinite normal;
}
.loader .box:nth-child(4) {
    bottom: 0;
    left: 0;
}
.loader .box:nth-child(4)::before {
    bottom: 50%;
    left: 50%;
    background: #E94234;
    -webkit-animation: lightMe4 4s linear infinite normal;
    animation: lightMe4 4s linear infinite normal;
}
.loader .wrap-text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 40px;
    overflow: hidden;
}
.loader .text {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-animation: slider 8s ease-in infinite;
    animation: slider 8s ease-in infinite;
}
.loader .text span {
    display: block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 2em;
    color: #fff;
}

.loader-text {
    color: #fff;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
    letter-spacing: 6px;
    opacity: .2;
    -webkit-animation: blink 1s ease-out infinite alternate;
    animation: blink 1s ease-out infinite alternate;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #143E5C !important;
    border-color: #143E5C !important;
    background-image: linear-gradient(to right, #133755 , #7c1f1e) !important;
}

@-webkit-keyframes lightMe1 {
    0% {
        opacity: 0.1;
    }
    25% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes lightMe1 {
    0% {
        opacity: 0.1;
    }
    25% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes lightMe2 {
    0% {
        opacity: 0.1;
    }
    25% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes lightMe2 {
    0% {
        opacity: 0.1;
    }
    25% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes lightMe3 {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes lightMe3 {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes lightMe4 {
    0% {
        opacity: 0.1;
    }
    75% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes lightMe4 {
    0% {
        opacity: 0.1;
    }
    75% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes slider {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    15% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    45% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    60% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
    }
    75% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
    }
    90% {
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px);
    }
    100% {
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px);
    }

}
@keyframes slider {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    15% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    45% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    60% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
    }
    75% {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
    }
    90% {
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px);
    }
    100% {
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px);
    }
}
@-webkit-keyframes blink {
    from {
        opacity: .2;
    }
    to {
        opacity: .75;
    }
}
@keyframes blink {
    from {
        opacity: .2;
    }
    to {
        opacity: .75;
    }
}
.otocolor-red, .badge-danger, .btn-danger, .bg-danger{
    background-color:#911e0f !important;
    border: none !important;
}
.ototextcolor-red{
    color:#911e0f !important;
}
.ototextcolor-blue{
    color:#133B5D !important;
}
.otocolor-blue{
    background-color:#133B5D !important;
}
.assessmentName{
    font-size:1.1vw;
    margin-bottom:3px !important;
    text-transform:capitalize;
}
.inflexCont{
    margin: 0 auto;
    border: 1px solid #1a5f9a;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
}
.inflexCont p{
    margin-bottom:3px !important;
    font-size: 1vw;
}
.nameOfdiv{
    background: white;
    color: #133b5d;
    box-shadow: 3px 2px 0px #066bc1;
}
.blubarheadertext{
    font-size:22px;
}
.dtPading{
    margin-right: 5px;
}
.nameoftestTop{
    border-top: 1px solid #e2dcdc;
}
.proctAssingitems{
    background: #922c0f;
    border-radius: 6px;
    padding: 5px;
    margin: 5px;
    font-size: 0.9vw;
    border-right: 1px solid #380000;
    border-bottom: 1px solid #380000;
    position: relative;
    background-image: linear-gradient(to right, #133755 , #7c1f1e);
}
.circCheck{
    position: absolute;
    top: -6px;
    left: -5px;
    color: #28a745;
}
.showSearchItemCont{
    position: absolute;
    width: 68%;
    right: 19px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: white;
    border-right: 1px solid #848484;
    border-bottom: 1px solid #848484;
}
.showSearchItemCont ul{
    padding: 10px;
    margin: 10px 0px 10px 0px;
    height: 300px;
    overflow-y: auto;
}
.showSearchItemCont ul li{
    text-align: left;
    list-style: none;
    border-bottom: 1px solid #dcdcdc;
    padding: 7px 10px;
    /*cursor: pointer;*/
}
.assName23{
    background: #133b5d;
    border-radius: 6px;
    padding: 5px;
    color: white;
    text-transform: capitalize;
}
.assName24{
    text-align: center !important;
    font-size: 18px;
    text-transform: uppercase;
}
.searchatt{
    background-color: gainsboro;
    border-radius: 15px 15px 15px 15px;
    margin: 0px 0px 4px 0px;
}
.backbutton{
    color: white;
    font-size: 30px !important;
}
.backbtnCont{
    padding: 8px;
    cursor: pointer;
    transition: all 1s ease;
}
.questionallwrap23 .nav-item.nav-link{
    color: gray !important;
}
.questionallwrap23 .nav-item.nav-link.active{
    color: #287aff !important;
}
.mobileNavViewNavCont{
    text-align: right;
    cursor: pointer;

}
.smalldeviceIcn{
    text-align: right;
    margin-right: 20px;
    font-size: 30px;
    color: #133b5d;
}
.onsmalldeviceDDCont{
    width: 100%;
    position: absolute;
    z-index: 38;
    top: 72px;
    background: #133b5d;
    box-shadow: 1px 1px 4px grey;

}
.onsmalldeviceDDCont ul{
    margin:0;
    padding:0;

}
.onsmalldeviceDDCont ul li{
    list-style: none;
    color:white;
    padding:10px 0px;
    border-bottom: 1px solid white;
    font-size: 22px;
}
.onsmalldeviceDDCont ul li a{
    color:white !important;
    text-decoration:none;
    font-size: 22px;
}
.onsmalldeviceDDCont ul li:last-child{
    border-bottom: 1px solid transparent;
}
.mainmenuinsmDev{
    width:100%;
}
.onsmalldeviceDDCont .collapse{
    background: #2e78b7;
    box-shadow: 3px 3px 27px #133b5d inset;
}
.onsmalldeviceDDCont .collapse li{
    padding:10px 0px !important;
}
.onsmalldeviceDDCont .collapse li a{
    font-size: 18px !important;
}
.form-group label[class="error"]{
    color:#e74c3c !important;
    margin-top:5px;
    font-size: 14px;
}
.company-logo1{
    height: auto;
    width: 100px;
    border-radius: 4px;
}
.quedesconmore{
    text-align: justify;
}

.text-capitalize {
    text-transform: capitalize;
}

.acGradientColor{
    background-image: linear-gradient(to right, #133755 , #7c1f1e) !important;
}
#example thead{
    background-image: linear-gradient(to right, #133755 , #7c1f1e) !important;
}
.btn-success{
    /*background-image: linear-gradient(to right, #133755 , #7c1f1e) !important;*/
    background-image: linear-gradient(to right, #133755 , #7c1f1e) !important; 
    border: 3px solid #24324b;
    box-shadow: 7px 1px 15px #756363;
    font-size: 16px !important;
}
.btn-info{
    background-image: linear-gradient(to right, #133755 , #7c1f1e) !important;
}
.jduploadLoder{
    display: flex;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    background: rgba(11, 0, 0, 0.7);
    text-align: center;
    align-items: center;
}
.jduploadLoderWrap{
    margin: 0 auto;
    text-align: center;
}
.jduploadLoderWrap img{
    width: 250px;
    height: auto;
    margin:0 auto;
}
.jduploadLoderWrap p{
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
}
.jduploadLoderWrap small{
    color: white;
    font-size: 14px;
}
.modal-header{
    background-image: linear-gradient(to right, #133755 , #7c1f1e) !important;
    color: #fff;
}
.closebtn{
    color: #fff;
}
.badge-fail{
    background-color: #fa1001;
    color:#ffffff;
}
.icon {
    position: relative;
    right: 22%;
    border-radius: 6px;
    
    width: 100px;
    height: 36px;
    
    overflow: hidden;
    transition: all .25s linear;
    cursor: pointer;
    user-select: none;
    margin: 0 0 0 auto;
}
.icon .handle {
    width: 37px;
    height: 33px;
    border-radius: 7px;
    position: absolute;
    top: 2px;
    background: #EFEEE3;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0px 4px 23px 0 rgba(0, 0, 0, 0.08), -2px 4px 4px 0 rgba(0, 0, 0, 0.1), 0px 2px 0px rgba(255, 255, 255, 0.85) inset, 0px -1px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
    font-size: 20px;
    line-height: 22px;
    color: #898C7E;
    text-decoration: none;
    font-size: 29px;
    line-height: 31px;
    text-align: center;
    left: 5px;
    transition: all 0.4s cubic-bezier(0.33, 1.6, 0.66, 1);
}
.icon .handle:before{
    -webkit-font-smoothing: antialiased;
    /* font-family: fontAwesome; */
    /*content: "Hiring";*/
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
}
.icon .handle:after {
    -webkit-font-smoothing: antialiased;
    /* font-family: fontAwesome; */
    /*content: "Training";*/
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
}
.icon .handle:before {
    right: -58px;
    color: #ffffff;
    opacity: 1;
}
.icon .handle:after {
    left: -65px;
    color: #39372c;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.1);
}
.icon .handle .fa-bars {
    transform: rotate(90deg);
}
.icon.red .handle:before, .icon.red .handle:after {
    content: "\f179";
}
.icon.green .handle:before, .icon.green .handle:after {
    content: "\f09b";
}
.icon.on {
    background: #80221d;
}
.icon.on .handle {
    left: 60px;
    color: #80221d;
}
.icon.on .handle .fa-bars {
    text-shadow: 1px 1px 0 white, -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.icon.on.red {
    background: #e9827c;
}
.icon.on.red .handle {
    color: #f2625f;
}
.icon.on.green {
    background: #c2cd7f;
}
.icon.on.green .handle {
    color: #bbcc63;
}
.popuptogglebtncont{
   /* position: relative;
    text-align: right;
    margin-bottom: 20px;
    width: 62%;
    margin: 0 auto;*/
    position: relative;
    text-align: right;
    margin: 0 auto;
    height: 56px;   
    color: #f9fbfd;    
    margin: -10px -11px 6px -11px;
    background: linear-gradient(to right, #133b5d, #911e0f);
}
.testtypebtn{
    color: white;
    background-color: #532834;
}
.btntrain{
    background-color: green;
    color: #fff;
}
.pac-container {
    z-index: 1051 !important;
}
.switch-stacked .switch {
   display: inline;
}
.switch {
   font-weight: 300;
   letter-spacing: 0;
   margin-bottom: 0;
   line-height: 29px;
   cursor: pointer;
   white-space: nowrap;
}
.switch input {
   display: none;
}
.switch-success input:checked+.switch-indicator {
   background: #e3fcf2;
   border-color: #e3fcf2;
}
.rmcursor{
    cursor: default !important;
}
.switch input:checked ~ .switch-indicator {
   background: #133b5d;
}
.expwidth{
   min-width: 12px;
    display: inline-block;
    /* width: 55px; */
    margin-left: 10px;
    color: white;
    background-color: #193451;
    border-color: #21334e;
    box-shadow: 0px 15px 24px #193451;
}
.switch-indicator {
   position: relative;
   display: inline-block;
   width: 40px;
   height: 10px;
   background: #133b5d;
   border-radius: 20px;
   vertical-align: middle;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.switch {
   font-weight: 300;
   letter-spacing: 0;
   margin-bottom: 0;
   line-height: 29px;
   cursor: pointer;
   white-space: nowrap;
}
.switch-description {
   padding-left: 6px;
}
.switch-stacked .switch::after {
   display: block;
   margin-bottom: .25rem;
   content: "";
}
.switch-success input:checked+.switch-indicator::after {
   background: #15c377;
}
.switch-success input:checked+.switch-indicator::after {
   background: #15c377;
}
.switch input:checked ~ .switch-indicator::after {
   background: #911e0f;
   left: calc(100% - 20px);
   -webkit-box-shadow: 0px 0px 3px #fcfdfe;
   box-shadow: 0px 0px 3px #fcfdfe;
}
.switch-indicator::after {
   content: '';
   display: block;
   position: absolute;
   left: 0px;
   top: 0px;
   width: 20px;
   height: 20px;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   cursor: inherit;
   background: #911e0f;
   border-radius: 50%;
   top: -5px;
   -webkit-box-shadow: 0px 0px 3px #bbb;
   box-shadow: 0px 0px 3px #bbb;
}
.common-clr{
    border: 1px solid #d6c5c5 !important;
}
.user-clr{
    box-shadow: 0px 3px 15px #756363;
}
.hideAftBtn {
    /*margin-left: 361px;*/
    font-size: 25px;
    background: linear-gradient(to right, #133b5d, #911e0f);
    border: none;
    border-radius: 6px;
    /* border-bottom: 4px solid #8C231D; */
    padding: 5px 20px;
    cursor: default;
    color: #ffffff !important;
}
.daIconc {
    color: #0a3d62;
}
.levelBtn{
    
    background-color: #f7f7f7 !important;
    border-color: #6c757d;
}

.defcursr{
    cursor: default !important;
}
.radioBtnClr{
    height: 30px;
    width: 30px;    
    display: inline-block;
    margin: auto;    
}
.radioBtn{
    width: 46px;
    height: 30px;
    margin: 1px 0px 0px -6px;
}
.radioApply{
    background-color: #de1919;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 2px red;
}
.textareaClr{    
    box-shadow: 1px 1px 3px 1px red;
}
