#digi-titlebox1,
#digi-titlebox2,
#digi-titlebox3,
#digi-titlebox4 {
    pointer-events: none;
}


/*lost password display none*/

.error a {
    display: none;
}


/*Prevent background scroll CSS*/

.digi-added {
    overflow-y: hidden;
}


/*Registartion Module CSS*/

.ui-accordion .ui-accordion-content {
    padding: 1em 4.7em !important;
}

.reg-title {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #aa3dc6;
    background-image: url(../img/reg_title.svg);
    background-size: 100% 100%;
    height: 60px;
    background-repeat: no-repeat;
}

.reg-title h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1;
    margin: 20px 0;
    letter-spacing: 1.3px;
}

.sidenav .ui-accordion {
    width: 100%;
    height: auto !important;
    overflow: hidden !important;
}

.digi-titlebox {
    border: 1px solid #393939 !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
    -webkit-transition: all 0.25s ease !important;
    -o-transition: all 0.25s ease !important;
    transition: all 0.25s ease !important;
}

.digi-titlebox label#digi-boolean {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    color: #393939;
    font-size: 14px;
    line-height: 1.1;
    padding: 11px 35px 11px 0;
    font-weight: normal;
    background: #fff;
    text-transform: uppercase;
}

.digi-titlebox label#digi-uname {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    color: #4F4F4F;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.1;
    padding: 11px 35px 11px 0;
    font-weight: normal;
    background: #fff;
}

.digi-titlebox label#digi-name {
    color: #4F4F4F;
    /* text-transform: lowercase; */
    font-size: 14px;
    line-height: 1.1;
    padding: 11px 35px;
    font-weight: normal;
    background: #fff;
    padding: 0;
    width: 100%;
    display: inline-block;
}

.digi-titlebox label#digi-email {
    color: #4F4F4F;
    font-size: 14px;
    line-height: 1.1;
    padding: 11px 35px;
    font-weight: normal;
    background: #fff;
    padding: 0;
    width: 100%;
    display: inline-block;
    text-overflow: clip;
    word-break: break-all;
}

.digi-titlebox label#digi-loaction {
    color: #828282;
    /* text-transform: lowercase; */
    font-size: 11px;
    line-height: 1.1;
    padding: 11px 35px;
    font-weight: normal;
    background: #fff;
    padding: 0;
    width: 100%;
    display: inline-block;
}

.digi-titlebox label#digi-num {
    color: #393939;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1;
    padding: 11px 35px;
    font-weight: normal;
    background: #fff;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: center;
}

.digi-titlebox ul#digi-search-labl {
    display: table-cell;
    width: 22%;
    list-style: none;
    vertical-align: middle;
}

.digi-titlebox ul#digi-search-labl-user {
    display: table-cell;
    width: 22%;
    list-style: none;
    vertical-align: middle;
}

.digi-titlebox #digi-subject {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    color: #393939;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.1;
    padding: 11px 35px 11px 0;
    font-weight: normal;
    background: #fff;
}

.digi-titlebox #digi-school {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    color: #4F4F4F;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.1;
    padding: 0;
    font-weight: normal;
    background: #fff;
}

.digi-titlebox label#digi-unused {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
}

.digi-titlebox label#digi-u-number {
    color: #4F4F4F;
    text-transform: uppercase;
    width: 25%;
    font-size: 14px;
    line-height: 1.1;
    padding: 11px 35px;
    font-weight: normal;
    background: #fff;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.digi-titlebox:hover {
    border: 1px solid #000 !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
}

.digi-titlebox:active a.digi-accordion-active,
.digi-titlebox:focus a.digi-accordion-active {
    color: #aa3dc6 !important;
}

.ui-state-active a.digi-accordion-active {
    color: #aa3dc6 !important;
}

.digi-titlebox:active,
.digi-titlebox:focus {
    border: transparent;
    !important;
}

#accordion .digi-accordion-active {
    color: #393939;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1;
    padding: 11px 35px 11px;
    font-weight: normal;
    background: #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    vertical-align: middle;
    display: table-cell;
    width: 24%;
}

#accordion .digi-edit-img {
    /*float: left;*/
    border: none !important;
    padding: 8px!important;
    vertical-align: middle;
    display: table-cell;
    width: 3%;
}

