body {
            font-family: 'Roboto', sans-serif;
            background: #f3f4ff;
        }

        h1 {
            font-size: 27px;
            font-weight: 400;
        }

        p {
            font-size: 14px;
            color: #494949;
        }

        .docslist {
            margin: 0;
            padding: 0;
            list-style: none;

        }

        .docslist li {
            color: #494949;
            font-size: 14px;
        }

        .docslist li span {
            color: green;
            font-size: 20px;
            margin-right: 10px;
        }

        .nav-tabs .nav-link {
            color: #494949;
        }

        .nav-tabs .nav-link.active {
            background: transparent;
            position: relative;
            border: 0;
        }

        .nav-tabs .nav-link.active:after {
            content: '';
            position: absolute;
            border-top: 10px solid #494949;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            bottom: -11px;
            left: 50%;
            transform: translateX(-50%);

        }

        .tab-pane {
            padding: 40px 20px;
        }

        .form-group {
            background-color: #fff;
            position: relative;
            border: 1px solid rgba(18, 18, 18, 0.14);
            border-top-color: rgba(0, 0, 0, 0.14);
            border-radius: 2px;
            overflow: hidden;
            width: 100%;
            -webkit-transition: background-color .2s ease;
            transition: background-color .2s ease;
            cursor: text;
            padding: 5px 9px 4px;
            margin-bottom: 10px;
        }

        .form-control {
            border: none;
            height: 25px;
            min-height: 25px;
            padding: 0;
            margin-top: -4px;
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .form-control:focus{
            box-shadow:none;
            border:1px dotted #eee;
        }
        .form-group label{
            font-size:12px;
            transition:all ease-in-out 0.4s;
        }
         .form-group.focused label{
            font-size:14px;
        }

        select.form-control {
            appearance: auto;
            padding: 0;
        }

        .form-group-default textarea.form-control {
            height: 50px;
        }

        .box {
            background-color: #fff;
            box-shadow: 0 1px 2px 0 rgb(33 33 33 / 14%), 0 0 1px 0 rgb(0 0 0 / 14%);
        }

        .box h2 {
            font-size: 1rem;
            padding: 20px;
        }

        .dropzone .dz-default.dz-message {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            -webkit-transition: opacity .3s ease-in-out;
            -moz-transition: opacity .3s ease-in-out;
            -o-transition: opacity .3s ease-in-out;
            -ms-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
            background-image: url(../spritemap@2x.png);
            background-repeat: no-repeat;
            background-position: 0 0;
            position: absolute;
            width: 428px;
            height: 123px;
            margin-left: -214px;
            margin-top: -61.5px;
            top: 50%;
            left: 50%;
        }

        .dropzone {
            min-height: 150px;
        }
        label.error,label.fileerror{
            font-size: 13px;
    color: #d13030;
    margin-top: -9px;
    margin-bottom:4px;
    display: block;
        }
        .form-group.error{
            border-bottom-color:#d13030;
        }
        
        .modal-xl{
            width: 100%;
    max-width: 100%;
    margin: 0;
        }
         .modal-xl h2{font-size:1.4rem;}
       .modal-xl  .modal-content{min-height:100vh; border-radius:0; background:rgb(255 255 255 / 80%);justify-content: center;}
        .modal-xl .modal-body{max-width:500px; margin:0 auto;justify-content: center;
    align-items: center;
    display: flex;}
        .modal-xl .btn-link{padding-left:0;color:#000;}
       .modal-xl .btn-primary {    padding: 4px 10px;
    margin-bottom: 10px; border-radius:2px;}
    
    .otpsuccess p{
        padding:20px;border-radius:2px; background:#fff;
    }