.adminprofile{
    display: none;
  }

									/* @extend display-flex; */
									display-flex, .display-flex, .display-flex-center, .signup-content, .signin-content, .social-login, .socials {
									  display: flex;
									  display: -webkit-flex; }

                    .container1 {
                      width: 900px;
                      background: rgb(248, 248, 248);
                      margin: 50px auto;
                      box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
                      -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
                      -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
                      -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
                      -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
                      border-radius: 20px;
                      -moz-border-radius: 20px;
                      -webkit-border-radius: 20px;
                      -o-border-radius: 20px;
                      -ms-border-radius: 20px; }

                       .qmsheader{
                        padding-top: 10px;
                        padding-bottom: 25px; 
                        color: #90c0ce;
                        font-style: initial;
                        
                        font-size: 80px;
                      }

                      #signin {
                        margin-top: 16px; }

                        .signin-content {
                          padding-top: 30px;
                          padding-bottom: 87px; }

                          .signin-content {
                            padding-top: 30px;
                            padding-bottom: 87px; }

                            .signin-image {
                              margin-left: 100px;
                              margin-right: 100px;
                              margin-top: 10px; }

                              .signin-form h2{
                                color: #492002;
                              }

                              .panel {
                                border: 0;
                            }

                            .panel-heading {
                              border-radius: 0;
                              color: #085385 !important;
                              text-transform: uppercase;
                              margin-top: 1px;
                          }

                            .panel-heading h2{
                              font-size: 34px;
                              font-weight: 800;
                              color: black;
                              font-weight: bold;
                            
                            }
              
                            .video-size {
                              height:650px; /* Height option*/
                              width:100%;
                            overflow:hidden;
                          }
                          .video-size > video {
                              min-width: 100%;
                              min-height: 100%;
                          } 

                          
                          /* #myVideo {
                            width: 100%;
                            height: auto;
                          } */

                          .custm-marque marquee{
                            font-size: 25px;
                            font-weight: bold;
                            color: rgb(114, 33, 33);
                         
                          }

                          .custm-mrgntop{
                            margin-top: 5px;
                          }

                          .containerwhite{
                            background-color: #ffffff;
                            color: #ffffff;
                          }

                          .custm-datetime span{  
                            font-size: 34px;
                            font-weight: bold;
                          }

                          
                          .custmspan{
                            margin-left: 15px;
                            color:Red;
                            font-weight: bold;
                          }
                              
                          .tokenissue-header h2{
                            color: rgb(255, 125, 32);
                            text-align: center;
                            font-size: 48px;
                            margin-top: 20px;
                            margin-bottom: 30px;
                          }

                          .issue-btn {
                            background-color: #000;
                            border: none;
                            color: rgb(255, 255, 255);
                            align-items: center;
                            text-align: center;
                            vertical-align:middle;
                            transform: "translate(-50%, -50%)";
                            font-size: 16px;
                            margin: 4px 2px;
                            opacity: 0.6;
                            transition: 0.3s;
                            width: 80%;
                            font-size: 23px;
                          }
                          
                          .issue-btn:hover {
                            opacity: 2;
                            color: #ffffff;
                          }

                          .callsbtn{
                            color: #333;
                           border: 1px solid rgb(34, 84, 248);
                           border-bottom: 5px solid rgb(53, 88, 245);
                           font-size: 22px;
                           margin: 3px;
                           padding: 8px 8px 10px 10px;
                           display: inline-block;
                           -webkit-touch-callout: none;
                           -webkit-user-select: none;
                           -khtml-user-select: none;
                           -moz-user-select: none;
                           -ms-user-select: none;
                           user-select: none;
                           position: relative;
                           top: 0px;
                           width: 100%;
                           height: 60px;
                           text-align: center;
                           }
                           
                           .callsbtn:hover{
                           cursor: hand; 
                           cursor: pointer;
                           }
                           
                           .callsbtn:active{
                           border-bottom: 3px solid #999;
                           top: 3px;
                           }


                           .switch {
                            position: relative;
                            display: inline-block;
                            width: 60px;
                            height: 34px;
                          }
                          
                          .switch input { 
                            opacity: 0;
                            width: 0;
                            height: 0;
                          }
                          
                          .slider {
                            position: absolute;
                            cursor: pointer;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            background-color: #ccc;
                            -webkit-transition: .4s;
                            transition: .4s;
                          }
                          
                          .slider:before {
                            position: absolute;
                            content: "";
                            height: 26px;
                            width: 26px;
                            left: 4px;
                            bottom: 4px;
                            background-color: white;
                            -webkit-transition: .4s;
                            transition: .4s;
                          }
                          
                          input:checked + .slider {
                            background-color: #2196F3;
                          }
                          
                          input:focus + .slider {
                            box-shadow: 0 0 1px #2196F3;
                          }
                          
                          input:checked + .slider:before {
                            -webkit-transform: translateX(26px);
                            -ms-transform: translateX(26px);
                            transform: translateX(26px);
                          }
                          
                          /* Rounded sliders */
                          .slider.round {
                            border-radius: 34px;
                          }
                          
                          .slider.round:before {
                            border-radius: 50%;
                          }

                          #success-message,
                          #error-message{
                            background: transparent;
                            color: green;
                            font-size: 25px;
                            padding: 10px;
                            margin: 10px;
                            display: none;
                            position: fixed;
                            right: 15px;
                            top: 100px;
                            z-index: 20;
                          }
                          #error-message{
                            background: transparent;
                            color: rgb(255, 61, 43);
                          }
                
                          .edit-btn{
                            background-color: transparent;
                            background-image: url(../img/edit_icon.png);
                            background-repeat: no-repeat;
                            border: none;
                            color: transparent;
                            width: 35px;
                          }
        
                          .delete-btn{
                            background-color: transparent;
                            background-image: url(../img/delete_icon.png);
                            background-repeat: no-repeat;
                            border: none;
                            color: transparent;
                            width: 35px;
                          }

                          @keyframes blink {
                            50% {
                              opacity: 0.0;
                            }
                          }
                          @-webkit-keyframes blink {
                            50% {
                              opacity: 0.0;
                            }
                          }
                          .blink {
                            animation: blink 1s step-start 0s infinite;
                            -webkit-animation: blink 1s step-start 0s infinite;
                          }

                          .card-body {
                            max-height:800px;
                            overflow:auto;
                          }

                    
								

								