.tabContent {
    overflow: hidden;
    font-size: 0.8em;
    text-align: center;
    width: 80%;
    margin: auto;
}

.tabContent p {
    font-size: 1.2em;
}

.tabContent a {
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
}

.subTabActive {
    border-bottom-width-width: 2px;
    border-bottom-style-style: solid;
    border-color: #a42020;
    border-bottom-style: ridge;
}

.subTab:hover,
.subTabActive:hover {
    cursor: pointer;
    opacity: 1;
}

.subTab {
    opacity: 1;
}

.tab1Color {
    border-color: rgb(157, 208, 33);
}

.tab2Color {
    border-color: rgb(133, 34, 150);
}

.tab3Color {
    border-color: rgb(193, 57, 57);
}

.tab4Color {
    border-color: rgb(149, 112, 235);
}

.tab5Color {
    border-color: rgb(255, 193, 7);
}

.tab6Color {
    border-color: rgb(77, 136, 158);
}

.tab7Color {
    border-color: rgb(216, 170, 68);
}
.tab8Color {
    border-color: rgb(21, 162, 149);
}
.tab9Color {
    border-color: rgb(183, 1, 152);
}
.tab10Color {
    border-color: rgb(77, 136, 158);
}


.tab1Color p {
    color: rgb(157, 208, 33);
}

.tab2Color p {
    color: rgb(133, 34, 150);
}

.tab3Color p {
    color: black;
}

.tab4Color p {
    color: rgb(149, 112, 235);
}

.tab5Color p {
    color: rgb(255, 193, 7);
}

.tab6Color p {
    color: rgb(77, 136, 158);
}

.tab7Color p {
    color: rgb(216, 170, 68);
}
.tab8Color p {
    color: rgb(21, 162, 149);
}
.tab9Color p {
    color: rgb(183, 1, 152);
}
.tab10Color p {
    color: rgb(77, 136, 158);
}

.tab1Color .iconBorder i {
    border-color: rgb(157, 208, 33);
    background-color: rgb(157, 208, 33);
    -moz-box-shadow: 0px 0px 2px #9dd021;
    -webkit-box-shadow: 0px 0px 2px #9dd021;
    box-shadow: 0px 0px 2px #9dd021;
}

.tab2Color .iconBorder i {
    border-color: rgb(133, 34, 150);
    background-color: rgb(133, 34, 150);
    -moz-box-shadow: 0px 0px 2px #852296;
    -webkit-box-shadow: 0px 0px 2px #852296;
    box-shadow: 0px 0px 2px #852296;
}

.tab3Color .iconBorder i {
    border-color: rgb(193, 57, 57);
    background-color: rgb(193, 57, 57);
    -moz-box-shadow: 0px 0px 2px #c13939;
    -webkit-box-shadow: 0px 0px 2px #c13939;
    box-shadow: 0px 0px 2px #c13939;
}

.tab4Color .iconBorder i {
    border-color: rgb(149, 112, 235);
    background-color: rgb(149, 112, 235);
    -moz-box-shadow: 0px 0px 2px #0ea1ea;
    -webkit-box-shadow: 0px 0px 2px #0ea1ea;
    box-shadow: 0px 0px 2px #0ea1ea;
}

.tab5Color .iconBorder i {
    border-color: rgb(255, 193, 7);
    background-color: rgb(255, 193, 7);
    -moz-box-shadow: 0px 0px 2px #ffc107;
    -webkit-box-shadow: 0px 0px 2px #ffc107;
    box-shadow: 0px 0px 2px #ffc107;
}

.tab6Color .iconBorder i {
    border-color: rgb(77, 136, 158);
    background-color: rgb(77, 136, 158);
    -moz-box-shadow: 0px 0px 2px #4d889e;
    -webkit-box-shadow: 0px 0px 2px #4d889e;
    box-shadow: 0px 0px 2px #852296;
}

