.min-logo {
    width: 100px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.dropdown-menu-right{
    right: auto;
}
.h-input-file{
    width: 0;
    height: 0;
    opacity: 0;
}

td.relative.has_action {
    position: relative;
    /* display: flex; */
}

td.relative.has_action  .trash_btn {
    position: absolute;
    left: 7px;
    top: 12px;
    width: 35px;
    height: 36px;
    font-size: 15px;
    padding: 0;
}

td.relative.has_action .trash_btn i {
    font-size: 15px;
}

td.relative.has_action input.form-control {
    width: calc(100% - 30px);
}    
.mystyle {
    font-size: 14px;
    font-weight: bold;
}

      .mine {
        align-items: center;
        background: radial-gradient(farthest-side at bottom left, #eee, #ccc), 
        radial-gradient(farthest-corner at bottom right, #eee, #ccc 600px);
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: center;
        line-height: 1.5em;
        max-height: 7.5em;
      }
	  .element_about{
	    background-color: transparent;
        box-shadow: 0px 0px 0px #666;
        padding: 1.5em;
        width: 100%;
        font-size: 14px;
	  }
	  
		.element {
			background-color: transparent;
			box-shadow: 0px 0px 0px #666;
			padding: 1.5em 1.5em 1px 1.5em;
			width: 100%;
			font-size: 14px;
		}
      .element p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
            line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 160%;
		max-height: 45px; 
		min-height: 45px;
      }

    .hhc-db {
        color: darkblue; 
    }

    .hhc-pu {
        color: purple; 
    }

    .hhs-16 {
        font-size: 16px;
    }
    
    .hhs-14 {
        font-size: 14px;
    }
    
    .hhs-12 {
        font-size: 12px;
    }

    .hhs-10 {
        font-size: 10px;
    }
    
    .hhw-b {
        font-weight: bold;
    }
    
    .hha-c {
        text-align: center;
    }
    
    .hha-l {
        text-align: left;
    }
    
    .hha-r {
        text-align: right;
    }

    .sph {
        text-align: center; 
        color: #ffffff; 
        margin-top: 20px;
        
    }

    .sbgabout {
        background: linear-gradient(to top, #000066 0%, #ff99cc 100%);
    }

    .sbg6u {
        background: linear-gradient(to top, #33ccff 0%, #ffcc00 100%, #33ccff 0%);
    }

    .sbg5u {
        background: linear-gradient(to top,  #000066 0%, #ff99cc 100%);
    }

    .sbg4u {
        background: linear-gradient(to top, #ff99cc 0%, #ffcc00 100%);
    }

    .sbg3u {
        background: linear-gradient(to top, #ff99cc 0%, #000066 100%);
    }

    .sbgtrm {
        background: linear-gradient(to bottom, #000044 0%, #ffccee 100%);
    }

    .sbgfhr {
        background: linear-gradient(to bottom left, #ffccee 0%, #000044 100%);
    }

    .sbgstd {
        background: linear-gradient(to top, #ffcc00 0%, #33ccff 100%, #33ccff 0%);
    }

    .sbgvid {
        background: linear-gradient(to top, #33ccff 0%, #ffcc00 100%, #33ccff 0%);
    }

    .sbgnew {
        background: linear-gradient(to bottom left, #ff9900 0%, #ff99cc 100%);
    }
    
    .hhmt-10 {
        margin-top: 10px;
    }
    
    .hhmt-20 {
        margin-top: 20px;
    }
    
    .hhmt-30 {
        margin-top: 30px;
    }

    .border-15 {
        border-radius:25px;     
    }

    .box-shadow-green {
        width:100%; 
        height:100%; 
        border-radius:100px; 
        border:5px solid; 
        box-shadow: rgba(0, 255, 0, 0.25) 0px 55px 55px, 
                    rgba(0, 255, 0, 0.25) 0px -55px 55px, 
                    rgba(0, 255, 0, 0.25) 0px 55px 55px, 
                    rgba(0, 255, 0, 0.25) 0px 55px 55px, 
                    rgba(0, 255, 0, 0.12) 0px -55px 55px;
    }

    .box-shadow-red {
        width:100%; 
        height:100%; 
        border-radius:100px; 
        border:5px solid;
        box-shadow: rgba(255, 0, 0, 0.20) 0px 55px 55px, 
                    rgba(255, 0, 0, 0.20) 0px -55px 55px, 
                    rgba(255, 0, 0, 0.20) 0px 55px 55px, 
                    rgba(255, 0, 0, 0.20) 0px 55px 55px, 
                    rgba(0, 0, 0, 0.09) 0px -55px 55px;
    }
    
    .box-shadow-blue {
        width:100%; 
        height:100%; 
        border-radius:100px; 
        border:5px solid; 
        box-shadow: rgba(0, 0, 255, 0.20) 0px 55px 55px, 
                    rgba(0, 0, 255, 0.20) 0px -55px 55px, 
                    rgba(0, 0, 255, 0.20) 0px 55px 55px, 
                    rgba(0, 0, 255, 0.20) 0px 55px 55px, 
                    rgba(0, 0, 255, 0.09) 0px -55px 55px;
    }
