    @font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}



a:hover,
a:focus,
a:active{
    text-decoration: none;
}

ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Gilroy';
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

a{
    transition: .4s linear;
    -webkit-transition: .4s linear;
    text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1150px;}
ul li {
    list-style: none;
}

/* **** Header **** */
header{
    position:absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    width: 100%;
} 
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}
.navbar-brand{
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img{
    width: 60px;
}
.navbar{
    background:transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin:0;
    padding: 30px 15px;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
/* **** End Header **** */


/* **** Main Wrapper **** */
.main-wrpper{
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
div.left-part{
    width:50%;
    max-width:50%;
    background:#FFF7EE;
    height:100%;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:center;
    position:static;
}
div.right-part{
    width:50%;
    max-width:50%;
    height:100%;
    overflow:auto;
    padding:35px 15px;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:center;
    background:#fff;
}
.mini-intro-bx{
    width:490px;
}
.mini-intro-bx img{
    margin:0 auto 45px;
    display:table;
}
.mini-intro-bx h1{
    font-size: 42px;
    font-weight: bold;
    color: #474747;
    text-align: center;
    line-height: 52px;
    margin: 0 0 25px;
}
.mini-intro-bx p{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #7B7B7B;
    line-height: 26px;
    text-align: center;
}
.signin-block{
    width: 510px;
}
.signin-block h2{
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 10px;
}
.signin-block p{
    font-size: 15px;
    font-weight: 500;
    color: #979797;
    line-height: 24px;
    margin: 0 0 35px;
}
.signin-block .form-group{
    position: relative;
    margin: 15px 0 40px;
}
.signin-block .form-group label{
    padding: 0 10px;
    background: #fff;
    display: table;
    font-size: 16px;
    font-weight: 500;
    color: #A1A1A1;
    position: absolute;
    top:-12px;
    left: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.signin-block .form-group em{
    font-size: 17px;
    color: #A1A1A1;
    opacity: 0.50;
    position: absolute;
    top: 20px;
    right: 15px;
}
.signin-block .form-group .form-control{
    padding: 15px 45px 15px 20px;
    border-radius: 5px;
    border: 1px solid #A1A1A1;
    height: auto;
    box-shadow:none;
    font-size: 14px;
    font-weight: 500;
    color: #A1A1A1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    resize: none;
}
.signin-block .form-group.active label{
    color: #FF8303;
}
.signin-block .form-group.active .form-control{
    border: 1px solid #FF8303;
}

.act-signin-btn{display: flex;align-items: center;margin-bottom: 40px;}
.custom-checkbox .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.custom-checkbox .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.custom-checkbox .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #A1A1A1;
}
.custom-checkbox .styled-checkbox:hover + label:before {
    background: #FF8303;
}
.custom-checkbox .styled-checkbox:checked + label:before {
    background: #FF8303;
}
.custom-checkbox .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.custom-checkbox .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.custom-checkbox .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
a.frgt-links{
    font-size: 14px;
    font-weight: 500;
    color: #FF8303;
    margin-left: auto;
}
a.frgt-links:hover{color: #000;}

.signin-block .btn-main{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: table;
    padding: 15px 15px;
    border-radius: 5px;
    background: #FF8303;
    border: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.signin-block .btn-main:hover{
    background: #000;
    color: #fff;
}
.signin-block h6{
    text-align: center;
    margin: 25px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.signin-block h6 a{
    color: #FF8303;
}
.signin-block h6 a:hover{
    color: #777;
}

.signin-block .form-wizard .form-wizard-header {
    text-align: center;
    margin: 0 0 15px;
}
.signin-block .form-wizard .form-wizard-next-btn,
.signin-block .form-wizard .form-wizard-previous-btn, 
.signin-block .form-wizard .form-wizard-submit {
    background-color: #FF8303;
    color: #ffffff;
    display: inline-block;
    padding:10px 35px;
    border: 2px solid #FF8303;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.btn-wizrd i{
    margin-left: 5px;
}
.signin-block .form-wizard .form-wizard-next-btn:hover, .signin-block .form-wizard .form-wizard-next-btn:focus, 
.signin-block .form-wizard .form-wizard-previous-btn:hover, .signin-block .form-wizard .form-wizard-previous-btn:focus, 
.signin-block .form-wizard .form-wizard-submit:hover, .signin-block .form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    opacity:1;
    background: #000;
    border-color: #000;
    text-decoration: none;
}
.wiz-barbtn{
    display: flex;
    align-items: center;
    padding: 15px 0 0
}
.wiz-barbtn .form-wizard-submit ,
.wiz-barbtn .form-wizard-next-btn{
    margin-left: auto;
}
.signin-block .form-wizard .wizard-fieldset {
    display: none;
}
.signin-block .form-wizard .wizard-fieldset.show {
    display: block;
}
.signin-block .form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}
.signin-block .form-wizard .form-wizard-previous-btn {
    background-color: #fff;
    border: 2px solid #A1A1A1;
    border-radius: 5px;
    color: #A1A1A1;
}
.signin-block .form-wizard .form-wizard-previous-btn:hover{
    background: #FF8303;
    color: #fff;
    border-color: #FF8303;
}
.signin-block .form-wizard .form-wizard-previous-btn em,.signin-block .form-wizard .form-wizard-previous-btn i{
    margin: 0 5px 0 0;
}
.signin-block .form-wizard .form-wizard-steps li {
    width: 33.33%;
    float: left;
    position: relative;
    margin: auto;
}
.signin-block .form-wizard .form-wizard-steps li::after {
    background-color: transparent;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 35px;
    width: 100%;
    border: 1px dashed #A1A1A1;
}
.signin-block .form-wizard .form-wizard-steps li span {
    background-color: #fff;
    border-radius: 50%;
    height:21px;
    line-height:21px;
    position: relative;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10);
    font-size: 12px;
    font-weight: bold;
    color: #A1A1A1;
    width: 21px;
    z-index: 1;
    position: absolute;
    top:-10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.signin-block .icbx{
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E4E4;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}
.signin-block .icbx img{
    opacity: 0.50;
}
.signin-block .form-wizard .form-wizard-steps li h6{
    margin: 15px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #A1A1A1;
    line-height: 22px;
}
.signin-block .form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}
.signin-block .form-wizard .form-wizard-steps li.active span, .signin-block .form-wizard .form-wizard-steps li.activated span {
    background-color: #fff;
    color: #000;
}
.signin-block .form-wizard .form-wizard-steps li.activated .icbx img,
.signin-block .form-wizard .form-wizard-steps li.active .icbx img{opacity: 1;}
.signin-block .form-wizard .form-wizard-steps li.activated h6,
.signin-block .form-wizard .form-wizard-steps li.active h6{color: #000;}
.signin-block .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: transparent;
    left: 50%;
    width: 50%;
    border-color: #FF8303;
}
.signin-block .form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #FF8303;
}
.signin-block .form-wizard .form-wizard-steps li.activated span{
    background:#FF8303;
    font-size: 0;
}
.signin-block .form-wizard .form-wizard-steps li.activated h6{
    color: #FF8303;
}
.signin-block .form-wizard .form-wizard-steps li.activated span:after{
    position: absolute;
    content:"\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    left: 0;
    top: 0;
}
.signin-block .form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}

.list_style{
    list-style: disc;
}
.profile-typebox{
    padding: 15px 0;
}
.profile-typebox h3{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px;
}
.profile-typebox ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.profile-typebox ul li{
    width: 50%;
    padding: 0 15px;
}
.profile-typebox ul li .pro-typbx{
    padding: 15px;
    border: 1px solid #FF8303;
    border-radius: 8px;
    cursor: pointer;
}
.profile-typebox ul li .pro-typbx input{display: none;}
.profile-typebox ul li .pro-typbx h4{
    margin: 10px 0 0;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    color: #000;
    align-items: center;
}
.profile-typebox ul li .pro-typbx h4 span{
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #FF8303;
    margin-left: auto;
    vertical-align: middle;
    font-size: 12px;
}
#freeassessment_popup .assessment-choice ul li .pro-typbx {
    position: relative;
}
.profile-typebox ul li .pro-typbx input {
    position: absolute;
    transform: scale(1.5);
    top:calc(50% - 8px);
    left: 18px;
    opacity: 0;
   z-index: 9;
   display: block;
}
.profile-typebox ul li.selected .pro-typbx h4 span, 
.profile-typebox ul li .pro-typbx input:checked ~ label h4 span {
    background: #FF8303;
    color: #fff;
}

.profile-typebox ul li.selected .pro-typbx h4 span i, 
.profile-typebox ul li .pro-typbx input:checked ~ label h4 span i {
    opacity: 1;
}
.profile-typebox ul li .pro-typbx h4 span i{opacity: 0;}

.profile-typebox ul li.activated .pro-typbx h4 span{
    background: #FF8303;
    color: #fff;
}
.profile-typebox ul li.selected .pro-typbx h4 span{
    background: #FF8303;
    color: #fff;
}
.profile-typebox ul li.selected .pro-typbx h4 span i{opacity: 1;}

.profile-typebox ul li.activated .pro-typbx h4 span i{opacity: 1;}

.personal-data-wrp{
    padding: 15px 0;
}
.personal-data-wrp .form-group{margin: 0 0 25px;}
select.form-control{
    display: block;
    -webkit-appearance: none;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}