.tab7Color .iconBorder i {
    border-color: rgb(216, 170, 68);
    background-color: rgb(216, 170, 68);
    -moz-box-shadow: 0px 0px 2px #d8aa44;
    -webkit-box-shadow: 0px 0px 2px #d8aa44;
    box-shadow: 0px 0px 2px #852296;
}
.tab8Color .iconBorder i {
    border-color: rgb(21, 162, 149);
    background-color: rgb(21, 162, 149);
    -moz-box-shadow: 0px 0px 2px #15a295;
    -webkit-box-shadow: 0px 0px 2px #15a295;
    box-shadow: 0px 0px 2px #15a295;
}
.tab9Color .iconBorder i {
    border-color: rgb(183, 1, 152);
    background-color: rgb(183, 1, 152);
    -moz-box-shadow: 0px 0px 2px #b70198;
    -webkit-box-shadow: 0px 0px 2px #b70198;
    box-shadow: 0px 0px 2px #b70198;
}
.tab10Color .iconBorder i {
    border-color: rgb(77, 136, 158);
    background-color: rgb(77, 136, 158);
    -moz-box-shadow: 0px 0px 2px #4d889e;
    -webkit-box-shadow: 0px 0px 2px #4d889e;
    box-shadow: 0px 0px 2px #852296;
}
.tab13Color .iconBorder i {
    border-color: rgb(216, 170, 68);
    background-color: rgb(216, 170, 68);
    -moz-box-shadow: 0px 0px 2px #d8aa44;
    -webkit-box-shadow: 0px 0px 2px #d8aa44;
    box-shadow: 0px 0px 2px #852296;
}

.iconBorder i {
    padding: 15px 15px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.6em;
    color: #fff;
}

.btn-cstDanger {
    background-color: rgba(240, 80, 80, 0.8);
    color: #fff;
}

.btn-cstDanger:focus {
    background-color: rgba(240, 80, 80, 0.8);
    color: #fff;
}

.btn-cstDanger:hover {
    background-color: rgba(240, 80, 80, 1);
    color: #fff;
}

.btn-cstDanger:active {
    background-color: rgba(240, 80, 80, 0.8);
    color: #fff;
}

.btn-cstWarning {
    background-color: rgba(255, 189, 74, 0.8);
    color: #fff;
}

.btn-cstWarning:focus {
    background-color: rgba(255, 189, 74, 0.8);
    color: #fff;
}

.btn-cstWarning:active {
    background-color: rgba(255, 189, 74, 0.8);
    color: #fff;
}

.btn-cstWarning:hover {
    background-color: rgba(255, 189, 74, 1);
    color: #fff;
}

.btn-cstPrimary {
    background-color: rgba(95, 190, 170, 0.8);
    color: #fff;
}

.btn-cstPrimary:focus {
    background-color: rgba(95, 190, 170, 0.8);
    color: #fff;
}

.btn-cstPrimary:active {
    background-color: rgba(95, 190, 170, 0.8);
    color: #fff;
}

.btn-cstPrimary:hover {
    background-color: rgba(95, 190, 170, 1);
    color: #fff;
}




/*.iconBorder .fa{
  box-sizing: border-box;
  top: -6px;
  left: -7px;
  display: block;
  position: relative;
}*/

.activeTabStyle {
    border-bottom-width-width: 2px;
    border-bottom-style-style: solid;
    border-bottom-style: ridge;
}

