.fade.in {
    opacity: 1;
}

.mycontainer-1 {
    width: 85%;
    margin: auto;
}

.desc {
    max-width: 350px;
    word-wrap: break-word;
}

.alert {
    background: #ff00008f;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
}

.alert h4 {
    margin-bottom: 0;
    line-height: 1.5;
}

.alert a {
    color: lightskyblue;
    text-decoration: underline;
}

.alert button {
    color: black;
    width: 20px;
}

.alert button span {
    color: white;
}

@media screen and (max-width: 699px) {
    .mycontainer-1 {
        width: 90%;
        margin: auto;
    }

    .dashbaordwrapper ul {
        display: flex;
        justify-content: space-between;
        margin: -2px;
    }

    .dashbaordwrapper ul li {
        margin: 2px;
    }

    .dashbaordwrapper ul li a {
        padding: 8px 6px;
        font-size: 15px;
        font-weight: 600;
    }

    .tablewrapper {
        padding: 15px;
        overflow-x: scroll;
    }

    .tablewrapper table th,
    .tablewrapper table td {
        white-space: nowrap;
        font-size: 14px;
    }
}

body {
    padding: 0;
    margin: 0;
    color: #2B2B2B;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(238, 220, 255, 0.234), rgba(218, 178, 255, 0.114));
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.whitetext,
.whitetext>* {
    color: #fff !important;
}

.flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexaround {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flexbetween {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flexend {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

div.error {
    color: #f00;
    font-size: 12px;
    position: absolute;
    top: calc(100% + 2px);
}

.m0 {
    margin: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb50 {
    margin-bottom: 50px;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.nooverflow .wrapper {
    overflow: auto;
}

a:hover {
    text-decoration: none !important;
    color: var(--pcolor);
}

.mycontainer {
    margin: auto;
    width: 85%;
}

.sectionpadding {
    padding: 50px 0px;
}

.alink {
    color: var(--pcolor);
    cursor: pointer;
}

.alink:hover {
    text-decoration: underline !important;
}

/*===================================== Global css  ======================================-=*/
.heading1 {
    text-transform: uppercase;
    position: relative;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 400;
    color: #000;
}

.heading2 {
    text-transform: uppercase;
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 400;
    color: #000;
}

.list-css ol {
    list-style-position: inside;
}

.list-css ol li {
    position: relative;
}

.form {
    position: relative;
    background: #fff;
    padding: 1.5rem 2rem;
    margin: 1rem 0px;
    width: 100%;
    border-radius: 0.5rem;
    min-width: 300px;
}

.formhead {
    padding-bottom: 10px;
}

.btn {
    outline: none !important;
    border: 1px solid #fff0;
}

.formrow {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}

.btnclick {
    position: relative;
}

.btnclick:hover {
    box-shadow: 0px 3px 6px #00000029;
}

.btnclick:active {
    box-shadow: 0px 3px 6px #00000000;
}

.formrow.borderedformrow {
    border: 1px;
    border: 1px solid #ccc;
    margin: 0px;
    padding: 1.5rem 0.5rem 1rem 0.5rem;
    margin-bottom: 2rem;
}

.formrowhead.width100 {
    width: 100%;
    color: #616365;
    padding: 0px 1rem 1rem 1rem;
    font-weight: bold;
}

.formgroup {
    position: relative;
    width: 100%;
    margin: 0px 1rem 1.5rem 1rem;
}

.formgroup.width33 {
    width: calc((100% / 3) - 2rem);
}

.formgroup.width50 {
    width: calc((100% / 2) - 2rem);
}

.formgroup.width66 {
    width: calc(66.5% - 2rem);
}

.formrowqnans {
    border: 1px solid #ccc;
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
}


.primary-btn {
    background: var(--pcolor);
    padding: 0.6rem 2rem;
    font-weight: bold;
    font-size: 1rem;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid var(--pcolor);
}

.white-btn {
    background: #fff;
    padding: 0.6rem 2rem;
    font-weight: bold;
    font-size: 1rem;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid var(--pcolor);
}

.resend-otp {
    background: #fff;
    padding: 0.6rem 2rem;
    font-weight: bold;
    font-size: 1rem;
    color: #000000;
    text-transform: uppercase;
}

.resend-otp:hover {
    border: 1px solid var(--pcolor);
}

.formfooter.flex-end>* {
    margin-left: 7px;
}

.formfooter.flex-start>* {
    margin-right: 7px;
}

.resend-otp {
    position: relative;
}

.small-btn {
    padding: 0.4rem 1.5rem;
    font-size: 0.8rem;
}

/*Floating Input*/
.floatinginputwrap {
    height: var(--inputHeight);
    position: relative;
}

.floatinginputwrap--textarea {
    height: calc(var(--inputHeight) * 2);
}

.floatinginputwrap .floating-input {
    width: 100%;
    height: 100%;
    border: 1px solid var(--border);
    outline: none !important;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #ffffff;
    line-height: 30px;
}

.floatinginputwrap .floating-input:focus {
    border: 1px solid #1C1C1C;
}

.floatinginputwrap .floating-label {
    position: absolute;
    top: 5px;
    left: 10px;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 40px;
    pointer-events: none;
    transition: 0.4s;
    background-color: #ffffff;
    padding: 0px 10px;
}

.floatinginputwrap .floating-input:not(:placeholder-shown).floating-input:not(:focus)+.floating-label {
    top: -8px;
    left: 5px;
    font-size: 12px;
    background-color: #fff;
    padding: 0px 10px;
    color: #1C1C1C;
    line-height: 15px;
}

.floatinginputwrap .floating-input:focus~.floating-label {
    top: -10px;
    left: 5px;
    font-size: 12px;
    line-height: 15px;
    color: #1C1C1C;
}

/*Floating Input*/


.floatinginputwrap .calendarsvg {
    width: 25px;
    position: absolute;
    pointer-events: none;
    right: 10px;
    top: 10px;
}

/*custom check and radio Input*/
.c_container {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 2px 5px;
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0px;
    color: #4D4D4D;
}

.c_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.c_container .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #666666;
}

.c_container .checkmark.checkmark_check {
    border-radius: 4px;
}

.c_container .checkmark.checkmark_check:after {
    top: 0px;
    left: 5px;
    width: 6px;
    height: 14px;
    background: #fff0;
    border-radius: 0px;
    border-bottom: 2px solid var(--pcolor);
    display: block;
    transform: rotate(45deg);
    border-right: 2px solid var(--pcolor);
    display: none;
}

.c_container:hover input~.checkmark {
    opacity: 1;
    border-color: var(--pcolor);
}

.c_container input:checked~.checkmark {
    background-color: #fff0;
    border-color: var(--pcolor);
}

.c_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.c_container input:checked~.checkmark:after {
    display: block;
}

.c_container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--pcolor);
}

/*custom check and radio Input*/


.yesnoqna>label {
    font-weight: 400;
    font-size: 1rem;
    transition: 0.4s;
    padding: 0px 5px;
}

/*===================================== Global css  ======================================-=*/



/*===================================== Login css  ======================================-=*/

.loginsection {
    position: relative;
    margin-top: 100px;
}

.login-or {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/*//qr Section */
.qrcode-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: calc(100vh - 100px);
    background: #E6E6E6;
    background: var(--lightgrey);
}

#btn-scan-qr img {
    height: 15rem;
    padding: 15px;
    margin: 15px;
    background: white;
}

.qr-text-wrap {
    margin-top: 2rem;
    background: #fff;
    padding: 1.5rem;
    position: relative;
    min-width: 50%;
    border-radius: 0.5rem;

}

/*//qr Section */

/*//Login Section */

.login-wrapper {
    background: var(--scolor);
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login-wrapper-1 {
    background: var(--lightgrey);
}

.login-wrapper-2 {
    background: #616365;
}

.login-form-box {
    width: 70%;
    margin: auto;
}

/*//Login Section */



/*===================================== Login css  ======================================-=*/

.header {
    background-color: #b7c4ff6c;
    backdrop-filter: blur(10px);
    color: #ffffff;
    width: 100%;
    box-shadow: 0px 3px 3px #00000029;
}

.fixed-header .header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-right>* {
    margin-right: 1rem;
}

.logo {
    height: 80px;
    display: block;
}

.logo img {
    width: auto;
    height: 100%;
}

.tablewrapper {
    background: #ffffff8f;
    backdrop-filter: blur(10px);
    padding: 2rem;
}

table.dataTable {
    margin: 2rem 0px !important;
    width: 100% !important;
    font-size: 0.9rem;
}


.devicedescription-wrap {
    background-color: var(--scolor);
    padding: 2rem;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
}

.devicedescription-wrap>* {
    color: #fff;
    text-align: center;
}

.select-device-form {
    width: 500px;
}


/*===================================== thankyou Pages css =================================*/
.thankyoupage {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.thankyousection {
    padding: 4% 0px;
}

.thankyouwrapper {
    width: 80%;
    width: max(80%, 300px);
    margin: auto;
}

.width100px {
    width: 100px;
    margin: 10px auto;
}

.thankredirectpara {
    font-size: 120%;
    font-weight: 600;
    color: var(--pcolor);
    line-height: 200%;
    margin-bottom: 0px;
}

/*===================================== thankyou Pages css =================================*/

.loginwrapper {
    position: relative;
}


.select-device-form .floatinginputwrap {
    min-height: var(--inputHeight);
    height: auto;
}

.select-device-form .floatinginputwrap .dropdown-menu {
    position: static;
}

.yesnoqna .c_container_wrap {
    padding: 10px 0px 0px 15px;
}

.c_container_wrap.flex3col {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.c_container_wrap.flex3col .c_container {
    width: 30%;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    vertical-align: middle;
}

.table-action a {
    margin: 0px 4px;
}

.qrlogin-row,
.qrlogin-row-or {
    display: none;
}

.table-action a:nth-child(1) {
    display: none;
}

.dashbaordwrapper .nav-tabs {
    margin-bottom: 20px;
}

.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0px;
}

.nav-tabs>li {
    float: none;
    border-radius: 0.5rem;
    margin: 0px 10px;
    background: #fff0;
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    border-radius: 0.5rem;
    border: 1px solid var(--pcolor);
    color: #000;

    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-radius: 0.5rem;
    border: 1px solid var(--pcolor);
    background: var(--pcolor);
    color: #000;

    border: none;
    background: #350066;
    color: #fff;

}



button {
    color: white;
    border: none;
    outline: none;
    width: 180px;
    padding: 5px;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0 2px 4px -2px grey;
}

.submit {
    border: none;
    background: #350066;
    color: #fff;
}

.reset {
    color: #fff;
    background: grey;
    border: none;
}

@media screen and (max-width: 699px) {
    .mycontainer {
        width: 100%;
    }

    .mycontainer .header-right a {
        padding: 10px;
    }
}

.wrapper:has(.form){
    overflow: unset;
}
.form{
    box-shadow: 0 5px 20px -5px rgb(0, 0, 0);
    background: linear-gradient(#b1bbe781, #deecff85);
    backdrop-filter: blur(10px);

    .form-body{
        label{
            margin-bottom: 3px;
        }

        input,
        select{
            display: block;
            width: 100%;
        }

        input[type="file"]{
            padding: 3px;
        }

        span{
            display: block;
            padding: 0 20px;

            input{
                width: 10px;
            }
        }
    } 
}