
    .btn-custom{
        color: #10393b;
        background-color: transparent;
        background-image: none;
        border-color: #10393b;
        border-radius: 10px!important;
    }
    .btn-outline-secondary, .btn-outline-danger, .card-stats .icon-big.icon-secondary{
        border-radius: 10px!important;
    }
    
    .btn-custom-2{
        color: #10393b;
        background-color: transparent;
        background-image: none;
        border-color: #10393b;
        border-radius: 6px!important;
    }
   
    .btn-custom:hover{
        color: white;
        background-color: #10393b;
        background-image: none;
        border-color: #10393b;
    }
    
    .btn-custom-2:hover{
        color: white;
        background-color: #10393b;
        background-image: none;
        border-color: #10393b;
    }
    
    .nav-pills.nav-black .nav-link.active {
        background: #10393b;
    }

    .form-control{
        /*border: 1px solid #10393b;*/
        border: 1px solid #ced4da;
	    padding: 0.8rem 0.75rem;
	    border-radius: 10px!important;
    }

    .text-secondary2{
        color: #10393b;
    }

    .quick-actions .avatar-item{
        background-color: #10393b;
    }

    .bg-custom{
        background-color: #10393b!important;
    }
	
	.badge {
	    padding: 0.15em;
	    border-radius: 4px!important;
	}
	
	.badge-2 {
	    padding: 0px 3px;
	    border-radius: 4px;
	    font-weight: 500;
        font-size: 20px;
        border: 1px solid #ddd;
	}
	
	.card {
        border-radius: 0.8rem!important;
    }
    
	.container-login {
        /*background-color: #f9fbfd!important;*/
        border: 1px solid rgba(0,0,0,.150)!important;
        border-radius: 1.5rem!important;
    }
    
    .rounded {
        border-radius: 10px!important;
    }
    
    .login {
        background-color: #f9fbfd!important;
    }
    
    /* custom CSS for select2 */
    .select2-container--default .select2-selection--single {
        padding: 22px;
        border: 1px solid #ced4da;
        border-radius: 10px;
    }
    
    .select2-container .select2-selection--single .select2-selection__rendered {
        margin-top: -13px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        margin-top:8px;
    }
    
    .has-error2{
        border: 1px solid red;
    }
	
    .row .form-group .form-check-label {
        white-space: normal !important;
    }
    
    .input-group-text {
        background-color: #fff;
        border: 1px solid #fff;
    }
    
     .card-header {
        padding: 0.3rem!important;
        border-bottom: 1px solid black;
        border-radius: 10px!important;
    }
    
    .card-title {
        font-size: 16px!important;
        font-weight: 600!important;
    }