.tabGroup {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.tabGroup1 {
    border-color: rgb(157, 208, 33);
}

.tabGroup2 {
    border-color: rgb(133, 34, 150);
}

.tabGroup3 {
    border-color: rgb(193, 57, 57);
}

.tabGroup4 {
    border-color: rgb(149, 112, 235);
}

.tabGroup5 {
    border-color: rgb(255, 193, 7);
}

.tabGroup6 {
    border-color: rgb(77, 136, 158);
}

.tabGroup7 {
    border-color: rgb(216, 170, 68);
}
.tabGroup8 {
    border-color: rgb(21, 162, 149);
}
.tabGroup9 {
    border-color: rgb(183, 1, 152);
}
.tabGroup10 {
    border-color: rgb(77, 136, 158);
}
.tabGroup11 {
    border-color: rgb(193, 57, 57);
}
.tabGroup13 {
    border-color:   rgb(255, 193, 7);
}
.tabGroup12 {
    border-color:  rgb(232, 16, 74);
}
.tabGroup>.commonTab {
    border-radius: 50%;
    border: none;
    height: 50px;
    width: 50px;
    color: #fff;
}

.tabGroup:hover .commonTab {
    box-shadow: 0px 0px 20px 6px #ccc;
}

.tabGroup:hover {
    transform: scale(1.2);
}

.tabGroup>.commonTab:disabled {
    cursor: not-allowed;
}

.tabGroup>.tab1Color {
    background-color: rgb(157, 208, 33);
    border-color: rgb(157, 208, 33);
}

.tabGroup>.tab2Color {
    background-color: rgb(133, 34, 150);
    border-color: rgb(133, 34, 150);
}


.tabGroup>.tab3Color {
    background-color: rgb(193, 57, 57);
    border-color: rgb(193, 57, 57);
}


.tabGroup>.tab4Color {
    background-color: rgb(149, 112, 235);
    border-color: rgb(149, 112, 235);
}

.tabGroup>.tab5Color {
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
}


.tabGroup>.tab6Color {
    background-color: rgb(77, 136, 158);
    border-color: rgb(77, 136, 158);
}

.tabGroup>.tab7Color {
    background-color: rgb(216, 170, 68);
    border-color: rgb(216, 170, 68);
}
.tabGroup>.tab8Color {
    background-color: rgb(21, 162, 149);
    border-color: rgb(21, 162, 149);
}
.tabGroup>.tab9Color {
    background-color: rgb(183, 1, 152);
    border-color: rgb(183, 1, 152);
}
.tabGroup>.tab10Color {
    background-color: rgb(77, 136, 158);
    border-color: rgb(77, 136, 158);
}
.tabGroup>.tab11Color {
    background-color: rgb(193, 57, 57);
    border-color: rgb(193, 57, 57);
}
.tabGroup>.tab12Color {
    background-color: rgb(232, 16, 74);
    border-color: rgb(232, 16, 74);
}
.tabGroup>.tab13Color {
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
}
.tabText1 {
    color: rgb(157, 208, 33);
    font-size: 1em;
}

.tabText2 {
    color: rgb(133, 34, 150);
    font-size: 1em;
}

.tabText3 {
    color: rgb(193, 57, 57);
    font-size: 1em;
}

.tabText4 {
    color: rgb(149, 112, 235);
    font-size: 1em;
}

.tabText5 {
    color: rgb(255, 193, 7);
    font-size: 1em;
}

.tabText6 {
    color: rgb(77, 136, 158);
    font-size: 1em;
}

.tabText7 {
    color: rgb(216, 170, 68);
    font-size: 1em;
}
.tabText8 {
    color: rgb(21, 162, 149);
    font-size: 1em;
}
.tabText9 {
    color: rgb(183, 1, 152);
    font-size: 1em;
}
.tabText10 {
    color: rgb(77, 136, 158);
    font-size: 1em;
}


/*Button CSS*/

.btnSubmit:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.btnSubmit:hover:disabled span {
    /*padding-right: 0px;*/
    padding-left: 0px;
}

.btnSubmit:disabled span:after {
    content: none;
}

.btnSubmit {
    display: inline-block;
    border-radius: 4px;
    background-color: #5ba797;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.btnSubmit span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnSubmit span:after {
    content: '\21D1';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 20px;
    /*right: -20px;*/
    transition: 0.5s;
}

.btnSubmit:hover span {
    /*padding-right: 25px;*/
    padding-left: 20px;
}

.btnSubmit:hover span:after {
    opacity: 1;
    /*right: 0;*/
    left: 0;
}

.btnSave:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.btnSave:hover:disabled span {
    padding-right: 0px;
}

.btnSave:disabled span:after {
    content: none;
}

.btnSave {
    display: inline-block;
    border-radius: 4px;
    background-color: #5ba797;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.btnSave span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnSave span:after {
    content: '\21D3';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btnSave:hover span {
    padding-right: 25px;
}

.btnSave:hover span:after {
    opacity: 1;
    right: 0;
}

.btnNext:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.btnNext:hover:disabled span {
    padding-right: 0px;
}

.btnNext:disabled span:after {
    content: none;
}

.btnNext {
    display: inline-block;
    border-radius: 4px;
    background-color: #5ba797;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    width: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.btnNext span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnNext span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btnNext:hover span {
    padding-right: 25px;
}

.btnNext:hover span:after {
    opacity: 1;
    right: 0;
}

.btnPrev {
    display: inline-block;
    border-radius: 4px;
    background-color: #5ba797;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    width: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
}


.btnPrev span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnPrev span:after {
    content: '\00ab';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 20px;
    transition: 0.5s;
}

.btnPrev:hover span {
    padding-left: 20px;
}

.btnPrev:hover span:after {
    opacity: 1;
    left: 0;
}






.btnFixedRgt {
    display: inline-block;
    border-radius: 4px;
    background-color: #5ba797;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.btnFixedRgt span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnFixedRgt span:after {
    content: '\2718';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 20px;
    transition: 0.5s;
}

.btnFixedRgt:hover span {
    padding-left: 20px;
}

.btnFixedRgt:hover span:after {
    opacity: 1;
    left: 0;
}

.btnFixedRgt:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}


/*--Update btn*/

.btnFixedLft {
    display: inline-block;
    border-radius: 4px;
    background-color: #5ba797;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.btnFixedLft span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnFixedLft span:after {
    content: '\2714';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 20px;
    transition: 0.5s;
}

.btnFixedLft:hover span {
    padding-left: 20px;
}

.btnFixedLft:hover:disabled span {
    padding-left: 0px;
}

.btnFixedLft:disabled span:after {
    content: none;
}

.btnFixedLft:hover span:after {
    opacity: 1;
    left: 0;
}

.btnFixedLft:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.btnFixed {
    display: inline-block;
    border-radius: 4px;
    background-color: #5ba797;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.btnFixed span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnFixed:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.title {
    color: rgb(14, 14, 14);
    font-size: 1.5em;
}

.pgHeading .headingIcon .pull-right {
    padding-top: 20px;
}

.tab-border {
    width: 150px;
    border-top-right-radius: 25px;
    height: 35px;
    vertical-align: center;
    /*border-top-right-radius:25px;*/
    /*margin: 1.25px;*/
}

.btnReset:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.btnReset:hover:disabled span {
    padding-left: 0px;
}

.btnReset:disabled span:after {
    content: none;
}

.btnReset {
    display: inline-block;
    border-radius: 4px;
    background-color: #eb5154;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.btnReset span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnReset span:after {
    content: '\25AD';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 20px;
    transition: 0.5s;
}

.btnReset:hover span {
    padding-left: 25px;
}

.btnReset:hover span:after {
    opacity: 1;
    left: 0;
}

/*
.tbltooltip{
 width: 250%;
}*/


/*.tbltooltip thead{
        background-color: red;
        color: #ffffff;
}*/

.custTbl {
    width: 100%;
    font-size: 15px;
}

.thead {
    /*background-color: #4b879e;*/
    background-color: #5a97af;
    text-align: left;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    color: white;
}

.tblhdr{
	/*background-color: #4b879e;*/
    background-color: #5a97af;
    text-align: left;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    color: white;
}

.custTblBody {
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}


/*****************/

.editBtn {
    display: inline-block;
    border-radius: 4px;
    /*background-color: #f79962;*/
    background-color: #ffbd4a;
    border: 2px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 45%;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: all 0.5s;
    cursor: pointer;
}

.terminateBtn {
    display: inline-block;
    border-radius: 4px;
    background-color: #f76262;
    border: 2px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 45%;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: all 0.5s;
    cursor: pointer;
}

.tblstripe {
    width: 100%;
}

.tblhead {
    text-align: center;
    font-size: 16px;
}

th.white {
    color: white;
}

tbody.white {
    background-color: white;
}

.tblstripe thead {
    /* background-color: #3e93a7;*/
    /*background-color: #167F92;*/
    /*background-color: #207d8e;*/
    /*background-color: #048aa9;*/
    background-color: #4b879e;
    color: #ffffff;
}

.tblstripe tbody tr:nth-child(odd) {
    background-color: #fbf8f1;
    vertical-align: 45em;
}

.tblstripe tbody tr:nth-child(even) {
    background-color: #ebebe0;
    vertical-align: 25em;
}

.customcolwidth2 {
    width: 2%;
}

.customcolwidth11 {
    width: 11%;
}

.customalign {
    text-align: right;
}

.modalhdr-bckgnd {
    /*background-color: rgba(95, 190, 170, 0.79);*/
    background-color: #ebeff2;
}

.modalhdr-hght {
    padding-top: 10px;
    padding-left: 5px;
    color: #FFFFFF;
    font-size: 18px;
}

.modal-content {
    background-color: #ebeff2;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
}

.customline {
    border-width: 1px;
    border-style: solid;
    border-top-color: #988989;
}


.btnClose {
    display: inline-block;
    border-radius: 4px;
    background-color: #5ba797;
    border: 2px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: all 0.5s;
    cursor: pointer;
}


/*C2C + Add Employee buttons*/

.fixedBtns {
    display: inline-block;
    border-radius: 4px;
    background-color: #5ba797;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    width: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
}


/*Submit Payroll*/

.btnSubmitPR:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.btnSubmitPR:hover:disabled span {
    padding-left: 0px;
}

.btnSubmitPR:disabled span:after {
    content: none;
}

.btnSubmitPR {
    display: inline-block;
    border-radius: 4px;
    background-color: #5ba797;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 8px;
}

.btnDownloadCSV {
    display: inline-block;
    border-radius: 4px;
    background-color: #5ba797;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    width: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
    margin-bottom: 8px;
}

.btnSubmitPR span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnSubmitPR span:after {
    content: '\21D1';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 20px;
    transition: 0.5s;
}

.btnSubmitPR:hover span {
    padding-left: 20px;
}

.btnSubmitPR:hover span:after {
    opacity: 1;
    left: 0;
}



/*GeneratePayroll*/

.btnGeneratePR:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.btnGeneratePR:hover:disabled span {
    padding-left: 0px;
}

.btnGeneratePR:disabled span:after {
    content: none;
}

.btnGeneratePR {
    display: inline-block;
    border-radius: 4px;
    background-color: #5ba797;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.btnGeneratePR span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnGeneratePR span:after {
    content: '\2638';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 20px;
    transition: 0.5s;
}

.btnGeneratePR:hover span {
    padding-left: 20px;
}

.btnGeneratePR:hover span:after {
    opacity: 1;
    left: 0;
}



/*GeneratePayroll*/

.btnCR:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.btnCR:hover:disabled span {
    padding-left: 0px;
}

.btnCR:disabled span:after {
    content: none;
}

.btnCR {
    display: inline-block;
    border-radius: 4px;
    background-color: #5ba797;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    width: 170px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.btnCR span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnCR span:after {
    content: '\270E';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 20px;
    transition: 0.5s;
}

.btnCR:hover span {
    padding-left: 20px;
}

.btnCR:hover span:after {
    opacity: 1;
    left: 0;
}


/*--Cancel btn*/

.btnCancel {
    display: inline-block;
    border-radius: 4px;
    background-color: #fca534;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

.btnCancel span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btnCancel span:after {
    content: '\2714';
    position: absolute;
    opacity: 0;
    top: 0;
    left: 20px;
    transition: 0.5s;
}

.btnCancel:hover span {
    padding-left: 20px;
}

.btnCancel:hover:disabled span {
    padding-left: 0px;
}

.btnCancel:disabled span:after {
    content: none;
}

.btnCancel:hover span:after {
    opacity: 1;
    left: 0;
}

.btnCancel:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}
.no-scroll {
  overflow: hidden; /* Hides the scrollbar */
}