.sidenav #accordion .ui-state-default .ui-icon {
    background: url(../img/dropdown2.svg) no-repeat;
    background-position: 100% center;
    background-size: 10px 10px;
    color: #BDBDBD;
    position: absolute;
    top: 50%;
}

.sidenav #accordion .ui-state-active .ui-icon {
    background: url(../img/dropdown.svg) no-repeat;
    background-position: 100% center;
    background-size: 12px 8px;
    color: #BDBDBD;
    position: absolute;
    top: 50%;
}

.digi-for_active {
    color: green !important;
}

img.digi-edit {
    vertical-align: middle;
    margin-right: 15px;
    width: 100%;
    max-width: 15px;
}

.sidenav .ui-accordion .ui-accordion-header .ui-icon {
    right: 1.5em;
    left: auto;
}


/*.digi-accordion-one {
	border-top: 1px solid #393939 !important;
}*/

.sidenav .ui-widget-content {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #000 !important;
}

.sidenav .ui-corner-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.digi-accordion-one h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin: 12px 0px 14px;
    color: #393939;
    /*text-transform: capitalize;*/
}

.digi-dropdown {
    margin-bottom: 6px;
}

.digi-divider:nth-child(7) {
    margin-bottom: 0;
}

.digi-divider:nth-child(7) .digi-dropdown {
    margin-bottom: 0;
}

.digi-searchbar {
    position: relative;
    width: 100%;
    float: left;
}

.digi-search-main ul li div:hover p,
.digi-search-main ul li div:hover h3 {
    color: #AA3DC6;
}

.digi-submit {
    background: url(../img/search.svg) no-repeat;
    position: absolute;
    right: 10px;
    cursor: pointer;
    padding: 0 !important;
    font-size: 0 !important;
    width: 20px !important;
    height: 20px;
    border: none !important;
    top: 10px;
    background-size: 80% 80%;
    background-position: center;
}

.digi-regi-form select {
    background: url(../img/dropdown.svg) no-repeat;
    background-position: 97% 15px;
    background-size: 12px 8px;
    color: #6f6f6f;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

.digi-search-main {
    /* position: absolute; */
    top: 100%;
    left: 0;
    width: 100%;
    display: inline-block;
    max-width: 95%;
    margin: 0 auto;
    right: 0;
    box-shadow: -2px 3px 5px 1px #ccc;
    font-family: 'Roboto', sans-serif !important;
    background: #fff;
    max-height: 180px;
    overflow-y: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: none;
}

.digi-search-main ul {
    list-style: none;
    margin: 0;
    padding: 16px 44px;
}

.digi-search-main li {
    padding: 0;
    margin: 0 0 15px 0;
    cursor: pointer;
}

.digi-search-main h3 {
    color: #4F4F4F;
    font-size: 16px;
    margin: 0 0 2px !important;
    line-height: 1.4;
}

.digi-search-main p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #828282;
}