.personal-data-wrp .act-signin-btn{margin: 0;}

.avatar-upload {
    position: relative;
    margin: 0px ;
}
.avatar-upload .avatar-edit {
    
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #0a0a0a;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    line-height: 36px;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.05;
    z-index: 55;
}
.avatar-upload .avatar-edit input + label:hover {
    background: rgb(13 13 13);
    color: #fff;
    opacity: 1;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f067";
    font-family:"Font Awesome 5 Pro";
    color: rgba(255,255,255,0.50);
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    font-size: 13px;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 97px;
    height: 97px;
    position: relative;
    border-radius: 100%;
    background: rgba(255,255,255,0.02);
    border-radius: 8px;
    margin: 0 auto;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius:100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.updateprofile .profile-block {
    margin-bottom: 20px;
}
.dash-frm .form-group label.error {
    margin-top: 8px;
}
.problockc{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
}
.conbx{
    padding-left: 25px;
}
.conbx h4{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.conbx h4 span{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #A7A7A7;
}
p.errorsmsg{
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #979797;
    display: block;
}
/* **** End Main Wrapper **** */

/* **** Free Assessment Page **** */
header.inner-header{
    background: #fff;
    position: relative;
}
.inner-header .navbar-brand img{
    width: auto;
}
.nav-btn{
    margin-left: auto;
}
.nav-btn .btn-navs{
    width: 160px;
    padding: 12px 15px;
    display: inline-block;
    background: #FF8303;
    border: 2px solid #FF8303;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
}
.nav-btn .btn-navs{margin-right: 25px;}
.nav-btn a.btn-navs:last-child{margin: 0;}
.nav-btn .btn-navs:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
.nav-btn a.login-btn{
    background: #fff;
    color: #FF8303;
    border-color: #FF8303;
}
.nav-btn a.login-btn:hover{
    color: #fff;
    background: #FF8303;
    border-color: #FF8303;
}

.assessment-wrapper{
    padding: 80px 0;
    width: 100%;
    background: #FFF7EE;
    min-height: 100vh;
}
.assessemnt-left{

}
.assessemnt-left img{
    margin: 0 0 35px;
}
.assessemnt-left h1{
    font-size: 44px;
    font-weight: bold;
    color: #474747;
    line-height: 54px;
    margin: 0 0 15px;
}
.assessemnt-left p{
    font-size: 16px;
    font-weight: 500;
    color: #7B7B7B;
    line-height: 22px;
    margin: 0 0 25px;
}
.assessemnt-left a{
    font-size: 18px;
    font-weight: bold;
    color: #FF8303;
    margin: 0px;
}
.assessemnt-left a i, .assessemnt-left a em{
    font-size: 34px;
    margin-right: 5px;
    vertical-align: middle;
}
.assessemnt-left a:hover{
    color: #000;
}

.assessemnt-right .signin-block{width: 100%;}

.assessment-choice ul li{margin: 0 0 20px;}
.assessment-choice ul li .pro-typbx{
    padding: 20px 25px;
    background: rgba(255,255,255,0.45);
    border-radius: 8px;
    border: none;
}
.assessment-choice ul li .pro-typbx h4{margin: 0;text-align: left;font-size: 18px;}
.assessment-choice ul li .pro-typbx h4 span{margin: 0 15px 0 0;}

.assessemnt-right .wiz-barbtn .form-wizard-submit, .assessemnt-right .wiz-barbtn .form-wizard-next-btn{
    margin: 0;
}
.assessemnt-right .wiz-barbtn .wizrtl{
    margin-left: auto;
}
.assessemnt-right .wiz-barbtn .btn-wizrd-skip{
    background: transparent;
    color: #FF8303;
}
.purpose-assessment ul li{width: 100%;max-width: 100%;}
.signin-block .form-wizard .wiz-lft .form-wizard-previous-btn{
    background: transparent;
    color: #FF8303;
    border-color: #FF8303;
}
.signin-block .form-wizard .wiz-lft .form-wizard-previous-btn:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
.organization-frm .form-group{
    margin: 0 0 40px;
}
.organization-frm .form-group label{
    background: #FFF7EE;
    color: #000;
}
.organization-frm .form-group .form-control{
    background-color: #FFF7EE;
}

.congowrp{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    min-height: 90vh;
}
.congratulation-block{
    width: 550px;
    margin: 0 auto;
}
.congratulation-block img{
    margin: 0 auto 35px;
}
.congratulation-block h2{
    font-size: 44px;
    font-weight: bold;
    color: #474747;
    text-align: center;
    margin: 0 0 25px;
}
.congratulation-block p{
    font-size: 16px;
    font-weight: 500;
    color: #7B7B7B;
    text-align: center;
    line-height: 24px;
    margin: 0 0 35px;
}
.congratulation-block a{
    font-size: 25px;
    font-weight: bold;
    color: #FF8303;
    padding-bottom: 10px;
    border-bottom: 1px solid #FF8303;
    display: table;
    margin: 0 auto;
}
.congratulation-block a:hover{
    color: #777;
    border-bottom: 1px solid #777;
}
/* **** End Free Assessment Page **** */

.overlay-box{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

/* **** Dashboard Page **** */
aside.leftbar{
    position: fixed;
    width: 250px;
    height: 100vh;
    background: #fff;
    border-radius: 0 5px 5px 0;
    top: 0;
    left: 0;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
a.close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    font-size: 18px;
    z-index: 5;
    display: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
a.close-btn:hover{
    color:#FF8303;
}
.logo-box{
    padding:20px 8px;
    border-bottom:1px solid rgba(161,161,161,0.20);
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    right:0;
    z-index:5;
    padding-right: 10px;
}
.logo-box img{
    width:100%;
}
.dash-nav{
    padding:150px 0 80px;
    height:100vh;
    position:absolute;
    top:0;
    left:0;
    right:0;
    overflow:auto;
}
.dash-nav li{
    display: block;
    margin: 0 0 10px;
}
.dash-nav li:last-child{margin: 0;}
.dash-nav li a{
    padding: 12px 35px;
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #563717;
    position: relative;
}
.dash-nav li a:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 0%;
    background: #FF8303;
    top: 0;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.dash-nav li a span{
    margin-right: 10px;
}
.dash-nav li a span img.nrmlimg {
    display: block;
    width: 16px;
}
.dash-nav li a span img.hovrimg{
    display: none;
}
.dash-nav li.active a,
.dash-nav li a:hover{
    color: #FF8303;
}
.dash-nav li.active a:before,
.dash-nav li a:hover:before{height: 100%;}
.dash-nav li.active a span img.nrmlimg,
.dash-nav li a:hover span img.nrmlimg{display: none;}
.dash-nav li.active a span img.hovrimg,
.dash-nav li a:hover span img.hovrimg{display: block; width: 16px;}

.logout-bx{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 5;
}
.logout-bx a{
    padding: 25px 35px;
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #563717;
    position: relative;
}
.logout-bx a span{
    margin-right: 10px;
}
.logout-bx a span img.nrmlimg{
    display: block;
}
.logout-bx a span img.hovrimg{
    display: none;
}
.logout-bx a:hover{
    color: #FF8303;
}
.logout-bx a:hover span img.nrmlimg{display: none;}
.logout-bx a:hover span img.hovrimg{display: block;}
/* **** End Dashboard Page **** */

/* **** Main Right **** */
.right-wrapper{
    background: #EEEEEE;
    min-height: 100vh;
    padding: 105px 15px 30px 265px;
}

.header-dashboard{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 15px 25px 265px;
    background: #eee;
    z-index: 100;
}
.header-list ul{
    display: flex;
    align-items: center;
}
.header-list ul li{
    margin: 0 15px 0 0;
}
.header-list ul li:last-child{margin: 0;}
.header-list ul li:first-child{
    width: 100%;
}
.header-list ul li .form-group{
    position: relative;
    margin: 0;
    width: 100%;
}
.header-list ul li .form-group .form-control{
    padding: 15px 20px 15px 50px;
    border-radius: 5px;
    height: auto;
    background: #fff;
    border: none;
    box-shadow: none;
    width: 100%;
}
.header-list ul li .form-group i{
    position: absolute;
    top: 17px;
    left: 18px;
    color: #A1A1A1;
    font-size: 18px;
}
.header-list ul li.round_circle_btn > a, .header-list ul li > .noti_dropbox > a{
    width: 50px;
    height: 50px;
    background: #F9F9F9;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    color: #666666;
    font-size: 18px;
    display: block;
}
.noti_dropbox .dropdown-menu .dropdown-item:hover{color:#fff;}
.noti_dropbox .list-group .date_time small{
    white-space:nowrap;
    padding-left:5px;
}
.header-list ul li a:hover{
    background:#FF8303;
    color:#fff;
}
/*.noti_dropbox .dropdown-menu .dropdown-item:hover{
    color:#fff !important;
}*/
.dash-block-main{
    padding: 45px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.dashhead{
    margin: 0 0 20px;
}
.dashhead .row{align-items: center;}
/*.dash-block-main h2{
    font-size: 27px;
    font-weight: bold;
    color: #000;
    margin: 0;
}*/
.dash-block-main h2 a{
    font-size: 15px;
    font-weight: 600;
    color: #FF8303;
    margin-left: 10px;
}
.dash-block-main h2 a i{margin-left: 5px;}
.dash-block-main h2 a:hover{
    color: #777;
}
.dashhead .btn-main{
    padding: 15px 30px;
    background: #FFECD8;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #FF8303;
    float: right;
    display: inline-block;
    text-transform: uppercase;
}
.dashhead .btn-main i,.dashhead .btn-main em{
    margin-right:8px;
}
.dashhead .btn-main:hover{
    background: #FF8303;
    color: #fff;
}
.dashhead ul{
    display: flex;
    align-items: center;
    margin: 5px 0 0;
}
.dashhead ul li{
    margin: 0 25px 0 0;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #FF8303;
    position: relative;
}
.dashhead ul li:last-child{margin: 0;}
.dashhead ul li:after{
    position: absolute;
    content:"\f105";
    font-family:"Font Awesome 5 Pro";
    color: #A1A1A1;
    font-size: 15px;
    right: -15px;
    top: 0;
}
.dashhead ul li:last-child:after{display: none;}
.dashhead ul li a{
    color: #A1A1A1;
}
.dash-frm .form-group{
    position: relative;
    margin: 15px 0 40px;
}
.dash-frm .form-group label{
    padding: 0 5px;
    background: #fff;
    display: table;
    font-size: 16px;
    font-weight: 500;
    color: #A1A1A1;
    position: absolute;
    top:-12px;
    left: 8px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.dash-frm .form-group em{
    font-size: 17px;
    color: #A1A1A1;
    opacity: 0.50;
    position: absolute;
    top: 20px;
    right: 15px;
}
.dash-frm .form-group .form-control{
    padding:15px 20px 15px 15px;
    border-radius:5px;
    border:1px solid #A1A1A1;
    height:auto;
    box-shadow:none;
    font-size:14px;
    font-weight:500;
    color:#A1A1A1;
    transition:.4s linear;
    -webkit-transition:.4s linear;
    resize:none;
}
.dash-frm .form-group.active label{
    color: #FF8303;
}
.dash-frm .form-group.active .form-control{
    border: 1px solid #FF8303;
}
.assessment-choice h6{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 25px;
}
.dash-frm .assessment-choice ul li{
    width: 20%;
}
.dash-frm .assessment-choice ul li .pro-typbx{
    background: rgba(255,131,3,0.05);
    border-radius: 5px;
}
.dash-frm .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dash-frm .btn-group .btn-main, .purchase_plan{
    padding: 10px 30px;
    background: #FF8303;
    border-radius: 5px;
    border: 2px solid #FF8303;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.dash-frm .btn-group .btn-main.cnlbtn{
    margin-right: 15px;
    background: #fff;
    color: #FF8303;
}
.dash-frm .btn-group .btn-main:hover, .purchase_plan:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}

.dash-block-main .dashhead + .profile-block{
    padding: 30px;
    border-radius: 5px;
    background: #F9F9F9;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
}
.dash-block-main .dashhead + .profile-block img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.dash-block-main .dashhead + .profile-block h2{
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    line-height: 28px;
    padding-left: 25px;
}
.dash-block-main .dashhead + .profile-block h2 a{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #FF8303;
    margin: 0;
}
.dash-block-main .dashhead + .profile-block h2 a:hover{
    color: #777;
}

.dash-review-row{margin: 0 0 35px;}
.dash-rw-bx{
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgba(161,161,161,0.30);
    display: flex;
    align-items: center;
}
.dhs-img{
    display: flex;
    align-items: center;
}
.dhs-img h3{
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}
.coub{
    margin-left: auto;
}
.coub h4{
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #FF8303;
}
.profilefmr h4{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 25px;
}


.cus-assessment-box{
    border: 1px solid rgba(161,161,161,0.50);
    margin: 0 0 35px;
    border-radius: 5px;
}
.cus-ass-add{
    padding: 30px;
    border-bottom: 1px solid rgba(161,161,161,0.30);
    display: flex;
    align-items: center;
}
.cus-ass-add h3{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.cus-ass-add h3 span{
    font-size: 13px;
    font-weight: 500;
    color: #A1A1A1;
    margin-left: 10px;
}
.cus-ass-add a{
    font-size: 14px;
    font-weight: 600;
    color: #FF8303;
    margin-left: auto;
}
.cus-ass-add a:hover{
    color: #777;
}
.cus-asset-lst{
    padding: 30px;
}
.cus-asset-lst ul{
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.cus-asset-lst ul li{
    width: 33.33%;
    padding: 0 10px;
}
.progress-bx {
    padding: 25px;
    background: #fbecd8;
    border-radius: 15px;
    border: 1px solid #e2e2e2;
}
.progress-bx h4{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0  0 15px;
}
.pro-act{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-act a i, .pro-act a em{
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    line-height: 35px;
    font-size: 15px;
    color: #666666;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.pro-act a:last-child i, .pro-act a:last-child em{margin: 0;}
.pro-act a i:hover, .pro-act a em:hover{
    background: #000;
    color: #fff;
}

.progress-bx .progress, .process_flex .progress{
    width: 120px;
    height: 120px;
    background: transparent;
    box-shadow: none;
}
.progress .track, .progress .fill{
    fill: rgba(0, 0, 0, 0);
    stroke-width:10;
    transform: rotate(90deg)translate(0px, -80px);
}
.progress .track{
    stroke: #fff;
}
.progress .fill {
    stroke: rgb(255, 255, 255);
    stroke-dasharray: 219.99078369140625;
    stroke-dashoffset: -219.99078369140625;
    transition: stroke-dashoffset 1s;
}
.progress.blue .fill {
    stroke: #FF8303;
}
.progress .value, .progress .text {
    fill: #666666;
    text-anchor: middle;
    font-size: 14px;
    font-weight: bold;
}
.progress-bx .progress .text {
    font-size: 12px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    background: transparent;
    margin: 0 auto 25px;
    display: table;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 50%;
}

.search-country-block{
    padding: 30px;
    background: #FFF9F3;
    border-radius: 5px;
}
.search-country-block h4{
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    display: flex;
    align-items: center;
}
.search-country-block h4 a{
    margin-left: auto;
    font-weight: bold;
    color:#FF8303;
    font-size: 13px;
}
.search-country-block h4 a:hover{color: #777;}
.search-country-block ul::-webkit-scrollbar {display: none;}
.search-country-block ul{-ms-overflow-style: none;  /* IE and Edge */ scrollbar-width: none;  /* Firefox */}
.search-country-block ul{
    margin: 0 -10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.search-country-block ul li{
    padding: 0 10px;
    display: inline-block;
}
.search-country-block ul li a{
    padding: 10px;
    display: block;
    width: 100px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(112,112,112,0.30);
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    text-align: center;
}
.search-country-block ul li a:hover{
    background: #000;
    color: #fff;
}

.main-ass-probx{
    padding: 30px;
    border-radius: 5px;
    background: #FFECD8;
    margin: 0 0 30px;
}
.main-ass-probx h3{
    font-size: 23px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 0 0 15px;
}
.proibtact{
    display: flex;
    align-items: center;
    justify-content: center;
}
.proibtact .btn-main{
    padding: 12px 30px;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #FF8303;
    text-transform: uppercase;
    margin-right: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.proibtact a i{
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #FF8303;
    display: block;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.proibtact .btn-main:hover,
.proibtact a i:hover{
    background: #FF8303;
    color: #fff;
}

.sone-asse-highlights{
    padding: 25px 0;
    background: #EFEFEF;
    border-radius: 5px;
}

.sone-asse-highlights .accordion{
    margin:0px 0 0;
}
.sone-asse-highlights .accordion-item{
    border: none;
    border-radius: 0;
    background-color: transparent;
    margin: 0 0 0;
}
.sone-asse-highlights .accordion .accordion-button{
    border-radius: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    border-bottom: 1px solid #A1A1A1;
    padding:20px 30px;
    background: transparent;
}
.sone-asse-highlights .accordion-item:last-child .accordion-button{border-bottom: none;}
.sone-asse-highlights .accordion .accordion-button span{
    display: block;
}
.sone-asse-highlights .accordion-button:focus{
    box-shadow: none;
    outline: none;
}
.sone-asse-highlights .accordion-button:not(.collapsed){
    box-shadow: none;
    color: #FF8303;
    background-color: transparent;
}
.sone-asse-highlights .accordion-item:last-child .accordion-button:not(.collapsed){
    border-bottom: 1px solid #A1A1A1;
}
.sone-asse-highlights .accordion-body{
    padding: 15px 30px;
    margin: 0 0 0px;
}
.sone-asse-highlights .accordion-body p{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    color:#A1A1A1;
    margin: 0;
}
.sone-asse-highlights .accordion-body a{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #A1A1A1;
    margin: 0 0 10px;
}
.sone-asse-highlights .accordion-body a:last-child{margin: 0;}
.sone-asse-highlights .accordion-body a:hover{
    color: #FF8303;
}
/*.accordion-button::after{
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    background-image: none;
}
.accordion-button:not(.collapsed)::after{
    content: "\f077";
    background-image: none;
    color: #FF8303;
    transform: rotate(0);
}*/

.points-mini-dt{
    border: 1px solid rgba(161,161,161,0.50);
    border-radius: 5px;
}
.point-tabs-dt{    
    border-bottom: 1px solid rgba(161,161,161,0.50);
    padding: 0 30px;
}
.point-tabs-dt .row{align-items: center;}
.point-tabs .nav-tabs{border: none;}
.point-tabs .nav-tabs li{
    margin: 0 25px 0 0;
}
.point-tabs .nav-tabs li:last-child{margin: 0;}
.point-tabs .nav-tabs li button{
    padding: 30px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #1A1A1A;
    display: block;
    border-radius: 0;
    border: none;
    margin: 0;
    position: relative;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
/*.point-tabs .nav-tabs li button:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background: #FF8303;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}*/
.point-tabs .nav-tabs li button:hover{
    color: #FF8303;
}
.point-tabs .nav-tabs .nav-item.show .nav-link, .point-tabs .nav-tabs .nav-link.active{
    color: #FF8303;
    background: transparent;
}
.point-tabs .nav-tabs .nav-link.active:after{width: 100%;}
.breadcrumbbx ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 5px 0 0;
}
.breadcrumbbx ul li{
    margin: 0 25px 0 0;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #FF8303;
    position: relative;
}
.breadcrumbbx ul li:last-child{margin: 0;}
.breadcrumbbx ul li:after{
    position: absolute;
    content:"\f105";
    font-family:"Font Awesome 5 Pro";
    color: #A1A1A1;
    font-size: 15px;
    right: -15px;
    top: 0;
}
.breadcrumbbx ul li:last-child:after{display: none;}
.breadcrumbbx ul li a{
    color: #A1A1A1;
}

.points-lst{
    padding: 15px 30px;
    border-bottom: 1px solid rgba(161,161,161,0.50);
}
.que-lst ul::-webkit-scrollbar {display: none;}
.que-lst ul{-ms-overflow-style: none;  /* IE and Edge */ scrollbar-width: none;  /* Firefox */}
.que-lst ul{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: move;
}
.que-lst ul li{
    display: inline-block;
    margin: 0 15px 0 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    background: #FFF9F3;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    position: relative;
}
.que-lst ul li i{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    background: #FF8303;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.que-lst ul li:last-child{margin: 0;}
.que-lst ul li i{
    display: none;
}
.que-lst ul li.completed i{
    display: block;
}
.takeact-bx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.takeact-bx a.btn-main{
    padding: 12px 30px;
    background: #FF8303;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.takeact-bx a i{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    background: #FFF9F3;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.takeact-bx a.btn-main:hover,
.takeact-bx a i:hover{
    background: #000;
    color: #fff;
}

.questions-box{
    padding: 25px 30px;
}
.que-txt{
    display: flex;
    align-items: center;
}
.que-txt a{
    margin-left: auto;
}
.que-txt a i, .que-txt a em{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    background: #FFF9F3;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.que-txt a i:hover, .que-txt a em:hover{
    background: #000;
    color: #fff;
}
.qubx{
    display: flex;
    align-items: center;
}
.que-txt span{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size:13px;
    font-weight: bold;
    color: #FF8303;
    border: 1px solid rgba(112,112,112,0.30);
    display: inline-block;
    text-align: center;
}
.que-txt h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    margin: 0 0 0 15px;
}
.que-ans-bx{
    padding: 15px 0 0 60px;
}


.que-ans-bx ul{display: flex;align-items: center;}
.que-ans-bx ul li{margin: 0 25px 0 0;}
.que-ans-bx ul li:last-child{margin: 0;}
.cusrad [type="radio"]:checked,
.cusrad [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.cusrad [type="radio"]:checked + label,
.cusrad [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left:35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color:#000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.cusrad [type="radio"]:checked + label:before,
.cusrad [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #FF8303;
    border-radius: 100%;
    background: #fff;
}
.cusrad [type="radio"]:checked + label:after,
.cusrad [type="radio"]:not(:checked) + label:after {
    content: "\f00c";
    width:23px;
    height:23px;
    background: #FF8303;
    font-family: "Font Awesome 5 Pro";
    line-height: 23px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.cusrad [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cusrad [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.que-ans-bx ul{
    margin: 0 0 35px;
}

.wirterbx .form-group{
    position: relative;
    margin: 15px 0 40px;
}
.wirterbx .form-group label{
    padding: 0 10px;
    background: #fff;
    display: table;
    font-size: 16px;
    font-weight: 500;
    color: #A1A1A1;
    position: absolute;
    top:-12px;
    left:10px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.wirterbx .form-group i{
    font-size: 17px;
    color: #A1A1A1;
    opacity: 0.50;
    position: absolute;
    top: 20px;
    right: 15px;
}
.wirterbx .form-group .form-control{
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
    border: 1px solid #A1A1A1;
    height: auto;
    box-shadow:none;
    font-size: 14px;
    font-weight: 500;
    color: #A1A1A1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    resize: none;
}
.wirterbx .form-group.active label{
    color: #FF8303;
}
.wirterbx .form-group.active .form-control{
    border: 1px solid #FF8303;
}

.wirterbx .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wirterbx .btn-group .btn-main{
    padding: 10px 30px;
    background: #FF8303;
    border-radius: 5px;
    border: 2px solid #FF8303;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.wirterbx .btn-group .btn-main.clearbtn{
    margin-right: 15px;
    background: #fff;
    color: #FF8303;
}
.wirterbx .btn-group .btn-main:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}

.dashlogo img{
    height: 40px;
}
.header-list ul li.desk-search-bx{width: 100%;}
.header-list ul li.mobilebar,
.header-list ul li.mobile-serch,
.header-list ul li.dashlogo{display: none;}
.header-list ul li.dashlogo a{width: auto;height: auto;border-radius: 0;background-color: transparent;}

.mobile-sefix{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
}
.mobile-sefix .collapse {
    padding: 15px;
    border: none !important;
}
.mobile-sefix .form-group {
    margin: 0 0 0;
    position: relative;
    width: 100%;
}
.mobile-sefix .form-group .form-control {
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px 15px 25px;
    border: none;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}
.mobile-sefix .srh-btn{
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: pointer;
    transform: translate(0, -50%);
    font-size: 16px;
    color: #000;
}
.mobile-sefix .srh-btn:hover{
    color: #FB7F76;
}
.free-asse-congo{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.assement-congobx{
    width:750px;
    padding:30px 15px;
}
.assement-congobx img{
    margin:0 auto 25px;
}
.assement-congobx h1{
    font-size: 44px;
    font-weight: bold;
    color: #474747;
    text-align: center;
    margin: 0 0 15px;
}
.assement-congobx p{
    font-size: 16px;
    font-weight: 500;
    color: #7B7B7B;
    text-align: center;
    margin: 0 0 15px;
}
.assement-congobx .assessment-choice li{
    width: 33.33%;
}
.assement-congobx .assessment-choice ul li .pro-typbx{
    background: #FFF7EE;
}
.assement-congobx .btn-group{
    display: block;
    width: 80%;
    margin: 25px auto 0;
}
.assement-congobx .btn-group .btn-main{
    margin: 0 0 20px;
    display: block;
    width: 100%;
    padding: 15px 15px;
    border-radius: 5px;
    background: #FF8303;
    border: 2px solid #FF8303;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.assement-congobx .btn-group .btn-main.chobtn{
    background: transparent;
    color: #FF8303;
    margin: 0;
}
.assement-congobx .btn-group .btn-main:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
/* **** End Main Right **** */

/* **** Verify Pages **** */
.otp-block{
    display: flex;
    align-items: center;
    margin: 0 -5px 35px;
}
.otp-block .otp{
    width: 16.66%;
    margin: 0 5px 0px;
    padding: 15px 15px;
    border: 1px solid #A1A1A1;
    border-radius: 5px;
    box-shadow: none;
    height: auto;
    font-size: 23px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.otp-block .otp:focus-visible,
.otp-block .otp:focus{
    border-color:#FF8303;    
}
.otp-block + .error-message{
    position:relative;
    top:-18px;
}
.signin-block h6{
    text-align: center;
    margin: 25px 0 0;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}
.signin-block h6 a{
    color: #FF8303;
}
.signin-block h6 a:hover{color: #777;}
/* **** End Verify Pages **** */

/* **** Packages Page **** */
.packages-wrp{
    padding: 60px 0;
    width: 100%;
}
.packages-wrp h1{
    font-size: 27px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin: 0 0 30px;
}
.subs-pckg{
    width: 480px;
    margin: 0 auto 45px;
}
.subs-pckg .form-group{
    position: relative;
    margin: 15px 0 40px;
}
.subs-pckg .form-group label{
    padding: 0 10px;
    background: #fff;
    display: table;
    font-size: 16px;
    font-weight: 500;
    color: #A1A1A1;
    position: absolute;
    top:-12px;
    left: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.subs-pckg .form-group i{
    font-size:17px;
    color:#A1A1A1;
    opacity:0.50;
    position:absolute;
    top:20px;
    right:15px;
}
.subs-pckg .form-group .form-control, .subs-pckg .form-group input{
    padding:15px 45px 15px 20px;
    border-radius:5px;
    border:1px solid #A1A1A1;
    height:auto;
    box-shadow:none;
    font-size:14px;
    font-weight:500;
    color:#A1A1A1;
    transition:.4s linear;
    -webkit-transition:.4s linear;
    resize:none;
    width:100%;
}
.subs-pckg .form-group.active label{
    color: #FF8303;
}
.subs-pckg .form-group.active .form-control{
    border: 1px solid #FF8303;
}
.sub-choice{
    display: flex;
    align-items: center;
}
.sub-choice p{
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    color: #000;
}
.sub-choice ul{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.sub-choice ul li{
    margin-right: 35px;
}
.sub-choice ul li:last-child{margin: 0;}
.pakradbx [type="radio"]:checked,
.pakradbx [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.pakradbx [type="radio"]:checked + label,
.pakradbx [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.pakradbx [type="radio"]:checked + label:before,
.pakradbx [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #A1A1A1;
    border-radius: 100%;
    background: #fff;
}
.pakradbx [type="radio"]:checked + label:before{
    border: 1px solid #FF8303;
}
.pakradbx [type="radio"]:checked + label:after,
.pakradbx [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #FF8303;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pakradbx [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pakradbx [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.packages-list-wrp table{margin: 00}
.packages-list-wrp table thead th{
    padding: 15px 25px;
    background: #FFF7EE;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    border: none;
    text-align: center;
    border: 1px solid rgba(112,112,112,0.10);
    border-bottom: none;
}
.packages-list-wrp table thead th:first-child{border-radius: 5px 0 0 0;text-align: left;}
.packages-list-wrp table thead th:last-child{border-radius:0px 5px 0 0;}
.packages-list-wrp table tbody td:first-child{
    background:#FFF7EE;
    text-align: left;
    width: 25%;
}
.packages-list-wrp table tbody td{
    padding: 15px 15px;
    background:#fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #797979;
    border: 1px solid rgba(112,112,112,0.10);
    vertical-align: middle;
}
.packages-list-wrp table tbody td i{
    text-align: center;
    color: #FF8303;
    font-size: 20px;
}
.packages-list-wrp table tbody td h4{
    margin: 0;
    padding:10px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.packages-list-wrp table tbody td.actionpack{border: none;padding: 25px 25px;}
.packages-list-wrp table tbody td.actionpack .btn-main{
    padding: 12px 22px;
    background: #FF8303;
    border: 2px solid #FF8303;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display:block;
    text-transform: uppercase;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    white-space:nowrap;
}
.packages-list-wrp table tbody td.actionpack .btn-main.trybtn{
    background: #fff;
    color: #FF8303;
}
.packages-list-wrp table tbody td.actionpack .btn-main:hover{
    background: #000;
    color: #fff;
    border-color: #000;
}
/* **** End Packages Page **** */

/* **** Subscription Page **** */
div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_filter input,
.example_filter .form-control{
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #A1A1A1;
    height: auto;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    color: #A1A1A1;
}
div.dataTables_wrapper div.dataTables_length select{
    width:100px;
    min-width:100px;
}
.subscriptions-tbles table{
    margin:0;
}
.subscriptions-tbles table thead th{
    padding:15px 0;
    border:none;
    font-size:15px;
    font-weight:600;
    color:#000;
    min-width: 132px;
}
.subscriptions-tbles table tbody td{
    padding:15px 5px;
    border:none;
    border-top:1px solid rgba(161,161,161,0.50);
    font-size:14px;
    font-weight:500;
    box-shadow:none;
    color:#111;
}
.subscriptions-tbles table tbody td label{
    padding:5px 15px;
    background:rgba(47,177,130,0.10);
    border-radius:4px;
    color:#2FB182;
    font-size:12px;
    font-weight:bold;
    margin:0;
    text-transform:uppercase;
    width:auto;
    min-width:82px;
    text-align:center;
}
.subscriptions-tbles table tbody td label.yellow{
    background: rgba(255,174, 0, 0.10);
    color: #FFAE00;
}
.subscriptions-tbles table tbody td label.red{
    background: rgba(218,47,88, 0.10);
    color: #DA2F58;
}
.subscriptions-tbles table tbody td ul li{
    display: inline-block;
    margin-right: 10px;
}
.subscriptions-tbles table tbody td ul li:last-child{
    margin-right: 0;
}
.subscriptions-tbles table tbody td ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(166,166,166,0.2);
    height: 30px;
    width: 30px;
    border-radius: 100%;
    font-size: 13px;
    color: #000;
}
.subscriptions-tbles table tbody td ul li a:hover{
    color:#FF8303;
}
.subscriptions-tbles table tbody td ul li a span {
    line-height: normal;
}
#example_wrapper .row:last-child{
    background:rgba(166,166,166,0.05);
    margin: 0;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
}
div.dataTables_wrapper div.dataTables_info{
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #666;
}
.page-item.active .page-link{
    background: #FF8303;
    color: #fff;
    border-color: #FF8303;
    outline: none;
    box-shadow: none;
}
.page-item.disabled .page-link{
    border-color: #FF8303;
    color: #FF8303;
    outline: none;
    box-shadow: none;
}
/* **** End Subscription Page **** */



/* **** particular Page **** */ 
.particular-wrp .dash-block-main{
    padding: 0;
}
.particular-wrp .dash-block-main .dashhead{
    padding: 45px 45px 0;
}
.particular-block table{
    margin: 0;
}
.particular-block table tbody tr td,
.particular-block table tbody tr th{
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #000;
    padding: 25px;
    border: 1px solid rgba(166,166,166,0.3);
}
.particular-block table tbody tr:last-child td,
.particular-block table tbody tr:last-child th{
    border-bottom:none;
    padding-bottom: 70px;
}
.particular-block table tbody tr td{
    font-weight: 600;
}
.particular-block table tbody tr td:first-child,
.particular-block table tbody tr th:first-child{
    border-left:none;
    width: 300px;
}
.particular-block table tbody tr td:last-child,
.particular-block table tbody tr th:last-child{
    border-left:none;
    border-right:none;
}
.particular-block table tbody tr td span{
    float: right;
    font-weight: 500;
    color: #a1a1a1;
}
.particular-block table tbody tr td span img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.particular-block table tbody tr td label{
     padding: 5px 15px;
    background: rgba(47,177,130,0.10);
    border-radius: 4px;
    color: #2FB182;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    width: 82px;
    text-align: center;
}
/* **** End particular Page **** */ 

/*10 jan 2022*/
.alert-dismissible{
    display:flex;
    align-items:flex-start;
}
.alert-dismissible .close{
    font-size:22px;
    color:red;
    line-height:24px;
    margin-right:5px;
    position:relative;
    left:-4px;
}
.alert-dismissible p{
    margin:0;
}
.dash-frm .form-group .form-control option{
    display:table;
    padding:4px;
    min-width:190px;
}
/*input[type="date"]::-webkit-calendar-picker-indicator{
    bottom: 0;
    cursor: pointer;
    height: auto;
    left:0;
    right: 10px;
    position: absolute;
    top: 0;
    width: auto;
    margin:auto;
    background-size:20px;
    background-position:right center;
}*/
div.dataTables_wrapper div.dataTables_length label{
    display: inline-flex;
    align-items: center;
}
div.dataTables_wrapper div.dataTables_length select{
    margin: 0 6px;
}
.dataTables_filter{
    text-align: end;
}
.dataTables_filter label{
    display: inline-flex;
    align-items: center;
}
.dataTables_paginate .pagination{
    justify-content: flex-end;
}
.dataTables_filter label input.form-control{
    margin-left:6px;
}
.profile-block .problockc{
    margin-bottom:0;
    align-items:center;
}
.profile-block .problockc .conbx h4{
    margin-bottom:0;
}
.subscriptions-tbles table tbody td ul{
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    white-space: normal;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-end;
}
/*.subscriptions-tbles table tbody td .dropdown-item {
    width: auto;
    display: inline-block;
}*/
.modal-header .close {
    background: red;
    border: 0;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 24px;
    position: relative;
    top: -28px;
    right: -28px;
}
.subscriptions-tbles table tbody td:last-child, .subscriptions-tbles table thead th:last-child {
    max-width: 150px;
}
.subscriptions-tbles .dataTables_wrapper, .dash-block-main .dashhead {
    padding: 0 15px;
}
.active-st, .inactive-st {
    padding: 5px 15px;
    background: rgba(47,177,130,0.10);
    border-radius: 4px;
    color: #2FB182;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    width: 82px;
    text-align: center;
}
.inactive-st{
    background:rgba(218,47,88, 0.10);
    color:#DA2F58;
}
.subscriptions-tbles table tbody td:last-child ul li {
/*    margin-right: 5px;*/
    vertical-align: bottom;
}
.particular-wrp .dash-block-main .particular-block {
    padding: 0 45px;
}
th.sorting:last-child:after, th.sorting:last-child:before{
    display:none !important;
}
.header-list ul li .form-group .box_information i {
    color: #FF8303;
    font-size: 18px;
}
.box_information {
    background: #fbecd8;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 6px;
    height: 30px;
    padding-left: 22px;
    position: relative;
    z-index: 9;
    margin-top: -23px;
    margin-bottom: 10px;
}
.box_information {
    position: relative;
    z-index: 1;
    margin-top: -20px;
    right: 0;
    top: 10px;
}
.box_information p a {
    color: #ff8403;
}
.header-list .box_information p {
    margin: 0;
    line-height: normal;
}
.header-list .box_information a {
    width: auto;
    height: auto;
    background: transparent;
    display: inline;
    font-size: 14px;
    color: #FF8303;
}
.search-country-block {
    display: none;
}
/* **** Dropdown **** */
.header-list ul.dropdown-menu{
    display: none;
}
.header-list ul.dropdown-menu.show{
    display: block;
}
.header-list .dropdown button.dropdown-toggle{
    width: 55px;
    height: 55px;
    background: #F9F9F9;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    color: #666666;
    font-size: 18px;
    border:none;
    display: block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header-list .dropdown-toggle::after{
    display: none;
}
.header-list .dropdown button.dropdown-toggle:hover {
    background: #FF8303;
    color: #fff;
}
.user-dropdown .dropdown-menu{
    width: 210.52px;
    background: #fff;
    border: none;
    filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.06));
    margin-top: 10px !important;
}
.user-dropdown .dropdown-menu:before{
    position: absolute;
    content: "";
    height: 11px;
    width: 14px;
    background-image: url(../images/union2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 19px;
    top: -8px;
}
.user-dropdown .dropdown-menu .dropdown-item{
    height: auto;
    width: auto;
    border-radius: 0;
    text-align: left;
    padding: 12px 20px;
    line-height: unset;
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #a1a1a1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.user-dropdown .dropdown-menu .dropdown-item i{
    color: #666666;
    padding-right: 20px;
    font-size: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.user-dropdown .dropdown-menu .dropdown-item:hover{
    background: transparent;
    color: #FF8303;
}
.user-dropdown .dropdown-menu .dropdown-item:hover i{
    color: #FF8303;
}
.bell-dropdown .dropdown-menu{
    width: 414.22px;
    height: 546.82px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.06);
    border: none;
    margin-top: 10px !important;
}
.bell-dropdown .dropdown-menu:before{
    position: absolute;
    content: "";
    height: 11px;
    width: 14px;
    background-image: url(../images/union2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 19px;
    top: -8px;
    padding: 0;
}
.bell-dropdown .dropdown-menu label{
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #ff8303;
    border-radius: 6px;
    background: #fff7ee;
    margin: 25px 25px 0; 
    padding: 12px;
}
.bell-dropdown .dropdown-menu .dropdown-item{
    height: auto;
    white-space: normal;
    width: auto;
    border-radius: 0;
    text-align: left;
    padding: 12px 20px;
    line-height: unset;
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #a1a1a1;
    display: flex;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 0 70px 0 25px;
    margin-top: 20px;
}
.bell-dropdown .dropdown-menu .dropdown-item img{
    height: 65px;
    width: 65px;
    border-radius: 100%;
    object-position: center;
    object-fit: cover;
    margin-right: 17px;
}
.bell-dropdown .dropdown-menu .dropdown-item strong{
    font-weight: 600;
    font-size: 16px;
    color: #000;
    display: block;
}
.bell-dropdown .dropdown-menu .dropdown-item span{
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    text-align: left;
    color: #a1a1a1;
    display: block;
}
.bell-dropdown .dropdown-menu .dropdown-item i{
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
    color: #a1a1a1;
    position: absolute;
    top: 10px;
    right: 25px;
}
.bell-dropdown .drop-foot{
    border-radius: 0px 0px 6px 6px;
    background: #fff7ee;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.06);
    padding: 12px 25px 11px;
    margin-top: 20px;
}
.bell-dropdown .drop-foot a{
    font-weight: 600;
    font-size: 13px;
    color: #a1a1a1;
    height: auto;
    width: auto;
    line-height: unset;
    background: transparent;
    display: inline-block;
}
.bell-dropdown .drop-foot a.view-link{
    float: right;
}
.bell-dropdown .drop-foot a:hover{
    background: transparent;
    color: #000;
}
/* **** End Dropdown **** */

.mobile-packages{
    display: none;
}
.packages-head{
    padding: 15px 25px;
    background: #FFF7EE;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    border: none;
    text-align: center;
    border: 1px solid rgba(112,112,112,0.10);
    border-bottom: none;
    margin: 30px 0 0;
}
.mobile-packages li{
    padding: 15px 25px;
    background: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #797979;
    border: 1px solid rgba(112,112,112,0.10);
    vertical-align: middle;
}
.mobile-packages li i{
    text-align: right;
    float: right;
    color: #FF8303;
    font-size: 20px;
}
.mobile-packages li strong{
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 800;
}
.mobile-packages .btn-main {
    padding: 12px 25px;
    text-align: center;
    background: #FF8303;
    border: 2px solid #FF8303;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-transform: uppercase;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}




/* **** customer dashboard **** */
.securresources-block .resources-box{
    border: 1px solid rgba(161,161,161,0.50);
    margin: 0 0 35px;
    border-radius: 5px;
}
.securresources-block .resources-box .box-head{
    padding: 25px 18px;
    border-bottom: 1px solid rgba(161,161,161,0.50);
}
.securresources-block .resources-box h3{
    font-family: Gilroy;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #000;
    margin: 0;
}

.securresources-block .resources-box .box-body{
    padding: 25px 18px;
}
.securresources-block .resources-box .box-body ul li{
    margin: 0 0 34px;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #a1a1a1;
}
.securresources-block .resources-box .box-body ul li span{
    float: right;
    color: #000;
    font-weight: bold;
    position: relative;
}
.securresources-block .resources-box .box-body ul li:last-child{
    margin: 0;
}

.box-body input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}
.box-body label {
    cursor: pointer;
    text-indent: -9999px;
    width: 35px;
    height: 19px;
    background: #A1A1A1;
    display: block;
    border-radius: 30px;
    position: relative;
}
.box-body label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius:100%;
    transition: 0.3s;
}
.box-body input:checked + label {
    background: #FF8303;
}
.box-body input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}


.box-body .box-info-box{
    padding: 25px 28px;
    border-radius: 5px;
    background: #fff7ee;
    margin-top: 10px;
}
.box-body .box-info-box h2{
    font-weight: bold;
    font-size: 34px;
    color: #000;
    margin: 0;
}
.box-body .box-info-box p{
    font-weight: 500;
    font-size: 16px;
    color: #a1a1a1;
    margin: 0;
}
.chart-block .box-body{
    height: 185px;
    overflow: hidden;
}

#chart {
  width: 300px;
  height:300px;
  margin: -30px auto 0;
  display: table;
}


.task-box{
    padding: 24px 18px;
}
.task-box ul li.info-box{
    padding: 16px 17px 14px 32px;
    background: #FFF7EE;
    margin: 0 0 15px;
    display: flex; 
    width: 100%;
    align-items: flex-start;
    position: relative;
}
.task-box ul li:last-child{
    margin: 0;
}
.task-box .time-clock i{
    width: 23px;
    height: 23px;
    background: #fff;
    filter: drop-shadow(0px 1px 15px #e3e3e3);
    font-size: 14px;
    display: flex;
    color: #A1A1A1;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 11px;
}
.task-box .time-clock.active i{
    color: #FF8303;
}
.task-box ul li.info-box strong{
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
}
.task-box ul li.info-box strong label span{
    border-radius: 2px;
    background:red;
    font-weight: 500;
    font-size: 8px;
    text-align: center;
    color: #fff;
    padding: 6px 0 5px;
    margin-left: 8px;
    width: 70px;
    display: inline-block;
}
.task-box ul li.info-box strong label span.hold{
    background: #a30505;
}
.task-box ul li.info-box strong label span.in_process{
    background: #FFC107;
}
.task-box ul li.info-box strong label span.completed{
    background: #28a745;
}
.task-box ul li.info-box p{
    margin: 4px 0 0;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #a1a1a1;
}
.task-box ul li.info-box p span{
    display: inline-block;
    position: relative;
    margin-left: 6px;
    padding-left: 10px;
}
.task-box ul li.info-box p span:before{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #000;
    opacity: 0.2;
    left: 0;
    top: 50%;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.task-box ul li.info-box .edit-box ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 16px;
    right: 17px;
}
.task-box ul li.info-box .edit-box ul li{
    margin-right: 7px;
}
.task-box ul li.info-box .edit-box ul li:last-child{
    margin: 0;
}
.task-box ul li.info-box .edit-box ul li a{
    height: 37px;
    width: 37px;
    border-radius: 100%;
    background: #fff;
    color: #A1A1A1;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
}
.task-box ul li.info-box .edit-box ul li a:hover{
    background: #FF8303;
    color: #fff;
}

.staff-box{
    padding: 24px 18px;
}
.staff-box ul li{
    background: #fff7ee;
    margin: 0 0 15px;
    padding: 21px 30px 16px;
    display: flex;
    align-items: center;
}
.staff-box ul li img{
    height: 46px;
    width: 46px;
    border-radius: 100%;
    filter: drop-shadow(0px 1px 15px #e3e3e3);
    object-position: center;
    object-fit: cover;
    margin-right: 15px;
}
.staff-box ul li h5{
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #000;
    margin: 0 0 5px;
}
.staff-box ul li p{
    font-family: Gilroy;
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    color: #a1a1a1;
    margin: 0;
}
.staff-box .view-link{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #a1a1a1;
    display: block;
    margin:64px 0 0;
}
/* **** End customer dashboard **** */



/* **** progress-bx **** */

.subtraction-wrp .progress-bx{
    margin: 0 0 35px;
    padding: 35px 0 0;
    border-radius: 6px;
    overflow: hidden;
}
.subtraction-wrp .progress-bx .progress{
    background: #fff;
    height: 180px;
    width: 180px;
    position: relative;
    box-shadow: none;
    margin: 0 auto 25px;
    display: table;
}
.subtraction-wrp .progress-bx .progress .value{
    color: transparent;
    fill:#fff;
}
.progress-img-box{
    position: relative;
    margin: 0 auto;
    display: table;
}
.progress-img-box img{
    position: absolute;
    left: 50%;
    top: 45%;
    max-width: 100%;
    width: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.subtraction-wrp .progress-bx .progress-info h3{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #000;
    margin: 0;
}
.subtraction-wrp .progress-bx .progress-info span{
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #a1a1a1;
    display: block;
}

.progress-foot{
    border-top: 0.1px solid rgba(128,128,128,0.2);
    padding: 14px 0 15px;
    margin: 30px 0 0;
    position: relative;
}
.progress-foot:after{
    position: absolute;
    content: "";
    background: #fff;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100%;
    left: -12px;
    top: -12px;
}
.progress-foot:before{
    position: absolute;
    content: "";
    background: #fff;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100%;
    right: -12px;
    top: -12px;
}
.progress-foot p{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #808080;
    margin: 0;
}


/* **** DropDown **** */
.header-list ul li .dropdown-menu li{
    margin: 0;
}
.dropdown-info-box{
    height: 425px;
    overflow: auto;
}
/* **** End DropDown **** */


/* **** subtraction-box **** */
.subtraction-box {
    background-color: #FFF7EE;
    border-radius: 5px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    margin: 0 0 45px;
    min-height: 105px;
}
.subtraction-box img{
    max-width: 100%;
    margin-right: 20px;
}
.subtraction-box .progress-info span{
    font-weight: 500;
    font-size: 16px;
    color: #A1A1A1;
    display: block;
}
.subtraction-box .progress-info h3{
    font-weight: bold;
    font-size: 26px;
    color: #000;
    margin: 0;
}
/*.signin-block .form-wizard .form-wizard-steps li.active {
    display: block;
}*/
.progress-info{
    word-break:break-word;
}
.invalid-feedback{display: block !important;}


.dropdown.profile_dropdown.noti_dropbox span {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: red;
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
.dash-frm .form-group input#save{
    margin-right: 10px;
}
.task-box ul li.info-box .time-clock {
    padding-top: 3px;
    margin-right: 5px;
}
.deletenewmilestone_list tbody td:nth-child(3) {
    word-break: break-all;
}
.assessment-choice .disabled {
    background: transparent;
}
.assement-congobx .assessment-choice .disabled .pro-typbx{
    background-color: #e9ecef;
}


/* **** New Sidebar **** */
.dash-nav li a{
    padding: 12px 25px;
    box-shadow: none !important;
}
.dash-nav .accordion-button{
    background: #fff;
}
.dash-nav .accordion-button::after{
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 10px;
    top: 50%;
    font-size: 14px;
    color: #FF8303;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: transparent;
}
.dash-nav .accordion-button.collapsed:after {
    color: #000;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
}
.dash-nav .accordion .accordion-item {
    background-color: transparent;
    border: none !important;
}
.dash-nav .accordion-item {
    background-color: transparent;
    border: none !important;
}
.dash-nav .accordion-button:not(.collapsed) {
    background-color: #FFF7EE;
    box-shadow: none;
    color: #FF8303;
}
.dash-nav .accordion-button:not(.collapsed) .nrmlimg{
    display: none;
}
.dash-nav .accordion-button:not(.collapsed) .hovrimg{
    display: block;
}
.dash-nav .accordion-button:not(.collapsed) li.active a span img.hovrimg, 
.dash-nav .accordion-button:not(.collapsed) li a:hover span img.hovrimg {
    display: block;
}
.dash-nav .accordion .accordion-body {
    padding: 10px 25px 10px 50px;
    background: #FFF7EE;
}
.dash-nav .accordion .accordion-body a{
    font-family: Gilroy;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #656565;
    padding: 0;
    margin: 0 0 12px;
}
.dash-nav .accordion .accordion-body a:before{
    display: none;
}
.dash-nav .accordion .accordion-body a:last-child{
    margin: 0;
}
/* **** End New Sidebar **** */


/* **** integration-box **** */
.right-wrapper h2 .back-arrow{
    font-family: Gilroy;
    font-weight: bold;
    font-size: 27px;
    text-align: left;
    color: #000;
    margin-right: 15px;
}
.integration-box{
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 30px;
    margin: 0 0 30px;
}
.integration-box .box-info{
    display: flex;
    align-items: flex-start;
    min-height: 70px;
    margin: 0 0 20px;
}
.integration-box .box-info img{
    max-width: 100%;
    width: 36px;
    margin-right: 17px;
}
.integration-box .box-info h3{
    font-weight: 600;
    font-size: 21px;
    text-align: left;
    color: #000;
    margin: 0 0 6px;
}
.integration-box .box-info p{
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #000;
    margin: 0;
}
.integration-box .btn-orange{
    border-radius: 5px;
    background: #ff8303;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #fff;
    padding: 11px 34px;
    display: table;
}
.integration-box .btn-orange i{padding-right: 6px;}
.integration-box .btn-orange.connected{
    border-radius: 30px;
    background: #164B13;
}
/* **** End integration-box **** */


/* ***** integration **** */
.profilefmr .btn-back{
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #a1a1a1;
    text-transform: uppercase;
    margin-right: 15px;
}
.profilefmr .btn-back i{
    padding-right: 10px;
}
.profilefmr .btn-back:hover{
    color: #FF8303;
}
.integration-information{
    border-radius: 5px;
    background: #f9f9f9;
    padding: 30px 40px;
    margin: 0 0 60px;
}
.integration-information ul{
    display: flex;
    align-items: center;
}
.integration-information ul li{
    margin-right: 45px;
    padding-right: 45px;
}
.integration-information ul li img{
    max-width: 100%;
}
.integration-information ul li:last-child{
    margin: 0 0 0 auto;
    padding: 0;
}
.integration-information ul li:first-child{
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.integration-information h3{
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #000;
}
.integration-information ul li a{
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    color: #ff8303;
}
.integration-information ul li a i{
    padding-left: 10px;
}
.integration-information ul li a:hover{
    color: #000;
}
.question-icon{
    position: absolute;
    right: 10px;
    bottom: 15px;
}
/* ***** End integration **** */


/* **** Employee Main Block **** */
.employee-main-block{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.employee-information{
    background: #FFECD8;
    padding: 15px 60px;
    margin: 0 0 30px;
}
.employee-information .row{
    align-items: center;
}
.employee-information .user-box{
    display: flex;
    align-items: center;
    border-right: 1px solid #707070;
}
.employee-information .user-box .user-img{
    width: 88px;
    height: 88px;
    border: 1px solid #ff8303;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 20px;
}
.employee-information .user-box .user-img img{
    width: 72px;
    height: 72px;  
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.05));
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
.employee-information .user-box h3{
    font-weight: 600;
    font-size: 25px;
    text-align: left;
    color: #000;
    margin: 0 0 8px;
}
.employee-information .user-box a{
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    color: #ff8303;
    margin: 0;
}
.employee-data ul{
    display: flex;
    align-items: center;
}
.employee-data ul li{
    margin-right: 48px;
}
.employee-data ul li:last-child{
    margin-left: auto;
    margin-right: 0;
}
.employee-data ul li .data-box{
    display: flex;
    align-items: flex-start;
}
.employee-data ul li .data-box img{
    max-width: 100%;
    margin-right: 12px;
}
.employee-data ul li .data-box h4{
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #666;
    margin: 0 0 10px;
}
.employee-data ul li .data-box h3{
    font-weight: 600;
    font-size: 19px;
    text-align: left;
    color: #000;
    margin: 0;
}
.employee-data ul li .score-box{
    border-radius: 10px;
    background: #fff7ee;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.employee-data ul li .score-box h4{
    font-weight: 600;
    font-size: 19px;
    text-align: left;
    color: #000;
    margin: 0;
    margin-right: 20px;
}
.employee-data ul li .score-box svg{
    margin: 0;
}
.employee-data ul li .score-box .progress{
    height: 70px;
    width: 70px;
}


/* **** employee-block **** */
.employee-block{
    padding: 35px 40px;
}
.employee-block .employee-title h2{
    font-weight: bold;
    font-size: 27px;
    text-align: left;
    color: #000;
    margin: 0 0 30px;
}
.employee-block .accordion .accordion-item {
    margin: 0 0 35px;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    background: #fff;
    border: 0.5px solid #a2a2a2;
}
.employee-block .accordion .accordion-item .accordion-button {
    padding: 25px 30px;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    color: #000;
    background-color: transparent;
    position: relative;
}
.employee-block .accordion .accordion-item .accordion-button:not(.collapsed){
    background-color:transparent;
    box-shadow:none;
    color:unset;
}
.employee-block .accordion .accordion-item .accordion-button:focus{
    box-shadow:none;
}
.accordion-button::after{
    margin-left: 10px;
    width: 25px;
    height: 25px;
    background: #e7e7e7;
    border-radius: 100%;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 15px !important;
    background-position: center;
}
.employee-block .accordion .accordion-item .accordion-body {
    padding: 25px 0 0;
    border-top: 0.5px solid #a2a2a2;
}
/* **** End employee-block **** */


.employee-block .table{
    margin: 0 0 25px;
}
.employee-block .table thead tr th{
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #000;
    vertical-align: middle;
    padding: 25px 30px;
}
.employee-block .table tbody tr td{
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #000;
    vertical-align: middle;
    padding: 15px 30px;
}
.employee-block .table tbody tr td span{
    display: flex;
    align-items: center;
}
.employee-block .table tbody tr td .orange-txt{
    color: #ff8303;
}
.employee-block .table tbody tr td .green-txt{
    color: #1C9C53;
}
.employee-block .table tbody tr td .gray-txt{
    color: #A1A1A1;
}
.employee-block .table tbody tr td i{
    margin-right: 5px;
    font-size: 16px;
}
.employee-block .table tbody tr td img{
    margin-right: 5px;
    max-width: 100%;
}
.employee-block .table tbody tr td ul{
    display: flex;
    align-items: center;
}
.employee-block .table tbody tr td ul li{
    margin-right: 18px;
}
.employee-block .table tbody tr td ul li:last-child{
    margin: 0;
}
.employee-block .table tbody tr td ul li a{
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #ff8303;
}
.employee-block .table tbody tr td ul li a:hover{
    color: #666666;
}
.employee-block .table tbody tr td ul li a.accept-btn{
    border-radius: 7px;
    background: #fff;
    border: 1px solid #ff8303;
    padding: 6px 20px;
}
.employee-block .table tbody tr td ul li a.accept-btn:hover{
    background:#ff8303;
    color: #fff;
}

.toggle-swich input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.toggle-swich label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 23px;
    border-radius: 11.5px;
    background: #fff;
    position: relative;
}
.toggle-swich label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 13px;
    height: 13px;
    border-radius: 6.5px;
    background: #ff8303;
    transition: 0.3s;
}
.toggle-swich input:checked + label:after {
    left: calc(100% - 17px);
    background: #A1A1A1;
}

/* **** Device **** */
/*.device-block{
    padding: 25px 0 30px 25px;
}*/
.device-block .row{
    margin: 0;
    padding: 0;
    align-items: center;
}
.device-block .col-md-2{
    padding: 0;
}
.device-block .col-md-10{
    padding: 0;
}
.device-block .device-ic-box{
    padding: 75px 10px;
    border-radius: 5px;
    background: #fff7ee;
}
.device-block .device-ic-box .icon-bx{
    width: 88px;
    height: 88px;
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.05));
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.device-block .device-ic-box .icon-bx img{
    max-width: 100%;
}
.device-block .device-ic-box h3{
    font-weight: 600;
    font-size: 20px;
    text-align:center;
    color: #ff8303;
    margin: 0;
}
.device-top-block{
    padding: 0 30px 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #c5c5c5;
}
.device-top-block ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.device-top-block ul li{
    align-items: flex-start;
    display: flex;
}
.device-top-block ul li img{
    max-width: 100%;
    margin-right: 15px;
}
.device-top-block ul li h4{
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    color: #a1a1a1;
    margin: 0 0 10px;
}
.device-top-block ul li h3{
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    color: #000;
    margin: 0;
}
.device-bottom-block{
    padding: 0 30px;
}
.device-bottom-block ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;

}
.device-bottom-block ul li img{
    max-width: 100%;
    margin: 0 0 16px;
}
.device-bottom-block ul li h3{
    font-family: Gilroy;
    font-weight: 600;
    font-size: 19px;
    text-align: left;
    color: #000;
    margin: 0;
    display: table;
    position: relative;
}
.device-bottom-block ul li h3 i{
    position: absolute;
    right: 0;
    top: -20px;
    color: #9C1C1C;
    font-size: 16px;
}
.device-bottom-block ul li h3 i.fa-check-circle{
    color: #1C9C53;
}
/* **** End Device **** */


/* **** Undesirable **** */
.undesirable-block{
    border-radius: 5px;
    background: #fff7ee;
    margin: 0 0 30px;
    padding: 21px 26px;
}
.undesirable-block ul{
    display: flex;
    align-items: end;
}
.undesirable-block ul li{
    margin-right: 20px;
}
.undesirable-block ul li:last-child{
    margin-right: 0;
    margin-left: auto;
}
.undesirable-block ul li .undesirable-icon{
    width: 62px;
    height: 62px;
    border-radius: 31px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.undesirable-block ul li .undesirable-icon img{
    max-width: 100%;
}
.undesirable-block ul li h5{
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    color: #563717;
    margin: 0 0 8px;
}
.undesirable-block ul li h3{
    font-weight: 600;
    font-size: 23px;
    text-align: left;
    color: #000;
    margin: 0;
}
.undesirable-block ul li h3 span{
    color: #FF3838;
}
.undesirable-block ul li a{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    color: #ff8303;
}
.undesirable-block ul li a i{
    font-size: 16px;
    margin-left: 10px;
}
.undesirable-block ul li a:hover{
    color: #000;
}
/* **** End Undesirable **** */

.menu_header_drop_lag {
        position: relative;
    }

    .menu_header_drop_lag button {
        overflow: hidden;
        padding: 10px 14px;
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 5px;
        text-transform: uppercase;
        outline: none !important; box-shadow: none !important ;
    }

    .menu_header_drop_lag button img {
        margin-right: 8px;
    }

    .menu_header_drop_lag .dropdown-menu {
        border: none;
        padding: 0px;
        min-width: 88px;
    }

    .menu_header_drop_lag .dropdown-menu a {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding: 7px 10px;
        font-size: 14px;
        border-radius: 0px;
        background: transparent;
        width: 100%;
        height: inherit;
        line-height: normal;
    }
    .menu_header_drop_lag .dropdown-menu a img{
        margin-right:6px;
    }

    .menu_header_drop_lag .dropdown-menu a:last-child{
        border:none;
    }
    label.error{
        float: left;
        position: relative !important;
        color: red !important;
        width:100%;
    }

    table caption{
        display:none;
    }
    body>.main-wrpper {
    height: auto;
    background:#eee;
}
.main-wrpper header {
    background:#fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 15px 10px 282px;
    z-index: 100;
}
header .head-right li .avatar{
    width: 50px;
    height: 50px;
    background: #F9F9F9;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    color: #666666;
    font-size: 18px;
    display: block;
    margin-left: 0;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
}
header.inner-header {
    position: relative;
    margin: auto;
}
.dropdown.profile_dropdown #dropdownMenuButton1 {
    display: flex;
    flex-wrap: nowrap;
}
.profile-block h2 a {
    color: #147bdb;
}
.profile-block h2 a:hover{
    color: #fff;
}
#staff_score .apexcharts-canvas, #staff_score .apexcharts-canvas svg, #staff_score .apexcharts-canvas svg foreignObject {
    max-width: 100%;
}
#staff_score .apexcharts-canvas svg {
    transform: scale(.7);
    max-width: 365px;
    position: relative;
    left: -77px;
}
.profile_dropdown .dropdown-menu a{
    color:#000;
}
.security-table .table-block table tbody tr td{
    width:auto !important;
}
div#policy_score .apexcharts-canvas{
    scale: .8 !important;
    position: relative;
    left: -50px !important;
}
.main-dashboard .dash-block-main {
    padding: 0;
    background: transparent;
    border: 0;
}
.employees-block.training-employees-block{
    margin-bottom:0;
}
#addemployee .profile-block{
    margin-bottom:25px;
}
.point-tabs-dt.dashhead{
  padding:5px 15px;
}
.point-tabs-dt.dashhead h2{
  font-size:22px;
  font-weight:bold;
  margin-bottom:0;
}
.subscriptions-tbles.policy table tbody td ul{
    display: inline;
}
#addDevice label{
    display: block;
    margin-bottom: 5px;
}
#addDevice .form-check{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 8px;
}
.dashhead .dropdown-menu .dropdown-item:hover {
    background: #ff8403;
    color: #fff;
}
.box_information + .right-part {
    position: relative;
    top: 5px;
}
.dash-frm.profilefmr .form-group .pakradbx input[type="checkbox"] ~ label {
    top: 0;
    position: relative;
    padding-left: 0;
}
.dash-frm .form-group .pakradbx {
    align-items: flex-start;
}
.dash-frm .form-group .pakradbx input {
    position: relative;
    top: 5px;
}
.SumoSelect .select-all>span i, .SumoSelect>.optWrapper.multiple>.options li.opt span i{
    left: 10px !important;
}
div.dataTables_wrapper div.dataTables_length select, 
div.dataTables_wrapper div.dataTables_filter input, 
.example_filter .form-control{
    padding:5px 15px;
}
.dash-frm .btn-group input#tasksupdateS {
    border-radius: 5px;
}
.dasktop_view{display:block;}
.mobile_view{display:none;}
.subscriptions-tbles table tbody td ul li a[title="Inactive"], .subscriptions-tbles table tbody td ul li a[title="active"], .subscriptions-tbles table tbody td ul li a[title="Active"] {
    font-size: 18px;
}
table.dataTable>thead .sorting, table.dataTable>thead .sorting_asc, 
table.dataTable>thead .sorting_desc, table.dataTable>thead .sorting_asc_disabled, 
table.dataTable>thead .sorting_desc_disabled{
    text-transform:capitalize;
}
#modalform .form-group.mb-4{
    margin-bottom:0.5rem!important;
}
#modalform form .btn-primary{
    margin:12px 0;
}