body {
    color: #171973;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.productList__item {
    display: inline-block;
    border: 1px solid #edf2f7;
    border-radius: 20px;
    padding: 15px !important;
    transition: all 0.6s ease;
    color: #171973;
}

.productList__item:hover {
    background: #edf2f7;
    cursor: pointer;
}

.productList__item h4 {
    font-size: 18px;
}

.productList__item p {
    font-size: 15px;
}

.icon__blueRound{
    background-image: linear-gradient(85deg,#6e18cd 10.49%,#2674fc 144.44%);
    border-radius: 20px;
    padding: 4px;
    box-sizing: border-box;
    color: white !important;
    position: relative;
top: -3px;
}

.select-wrapper input.select-dropdown{
    font-weight: 300;
}


.productList__price {
    display: inline-block;
    position: relative;
    top: -2px;
    font-weight: 400;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    color: #171973;
    margin-left: 10px;
    border: 1px solid #171973;
}

.serviceList__item{
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 4px 20px -2px #7786d180;
    transition: all 0.6s ease;
    
}
.serviceList__item p{
}
.serviceList__item:not(.block-red):hover
{
    background: #edf2f7;
    cursor: pointer;
}

.updownControll__btn{
    opacity: 0.3;
    transition: 0.3s all ease;
}

.updownControll__btn:hover{
    opacity: 1;
}

tr {
    border-bottom: 1px solid #edf2f7;
    }

pre {
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    max-width: 100%;
    overflow: auto;
    word-wrap: break-word;
    border-radius: 15px;
    background: #edf2f7;
    padding: 30px;
    box-sizing: border-box;
}
.docCode a{color:#171973;}
.docSubHeader{
color: #666;
text-transform: uppercase;
font-size: 14px;
font-weight: 800;
margin-bottom: 0px;
}
.docCode{
color:black;
}
.serviceChart{
border-radius: 15px;
background: #edf2f7;
padding: 30px;
padding-bottom: 15px;
}

.progress{
    position: fixed;
top: 0px;
left: 0px;
padding-top: 0px;
margin-top: 0px; 
background-color: #171973;
}
.progress .indeterminate{
    background-color:aliceblue;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #171973;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color:rgba(44, 61, 145, 0.6);
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #718096;
    font-size: 14px;

}

.dropdown-content:not(.select-dropdown){
background: #edf2f7;
border-radius: 15px;
transition: ease .4s background;
}



.progress.off{
    display: none;
}

.bold {
    font-weight: 900 !important;
}

.medium {
    font-weight: 700 !important;
}

p {
    color: #4a5568;
    line-height: 1.35em;
}

.gradient {
    font-weight: 700;
    color: #171973;
    background: rgb(82, 161, 199);
    background: linear-gradient(93deg,#6e18cd -6.56%,#2674fc 113.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn__small_round {
    display: inline-block;
    background: #edf2f7;
    border-radius: 30px;
    color: #6e18cd;
    transition: ease .4s background;
    box-shadow: none;
    text-transform: none;
    border: 2px solid #6e18cd;
    background: none;
    box-sizing: content-box;
    font-weight: 500;
}

.btn__small_round:hover {
    background: #6e18cd;
    box-shadow: none;
    color: #fff;
}

i.right {
    margin-left: 0px;
}

.highlight {
    background-image: linear-gradient(120deg, rgba(68, 171, 255, 0.4), rgba(141, 188, 252, 0.4));
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: 0 65%;
    transition: ease all .2s;
    padding: 0 4px;
    margin: 0 -2px;
}

.highlight:hover {
    background-position: 0 50%;
    background-size: 100% 70%;
}

.logoImg {
    display: inline-block;
    height: 40px;
    transition: ease transform 0.5s;
}

.logoImg:hover {
    /* transform: scale(1.2); */
}

.btn-large {
    color: white;
    background: linear-gradient(85deg,#6e18cd 10.49%,#2674fc 144.44%);
    box-shadow: 0 24px 22px #1706640d,0 8px 10px #17066412,0 4px 4px #17066414,0 2.5px 3px #17066414,0 1px .5px #17066421;
    background: linear-gradient(93deg,#6e18cd -6.56%,#2674fc 113.42%);
    border-radius: 6px;
}

.btn-large:hover {
    box-shadow: none;
}

.btnGrey {
    background: #edf2f7;
    color: #4a5568;
}

.btnGrey:hover {
    background: #cbd5e0;
}

.material-icons {
    color: #171973;
}


.btn__small_round:hover .material-icons{
    color: #fff;
}


a[target=_blank] {
    transition: ease all 0.5s;
}

a[target=_blank]:hover {
    text-decoration: underline;
}

@media (max-width:1024px) {

    h1,
    h2,
    h3,
    h4 {
        font-size: 1.7em !important;
    }
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid rgba(68, 171, 255, 0.8) !important;
    -webkit-box-shadow: 0 1px 0 0 rgba(68, 171, 255, 0.8) !important;
    box-shadow: 0 1px 0 0 rgba(68, 171, 255, 0.8) !important;
}

input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: rgba(68, 171, 255, 0.8) !important;
}

.custom__highlight {
    /*border-bottom: 1px solid red !important;*/
    box-shadow: 6px 6px 12px rgba(202, 202, 202, .91) !important;
    background: #ff000008 !important;
}

input.valid {
    border-bottom: 1px solid rgba(68, 171, 255, 0.8) !important;
}

.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}



.mt120 {
    margin-top: 120px;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb120 {
    margin-bottom: 120px;
}

.mr0 {
    margin-right: 0;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr30 {
    margin-right: 30px;
}

.mr60 {
    margin-right: 60px;
}

.ml0 {
    margin-left: 0;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml30 {
    margin-left: 30px;
}

.ml60 {
    margin-left: 60px;
}

.pt0 {
    padding-top: 0;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt30 {
    padding-top: 30px;
}

.pt60 {
    padding-top: 60px;
}

.pb0 {
    padding-bottom: 0;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb60 {
    padding-bottom: 60px;
}

.pr0 {
    padding-right: 0;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr30 {
    padding-right: 30px;
}

.pr60 {
    padding-right: 60px;
}

.pl0 {
    padding-left: 0;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl30 {
    padding-left: 30px;
}

.pl60 {
    padding-left: 60px;
}


.morris-hover.morris-default-style {
	border-radius: 10px !important;
	padding: 5px !important;
	color: #666 !important;
	background: #edf2f7 !important;
	border: 1px solid #edf2f7 !important;
	font-family: sans-serif !important;
	font-size: 12px !important;
	text-align: center !important;
}

.topMenu__box{
    background: #edf2f7;
border-radius: 15px;
}
.topMenu__item{
    border-radius: 15px;
transition: all 0.6s ease;
color: #171973;
box-shadow: none;
padding: 10px 0px !important;
}

.topMenu__item_active{
    font-weight: 500;
background: #e4e8ec;
}

.text-small{
    font-size: 0.8rem;
}

.text-blue{
    color: #171973;
}

.text-green{
    color:cadetblue;
}

.text-red{
    color:crimson;
}

.text-grey{
    color:#718096
}

.text-black{
    color:#171973;
}
.text-medium{
    font-weight: 400;
}

.block-red{
    background: rgb(255, 233, 233);
}

.material-tooltip{
    text-align: left !important;
}


.restEditor__input{
    color: black !important;
font-weight: 300;
opacity: 1;
border-bottom-style: solid !important;
}
.restEditor__inputBox{
    
}
.restEditor__texthelper{
    color: #666 !important;
}
.restEditor__label{
    /* color: #171973 !important; */
    font-weight: 400;
}

.restEditor__resultBox{
    color: black;
    page-break-inside: avoid;
    font-size: 15px;
    line-height: 1.6;
    max-width: 100%;
    overflow: auto;
    word-wrap: break-word;
    border-radius: 15px;
    background: #edf2f7;
    padding: 30px;
    box-sizing: border-box;
}