/* Top bar */
.topnav {
    overflow: hidden;
    margin-top: 5px;
  }

  .topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }

  .topnav a.active {
    background-color: #2196F3;
    color: white;
  }

  .topnav .search-container {
    float: right;
  }

  .topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
  }

  .topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }

  .topnav .search-container button:hover {
    background: #ccc;
  }

  @media screen and (max-width: 600px) {
    .topnav .search-container {
      float: none;
      display:none;
    }
    .topnav a, .topnav input[type=text], .topnav .search-container button {
      float: none;
      display: block;
      text-align: left;
      width: 100%;
      margin: 0;
      padding: 14px;
    }
    .topnav input[type=text] {
      border: 1px solid #ccc;  
    }
  }


/* request-email - text */

    .circle {
        background: #c1c1c1;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        margin-right:5px;
        overflow:hidden;
        padding:20px;
        position:relative;
    }

    .text {
        transform:translate(-50%,-50%);
        position:absolute;
        top:50%;
        left:50%;
    }

/* Side */


body {
    color:#212529;
  }

  .nav-link {
    color: #515356;
  }

  .left_col {
      max-height:100%;
      width:260px;
      position:relative;
      float:left;
  }
  .left_col_sm {
      box-shadow:  0 9px 0px 0px white, 0 -9px 0px 0px white, 0 0  0.5em rgb(0 0 0 / 15%);
      max-height: 100%;
      width:70px;
      position:relative;
      float:left;
      background-color:#fff;
  }

  .right_col {
    margin-left: 260px;
    overflow: visible;
      transition: all .3s;
      background: #F7F7F7;
  }

  .right_col_sm {
    margin-left: 70px;
    overflow: visible;
    transition: all .3s;
    background: #F7F7F7;
  }

  @media (max-width: 991px) {
    .left_col {
        display: none;
    }
    
    .right_col {
      margin-left: 0px;
      padding: 0px !important;
    }
  }

  .nav-sm .nav.side-menu i {
      font-size: 25px !important;
      text-align: center;
      width: 100% !important;
      margin-bottom: 5px;

  }

  .nav-sm .dropdown .sidebar-text {
    text-align: center !important;
      font-weight: 400;
      font-size: 10px;
      padding: 10px 5px;
  }

  .nav-sm .nav-link {
    text-align:center !important;
  }
  .nav-md .justify-content-between {
      padding-right: 10px !important;
  }
  .nav-md .child_down {
    border-top: 1px solid dodgerblue;
    border-bottom: 1px solid dodgerblue;

  }
  .nav-md .child_down li {
      padding-left: 20px;
      background: #F7F7F7;
  }

  .nav-sm .child_down {
    border-top: 1px solid dodgerblue;
    border-bottom: 1px solid dodgerblue;

  }
  .nav-sm .child_down li {
      background: #F7F7F7;
  }

  .x-title {
    background: #fff;
  }