.digi-divider {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.digi-divider:nth-child(odd) {
    padding-right: 10px;
}

.digi-divider:nth-child(even) {
    padding-left: 10px;
}

.digi-wraps-btn {
    width: 100%;
    display: inline-block;
}

.digi-regi-form {
    width: 100%;
    display: inline-block;
}


/* Radio Button css*/

.radio-wrap {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.radio-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.radio-wrap ul li {
    color: #000;
    position: relative;
    float: left;
    width: 33.33%;
    height: auto;
}

.radio-wrap ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.radio-wrap ul li label {
    display: block;
    position: relative;
    padding: 0px 0px 0px 25px;
    margin-left: 0px;
    margin-top: 14px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.radio-wrap ul li:hover label {
    color: #000;
}

.radio-wrap ul li .check {
    display: block;
    position: absolute;
    border: 1px solid #AA3DC6;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 20px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.radio-wrap ul li:hover .check {
    border: 1px solid #AA3DC6;
}

.radio-wrap ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.radio-wrap input[type=radio]:checked~.check {
    border: 1px solid #AA3DC6;
}

.radio-wrap input[type=radio]:checked~.check::before {
    background: #AA3DC6;
}

.radio-wrap input[type=radio]:checked~label {
    color: #AA3DC6;
}


/* Radio Button css end*/


/* For IE10 */

select::-ms-expand {
    display: none;
}


/* For IE10 END*/

.sidenav .ui-corner-all,
.sidenav .ui-corner-top,
.sidenav .ui-corner-right,
.sidenav .ui-corner-tr {
    border-radius: 0;
}

.sidenav .ui-widget-content,
.sidenav .ui-state-active {
    border: 1px solid transparent;
}

.sidenav .ui-state-active {
    border-bottom: 1px solid #000;
    border-top: 1px solid transparent !important;
}

.sidenav .ui-state-default {
    background: none;
    /*display: table;*/
    padding: 0;
    margin: 0;
}


/*.sidenav .digi-titlebox{
	display: table;
    width: 100%;
    table-layout: auto;	
}*/


/*Drawer Code CSS*/

.sidenav {
    height: auto;
    width: 0;
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    /* box-shadow: -2px 3px 5px 1px #ccc */
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 30px;
    margin-left: 10px;
    padding: 0;
    line-height: 1.4;
    margin: 0px 0 0 8px;
}

.openbtn {
    cursor: pointer;
    background: #ccc;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.2;
}


/*Drawer Code CSS End*/


/*Device Rotation CSS*/

#landscape {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999;
    /*opacity: 0.9;*/
    margin: 0 auto;
}


/* #landscape div { */


/* color: #FFFFFF; */


/* opacity: 1; */


/* top: 50%; */


/* position: absolute; */


/* text-align: center; */


/* display: inline-block; */


/* width: 100%; */


/* padding: 0 10px; */


/* } */

#landscape div img {
    width: 100%;
    height: 100%;
}


/*Device Rotation CSS End*/

.digi-thank-wrapper {
    background: #fff;
    width: 900px;
    display: none;
    float: left;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    height: 900px;
    z-index: 99999 !important;
}

.digi-thank-wrapper .closebtn {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 30px;
    margin-left: 10px;
    padding: 0;
    line-height: 1.4;
    margin: 0px 0 0 8px;
    color: #fff;
}

.digi-relative {
    width: 100%;
    height: 100%;
    padding: 4em 2.2em;
}

.digi-btn-grp {
    /*margin-bottom: 25px;*/
    margin-top: 5em;
    width: 100%;
    display: inline-block;
}

.digi-thank-wrapper .digi-btn {
    margin-top: 0;
}

.digi-thankyou h3 {
    color: #393939;
    font-size: 30px;
    line-height: 1.1;
    padding: 35px 0 35px 0px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
}

.digi-thankyou p {
    color: #828282;
    font-size: 28px;
    line-height: 1.4;
    font-weight: normal;
    font-family: 'Roboto', sans-serif !important;
    padding: 0 35px 35px 0px;
    max-width: none;
    width: 100%;
    text-align: left;
    letter-spacing: 0.5px;
}

.digi-reg {
    display: inline-block;
    margin-top: 35px;
}

.digi-reg span,
.digi-reg a {
    vertical-align: middle;
    display: inline-block;
    color: #828282;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    line-height: 40px;
    background-color: #fff;
}

.digi-reg a {
    color: #00D6FF;
    font-weight: 600;
    margin-left: 15px;
    padding: 00;
}

.digi-reg a:hover {
    color: #AA3DC6;
}


/*Registartion Module CSS End*/


/*Login Module CSS Start*/

.digi-login .digi-divider {
    width: 100%;
}

.digi-login .digi-divider:nth-child(even) {
    padding-left: 0px;
}

.digi-login .digi-divider:nth-child(odd) {
    padding-right: 0px;
}

.digi-logform {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 50px;
}

.digi-logform span,
.digi-logform a {
    vertical-align: middle;
    display: inline-block;
    color: #828282;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    line-height: 40px;
    background-color: #fff;
}

.digi-logform a {
    color: #00D6FF;
    font-weight: 600;
    margin-left: 15px;
    padding: 00;
}

.digi-logform button.next.digi-btn.digi-mylogin {
    text-align: right;
    float: right;
    display: inline-block;
    margin-top: 0;
}

.digi-login #digi-frgtpswd {
    text-align: right;
    font-size: 12px;
    color: red;
    text-transform: uppercase;
    line-height: 1.4;
    color: #00D6FF;
    font-weight: 600;
    margin-top: 15px;
}

.digi-logform a:hover {
    color: #AA3DC6;
}

