.upload-form-section{
    margin:auto;
}
#video-input {
  display: none;
}
.lspace {
margin-left:10px;
}
.disclaimer{
  border: 1px solid #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.disclaimer .header{
  font-size: 20px;
  font-weight: bold;
}
.disclaimer .content{
  font-size: 14px;
}
#frm_register .address{
  display: flex;
}
.file-error{
  display: none;
}
label.error{
  color: red;
}
form#frm_register input[type="radio"]{
  padding: .5rem;
  border-radius: 50px;
  margin: 10px 0px;
}
form#frm_register input[type="radio"].active{
  outline: none;
  box-shadow: 0 0 0 3px rgba(164,202,254,.45);
  border-color: #a4cafe;
  background-color: #a4cafe;
}
.user-type{
  display: flex;
}
.user-type span{
  line-height: 38px;
  margin-left: 20px;
  cursor: pointer;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  text-transform: capitalize;
}
.dashboard .category{
  max-width: 500px;
  margin: auto;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
  margin-bottom: 20px;
}

.dashboard .category a{
  padding: 50px;
  display: block;
}
i.fa-minus{
  color: red;
}
i.fa-check{
  color: green;
}


body header .navigation{
    position:absolute;
    top:10px;
    right: 0px;
}

body header{
    position: absolute;
    width: calc(100% - 7em);
    top: 30px;
}
body .logo img{
    height: 70px;
}

body {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #000;
    padding: 6em 4em 4em 4em; }
    body.is-preload *, body.is-preload *:before, body.is-preload *:after {
      -moz-animation: none !important;
      -webkit-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
      -moz-transition: none !important;
      -webkit-transition: none !important;
      -ms-transition: none !important;
      transition: none !important; }
    body > * {
      position: relative;
      z-index: 2; }

@media screen and (max-width: 1680px) {
body {
    padding: 6em 3.5em 3.5em 3.5em; } }
@media screen and (max-width: 736px) {
body {
    padding: 5em 2em 2em 2em; } }
@media screen and (max-width: 360px) {
body {
    padding: 5em 1.25em 1.25em 1.25em; } }


    #footer {
        -moz-transition: opacity 0.5s ease-in-out;
        -webkit-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        bottom: 0px;
        color: rgba(255, 255, 255, 0.5);
        left: 4em;
        opacity: 0.5;
        font-size: 16pt;
        position: relative;
     }
        #footer .icons {
          margin: 0 0 0.5em 0; }
        #footer .copyright {
          font-size: 0.8em;
          list-style: none;
          padding: 0; }
          #footer .copyright li {
            border-left: solid 1px rgba(255, 255, 255, 0.25);
            display: inline-block;
            line-height: 1em;
            margin: 0 0 0 0.75em;
            padding: 0 0 0 0.75em; }
            #footer .copyright li:first-child {
              border-left: 0;
              margin-left: 0;
              padding-left: 0; }
          #footer .copyright a {
            color: inherit; }
        #footer:hover {
          opacity: 1; }
        #footer > :last-child {
          margin-bottom: 0; }
        @media screen and (max-width: 1680px) {
          #footer {
            left: 3.5em; } }
        @media screen and (max-width: 736px) {
          #footer {
            left: 2em; } }
        @media screen and (max-width: 360px) {
          #footer {
            /* left: 1.25em;  */
            left: 0px;
          }
        }
        @media screen and (max-height: 640px) {
          #footer {
            bottom: auto;
            left: auto;
            margin: 1em 0 0 0;
            position: relative; } }

            /* Icon */
.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative; }
    .icon:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 400; }
    .icon > .label {
      display: none; }
    .icon:before {
      line-height: inherit; }
    .icon.solid:before {
      font-weight: 900; }
    .icon.brands:before {
      font-family: 'Font Awesome 5 Brands'; }

  /* List */
  ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em; }
    ol li {
      padding-left: 0.25em; }

  ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em; }
    ul li {
      padding-left: 0.5em; }

  /* Icons */
  ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0; }
    ul.icons li {
      display: inline-block;
      padding: 0 1em 0 0; }
      ul.icons li:last-child {
        padding-right: 0; }
      ul.icons li .icon:before {
        font-size: 1.25em; }
      ul.icons li a {
        color: inherit; }
a {
    -moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
    -webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
    -ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
    transition: border-bottom-color 0.2s ease, color 0.2s ease;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.25);
    color: #1cb495;
    text-decoration: none; }
    a:hover {
        border-bottom-color: transparent;
        color: #1cb495 !important;
        text-decoration: none; }
div.container.content{
    min-height: calc(100vh - 350px);
}
.btn-update-user{
    margin-top: 40px;
    margin-left: 0px !important;
}
#frm_register .leading-tight{
    margin-top: 20px;
}
.mobile-nav{
    display: none;
}
.mobile-nav a{

}
@media only screen and (max-width: 600px) {
    .category {
        min-width: 300px;
    }
    .dashboard .category a{
        padding: 30px;
    }
    body .logo img{
        width: 25vw;
        height: auto;
    }
    .mobile-nav{
        display: block;
        text-align: right;
        width: 100%;
    }
    .mobile-nav .menu{
        text-align: left;
        display: none;
        width: calc(100vw - 40px);
        margin-left: calc(-25vw);
        background-color: #fff;
    }
    .mobile-nav .menu>a, .mobile-nav form{
        width: 100%;
        padding: 20px;
    }
    .mobile-nav i{
        margin-bottom: 40px;
    }
    .mobile-nav.active .menu{
        display: grid;
    }
    .mobile-nav i{
        color: #fff;
    }
    .navigation{
        display:none;
    }
    body header{
        width: calc(100% - 40px);
        display: flex;
        z-index: 100;
    }
    #footer > :last-child{
        /* display: grid; */
    }
}

@media only screen and (max-width: 450px) {
    .category {
        min-width: 200px;
    }
    .dashboard .category a{
        padding: 20px;
    }
}

.py-12.content{
    padding: 50px 0px;
}
