    body {
    	background: #fff;
    	color: #020D26;
    	font-family: "Montserrat";
    }

    /*   .btn-dark {
        padding: 2px 8px;
        color: #fff;
        background-color: #35434D;
        border-color: #35434D;
        border-radius: -6px;
        font-size: 20px;
        width: 102% !important;
        font-weight: 500;
    }
*/
    .btn-dark {
    	color: #fff;
    	background-color: #17a2b8;
    	border-color: #17a2b8;
    	padding: 2px 8px;
    	border-radius: 1px;
    	font-size: 14px;
    	font-weight: 500;
    }


    .btn-danger {
    	color: #fff;
    	background-color: #FF6158;
    	border-color: #FF6158;
    	padding: 2px 8px;
    	border-radius: 1px;
    	font-size: 14px;
    	font-weight: 500;
    }

    .table thead th {
    	vertical-align: bottom;
    	border-bottom: 2px solid #dee2e6;
    	color: #fff !important;
    	font-size: 14px;
    	font-weight: 600;
    	padding: 11px 26px;
    }

    .table td,
    .table th {
    	vertical-align: top;
    	font-weight: 600;
    }

    .table td,
    .table th {
    	padding: 11px 26px;
    }

    .table {
    	width: 100%;
    	margin-bottom: 1rem;
    	color: #020D26;
    	text-align: left;
    	font-size: 15px;
    	font-weight: 600;
    }

    td span {
    	color: #373434 !important;
    }




    .upload__btn {
    	border: 1px dotted #707070;
    	color: #707070;
    	background-color: white;
    	padding: 20px;
    	font-size: 18px;
    	/* font-weight: bold; */
    	/* background: url(http://annavlasenko.com/files-for-codepen/upload.png); */
    	background-position: 8px 8px;
    	background-repeat: no-repeat;
    	width: 100%;
    }

    .upload {
    	position: relative;
    	overflow: hidden;
    	display: inline-block;
    	width: 100%;
    }

    .upload__input {
    	font-size: 100px;
    	position: absolute;
    	left: 0;
    	top: 0;
    	opacity: 0;
    	cursor: pointer;
    }

    .edits .w-50 {
    	width: 34% !important;
    }

    .edits .w-50 {
    	width: 100% !important;
    }

    .edits {
    	background-color: #EEEEEE;
    }

    .edits textarea.form-control {
    	height: 70px;
    }

    .edits .form-control {
    	display: block;
    	width: 100%;
    	height: 54px;
    	padding: -0.625rem 0.75rem;
    	font-size: 15px;
    	font-weight: 500;
    	line-height: 0.5;
    	color: #495057;
    	background-color: #ffffff;
    	background-clip: padding-box;
    	border: 1px solid #EEEEEE;
    	border-radius: 0.25rem;
    	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    	border-radius: 1px;
    	font-family: 'Montserrat';
    	line-height: 31px;
    }

    .edits label {
    	display: inline-block;
    	margin-bottom: 0.5rem;
    	font-size: 15px;
    	font-weight: 600;
    	color: #171616;
    }

    .edits p {
    	font-size: 16px;
    	font-family: "Montserrat";
    	color: #171616;
    }

    @media only screen and (max-width: 600px) {
    	.logo-area .text-danger {
    		color: #FF2116 !important;
    		font-size: 14px;
    	}

    	ul.navbar-nav>li>a {
    		padding: 4px 11px !important;
    		color: #fff;
    	}

    	.edits .form-control {
    		display: block;
    		width: 100%;
    		height: 54px;
    		padding: -0.625rem 0.75rem;
    		font-size: 13px;
    	} 
    }

    @media (max-width: 1200px) {  
    	ul.navbar-nav>li .nav-link {
    		font-size: 14px;
    	}
    }

  .table>:not(caption)>*>* {
      padding: .5rem .5rem;
      color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
      background-color: transparent !important;
      border-bottom-width: var(--bs-border-width);
      box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  }