.digi-login h3 {
    text-transform: inherit !important;
}

.digi-login .digi-regi-form {
    margin-top: 20px;
}

#mySidenav1 .ui-accordion .ui-accordion-header .ui-icon {
    right: 1.5em;
    left: auto;
    display: none;
}

#mySidenav1 .ui-state-default {
    display: none;
}

#mySidenav1 .ui-accordion .ui-accordion-content {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}


/*Login Module CSS Start End*/


/*============================================================*/


/*====================Responsive layout=======================*/


/*============================================================*/

@media only screen and (max-width: 1599px) {
    .digi-btn {
        margin-top: 65px;
    }
}

@media only screen and (max-width: 1370px) {
    .digi-btn {
        margin-top: 35px;
    }
    .digi-divider {
        margin-bottom: 10px;
    }
    .digi-accordion-one h3 {
        margin: 0px 0px 15px;
    }
}

@media only screen and (max-width: 991px) {
    /*Register module css*/
    .digi-thank-wrapper {
        width: 100%;
        position: fixed;
    }
    a.digi-btn.openbtn {
        margin: 0 !important;
        text-align: left;
        background: transparent !important;
        color: #000 !important;
        font-weight: normal !important;
        border-radius: 0;
        padding-left: 0 !important;
    }
    /*Register module css end*/
    /*Login Module CSS*/
    .digi-logform {
        margin-top: 0;
    }
    .digi-login .digi-regi-form {
        margin-top: 0;
    }
    .digi-accordion-one h3 {
        margin: 0px 0px 5px;
    }
    #mySidenav1 .ui-accordion .ui-accordion-content {
        padding-top: 2em !important;
        padding-bottom: 2em !important;
    }
    /*Login Module CSS End*/
    .sidenav {
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #accordion a {
        font-size: 13px;
    }
    #accordion .digi-accordion-active {
        width: auto;
    }
    .digi-accordion-one h3 {
        font-size: 15px;
        margin: 10px 0px 12px;
    }
    .digi-regi-form label {
        line-height: 26px;
    }
    .digi-btn {
        font-size: 12px !important;
        padding: 8px 30px;
        margin-top: 65px;
    }
    .digi-reg {
        margin-top: 65px;
    }
    .radio-wrap ul li .check {
        height: 18px;
        width: 18px;
    }
    .radio-wrap ul li .check::before {
        height: 12px;
        width: 12px;
    }
    .radio-wrap ul li label {
        line-height: 30px;
    }
    .digi-titlebox label#digi-boolean,
    .digi-titlebox ul#digi-search-labl,
    .digi-titlebox label#digi-uname,
    .digi-titlebox ul#digi-search-labl-user,
    .digi-titlebox #digi-subject,
    .digi-titlebox #digi-school,
    .digi-titlebox label#digi-u-number {
        display: none;
    }
    /*Register module css*/
    .digi-thankyou p {
        max-width: 100%;
        text-align: left;
        padding: 0;
        font-size: 24px;
        line-height: 1.5;
    }
    .digi-thankyou h3 {
        font-size: 26px;
    }
    a.digi-btn.openbtn {
        margin: 0 !important;
        text-align: left;
        background: transparent !important;
        color: #000 !important;
        font-weight: normal !important;
        border-radius: 0;
        padding-left: 0 !important;
    }
    /*Register module css end*/
}

@media only screen and (max-width: 736px) {
    .digi-relative {
        padding: 0em 2.2em;
    }
}

@media only screen and (max-width: 580px) {
    #accordion a {
        font-size: 12px;
    }
    img.digi-edit {
        max-width: 12px;
    }
    .digi-accordion-one h3 {
        font-size: 14px;
    }
    .digi-btn {
        margin-top: 40px;
    }
    .radio-wrap ul li .check::before {
        height: 10px;
        width: 10px;
    }
    .radio-wrap ul li .check {
        height: 16px;
        width: 16px;
    }
    .sidenav #accordion .ui-state-default .ui-icon {
        background-size: 10px 20px;
    }
    .sidenav #accordion .ui-state-active .ui-icon {
        background-size: 15px 20px;
    }
    .digi-regi-form select {
        background-size: 20px 9px;
    }
    /*homepage*/
    /*Login Module CSS*/
    #mySidenav1 .ui-accordion .ui-accordion-content {
        padding-top: 1em !important;
        padding-bottom: 1em !important;
    }
    .digi-login #digi-frgtpswd {
        margin-top: 10px;
    }
    #accordion1 .digi-login {
        height: 264px;
        overflow: scroll !important;
    }
    /*Login Module CSS End*/
}

@media only screen and (max-width: 480px) {
    .digi-divider {
        width: 100%;
    }
    .digi-divider:nth-child(odd) {
        padding-right: 0;
    }
    .digi-divider:nth-child(even) {
        padding-left: 0;
    }
    .radio-wrap {
        margin-top: 0px;
    }
    .digi-regi-form label {
        line-height: 18px;
    }
    .digi-thankyou h3 {
        font-size: 24px;
    }
    .digi-thankyou p {
        font-size: 22px;
    }
    .ui-accordion .ui-accordion-content {
        padding: 1em 2.2em !important;
    }
}

@media only screen and (max-width: 414px) {
    /*Login Module CSS*/
    #mySidenav1 .ui-accordion .ui-accordion-content {
        padding-top: 4em !important;
        padding-bottom: 1em !important;
    }
    #accordion1 .digi-login {
        height: 100%;
        overflow: scroll !important;
    }
    .digi-logform span {
        display: none;
    }
    .digi-accordion-one h3 {
        font-size: 15px;
        margin: 10px 0px 25px;
    }
    .digi-logform {
        margin-top: 0;
        padding-top: 22em;
    }
    .digi-login .digi-divider {
        margin-bottom: 20px;
    }
    #mySidenav1 .ui-widget-content {
        border-bottom: 1px solid transparent !important;
    }
    /*Login Module CSS End*/
    /*Registartion Module CSS Start*/
    .digi-one {
        float: left !important;
        margin-top: 10px;
    }
    .digi-reg {
        margin-top: 40px;
    }
    /*Registartion Module CSS End*/
}

@media only screen and (max-width: 375px) {
    .sidenav .ui-state-default {
        width: 100%;
    }
    .sidenav .closebtn {
        margin: 0px 0 0 15px;
        padding: 12px 0;
    }
    .reg-title h3 {
        font-size: 16px;
        margin: 20px 0;
    }
    .sidenav .closebtn {
        font-size: 24px;
    }
    .digi-divider {
        width: 100%;
    }
    .digi-divider:nth-child(odd) {
        padding-right: 0;
    }
    .digi-divider:nth-child(even) {
        padding-left: 0;
    }
    #accordion a {
        /*font-size: 14px;*/
        /*padding: 18px 20px;*/
    }
    .digi-accordion-one h3 {
        margin: 14px 0px 16px;
    }
    .digi-accordion-one {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .digi-regi-form label {
        font-size: 9px;
    }
    #accordion .digi-edit-img {
        /*padding: 18px 0 0 10px !important;*/
    }
    #accordion .digi-accordion-active {
        padding: 11px 20px;
    }
    .digi-search-main {
        max-width: 290px;
    }
    .radio-wrap {
        margin-top: 0;
    }
    .radio-wrap ul li {
        width: 100%;
    }
    #accordion .digi-edit-img {
        display: none;
    }
    .digi-thankyou h3 {
        font-size: 20px;
        line-height: 1.5;
    }
    .digi-thankyou p {
        font-size: 18px;
    }
    /*Login Module CSS*/
    .digi-logform {
        margin-top: 0;
        /* padding-top: 18em; */
        padding-top: 10em;
        /*ph-2 change by ankit*/
    }
    /*Login Mdule CSS End*/
    .digi-reg {
        margin-top: 0;
    }
    .digi-btn {
        margin-top: 10px;
    }
    .digi-thank-wrapper .closebtn {
        padding: 8px 0;
    }
}

@media only screen and (max-width: 320px) {
    .digi-logform {
        margin-top: 0;
        padding-top: 4em;
    }
    .digi-thankyou h3 {
        font-size: 18px;
        line-height: 1.5;
    }
    .digi-thankyou p {
        font-size: 16px;
    }
}


/* Digi edit button default none */

.digi-edit {
    opacity: 0;
}


/* Bhumi Css 12-09-19 span text should not be capitalize */

.digi-regi-form span {
    text-transform: initial;
}