




.container-login100 .bg-white {
    background-color: #0000008c  !important;
}


.card-footer{
    border-top: 1px solid rgb(255 255 255 / 27%);
}

.w-55 {
    width: 30% !important;
}




.list-group .list-group-item a{
    color: black;
}



.services .description{
    padding: 0;
}

#myUL{
    max-height: 275px;
    overflow: hidden;
    overflow-y: auto;
    color: #666;
    position: absolute;
    z-index: 99;
    background: white;
    box-shadow: 0px 1px 5px 0px #065ec040;
    width: 95%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#myUL li{
    text-align: left;
}

#myUL li a{
   font-size: 14px !important;   
  
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    color:  var(--primary-color);
}

.navbar .nav-item .dropdown-menu .dropdown-item{
    font-size: 14px;
}

#myUL li a{
    background: white !important;
}

ul#myUL::-webkit-scrollbar-thumb {
    background: #ccc;
}

ul#myUL::-webkit-scrollbar {
    width: 2px;
}

/*.navbar .nav-item .dropdown-menu .dropdown-item i{*/
/*    margin-right: 5px;*/
/*    font-size: 5px;*/
/*    display: flex;*/
/*    float: left;*/
/*    margin-top: 8px;*/
/*}*/

/*@media (min-width: 576px){*/
/*.jumbotron {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*}*/


@media (max-width: 992px){
.nav-scroller{
    display: none;
}
}

.jumbotron {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jumbotron  h1.display-4{
    font-weight: bold;
}

.main-search-box{
    height: 50px;
    padding: 0 43px 0 10px;
    margin: 0;
    position: relative;
    width: 100%;
    float: right;
    background-color: var(--white-color) !important;
    background: var(--white-color);
    border: none;
    line-height: 14px;
    display: inline-block;
    color: #666;
    border-radius: 4px !important;
    -webkit-appearance: none;
}

.main-search-box + .input-group-append .input-group-text{
    background: #21a7d033;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.main-search-box + .input-group-append{
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 3;
}

.input-group .input-group-text{
    background-color: white;
    border: none;
    line-height:0;
    height: 40px;
}

table tbody tr td .card a.btn-outline-primary{
    border-radius: 50%!important;
    padding: 8px 12px!important;
}

a.btn-outline-primary{
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}

a.btn-outline-primary:hover{
    box-shadow: none !important;
    background-color: var(--primary) !important;
    color: var(--white-color) !important;
    border-color: var(--primary) !important;
}
.card{
    box-shadow: 0px 20px 45px -5px rgb(0 0 0 / 7%) !important;
}

table tbody tr td .card{
    margin-bottom: -5px !important;
    padding-right: 10px;
}



table tbody tr td .card .bot-description + p{
    font-size: 14px;
}

table tbody tr td .card .bot-group-name:hover a{
    text-decoration: none;
}

table tbody tr td .card .bot-group-name:hover h2{
    color: var(--primary-color);
}

table tbody tr td .card .bot-group-name h2{
    font-size: 16px;   
    color: #0059c3;
}

table tbody tr td .card .card-body{
    padding: 10px;
}

table tbody tr td .icon-box .icon.box{
    width: 40px;
    height: 40px;
}

table{
    margin-bottom: 25px;
}

.dataTables_paginate.paging_simple_numbers, .col-sm-12.col-md-6 #dtBasicExample_filter{
    float: right;
}

.border{
    background: white;
}

.border:hover{
    background: #F8F8F8;
}

.shadow-sm{
    box-shadow: var(--shadow-color) !important;
}

.img_one .size{
    width: 100%;
    padding: 0 2px;
}

.img_one a{
    background: none;
    color: #000;
    margin-left: 2px;
}

.img_one a:hover{
    background: #f1f6ff;
}

.img_one{
    padding: 15px 0px;
    box-shadow: 0px 0px 15px #ededed;
}

.img_one:hover{
    box-shadow: 0px 0px 15px #ccccccc2;
}

.show-item{
    display: flex;
    align-items: center;
}



.textarea_box #zip_donload{
    margin-left: auto;
}

.textarea_box #zip_donload, .textarea_box #zip_remove{
    margin-right: 10px;
    margin-bottom: 10px;
}

.textarea_box #zip_donload a, .textarea_box #zip_remove a{
    color: #000;
    cursor: pointer;
}

.show.bs-tooltip-bottom {
    display: none;
}





















:root {
    --primary-gradient: linear-gradient(108deg,#0059c3 0%,rgba(0,129,255,0.7) 100%);
    --primary-color: #21a7d0;
    /*--primary-color: #cc2022;*/
    --primary-green: #20cc74;
    --light-blue-bg-color: #e8f2ff;
    --primary: #2078cc;
    --shadow-color: 0px 0px 2px 0px rgba(0,0,0,0.32);
    /*--orange: #09ad07;*/
    --orange: #0059c3;
    --shadow-color-second: 0 4px 24px 0 #6797ff1a, 0 12px 64px 0 rgb(103 151 255 / 10%);
    --box-shadow: 0 4px 5px 0 #6797ff1a, 0px -4px 20px 0 rgb(103 151 255 / 10%);
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
}

ol{
    padding: 0;
}

p,li{
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, span, p, ul, li, table, tr, td, input, a, dl, dt, dd{
    letter-spacing: 0.6px;
}

.h1, .h2, .h3, h1, h2, h3{
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 500;
    line-height: 1.1;
}

.btn-primary.focus, .btn-primary:focus{
    box-shadow: 0 0 0 1px rgb(38 143 255 / 50%);
} 

.btn-primary:hover, .page-item.active .page-link:hover{
    opacity: .8;
}

.btn-success {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-success:hover{
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    opacity: .8;
}

.bg-primary{
    background-color: var(--primary-color) !important;
}

#scrollUp{
    text-align: center;
    bottom: 50px;
    cursor: pointer;
    position: fixed;
    right: 50px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}

#scrollUp i{
    background: #21a7d0;
    border-radius: 50%;
    height: 40px;
    font-size: 24px;
    font-weight: 600;
    width: 42px;
    color: #fff;
    line-height: 36px;
    margin-left: 2px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 40%);
}


body{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background-color: var(--white-color) !important;
    margin: 0;
    padding: 0 !important;
}


nav.top-nav i{
    color: #000 !important;
    font-size: 14px;
    margin-right: 20px;
}

nav.top-nav i a{
    color: #000 !important;
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
    text-decoration: none;
}


li.nav-item{
    margin-left: 20px;
}
 
.nav-scroller{
    position: absolute !important;
    z-index: 4 !important;
    width: 100%;
    top: 108px;
    background: #00000082 !important;
}

.nav-scroller .nav-icon{
    color: #ffffff8f;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-brand{
    font-size: 16px;
    position: relative;
    color: var(--white-color);
}


.navbar-dark .navbar-brand{
    font-size: 28px !important;
    font-family: Saekana Script;
    font-style: italic;
    font-weight: 600;
}

 @media all and (max-width: 1224px){
    .login .c-h-l, .sign-up .c-h-l, .sidebar-d{
        display: none;
    }
    
     .login .c-h-r, .sign-up .c-h-r{
        margin-left: auto;
        margin-right: auto;
    }
 }
 
@media all and (max-width: 990px){
    table tbody tr td .card a.btn-outline-primary{
        display: none;
    } 
}


.navbar-dark .navbar-nav .login-register .nav-link{
    color: var(--primary-color) !important;
}

.navbar-dark .navbar-nav .login-register .nav-link:hover{
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover{
    /*color: var(--primary-color);*/
    opacity: .8;
}

 @media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none;  min-width: 12rem; }
	.navbar .nav-item:hover .nav-link{ color: #fff; opacity: .8;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
	.navbar .nav-item:hover{ background: #0059c314; border-radius: 10px; color: var(--primary-color); position: relative;}
}

/*.navbar-dark .navbar-toggler{*/
/*    background: black;*/
/*    height: 34px;*/
/*    width: 34px;*/
/*}*/

button.navbar-toggler:focus{
    outline: none !important;
}

.top-hom-header{
    background: linear-gradient(to bottom, #0000004f, #00000036), url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
    background-position: right;
}

ul.dropdown-menu{
    padding: 0;
    border: none; 
    box-shadow: var(--box-shadow);
}

ul.dropdown-menu li{
    border-bottom: 1px solid #eee;
}

li.dropdown-item{
    border-bottom: 1px solid #eee;
    padding: 5px;
}

li .login-register i{
    font-size: 12px;
    margin-right: 10px;
}

li .login-register a{
    padding: 0 !important;
    font-size: 14px !important;
}

li .login-register a:hover{
    color: var(--primary) !important;
}

li .login-register, li .login-register a,
li .login-register i{
    display: inline;
}

#services, #single-category, .service-white{
    background: white !important;
    /*background: #f7f8f9  !important;*/
    background: linear-gradient(180deg,#ffffff 0%,#F2F2FA 50%)!important;
    position: relative;
    z-index: 2;
}

.svg-shape1{
    width: 32%;
    height: 50%;
    top: -2%;
    left: 0;
    transform: rotate(10deg);
    position: absolute;
    z-index: 0;
    fill: rgb(0 181 230);
    opacity: .1;
}

.svg-shape2{
    position: absolute;
    height: 500px;
    width: 500px;
    top: 40%;
    fill: var(--orange);
    opacity: .1;
    right: 12%;
}

.svg-shape3{
    position: absolute;
    height: 500px;
    width: 500px;
    top: 68%;
    fill: #e126e0;
    opacity: .1;
    left: 2%;
}

.svg-logo{
    position: absolute;
    fill: #ca20cc;
    z-index: -1;
    opacity: .2;
    top: -7px;
    left: -10px;
    height: 53px;
    width: 63px;
}

.jumbotron{
    border-radius: 0;
}

.jumbotron h1.display-4{
    font-family: "Crimson Pro" !important;
    font-style: italic;
    height: auto;
    width: auto;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 33px;
}

.jumbotron h1 span{
    /*text-shadow: 1px 1px 5px white;*/
}

.jumbotron h2{
    font-size: 85px;
    font-family: Montserrat;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 70px;
    font-weight: 600;
}

.jumbotron p{
    font-family: "Nunito Sans";
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.taskbots-nav {
    background: var(--primary-color) !important;
    box-shadow: var(--shadow-color-second);
    z-index: 5;
}

#footer .footer-top{
    background: #000 !important;
}



#footer .footer-top .footer-newsletter form{
    border-radius: 4px;
}

#footer .footer-top h4{
    line-height: 25px;
    margin-bottom: 20px;
}

#footer .footer-top .footer-links ul a, #footer .footer-top p{
    opacity: .8;
}

#footer .footer-top h4:after {
    content: '';
    width: 44px;
    height: 1px;
    background: var(--white-color);
    position: absolute;
    bottom: 5px;
    left: 0;
}

#footer .footer-top .footer-info h3{
    margin-bottom: 30px;
}


.right-sidebar{
    background-color: var(--white);
    padding: 0px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

.right-sidebar .sidebar-title{
    background: transparent;
    color: black;
    text-align: left;
    padding: 8px 10px !important;
}

.right-sidebar .sidebar-title h6{
    color: #000;
    line-height: 1.2rem;
    font-weight: 600 !important;
}

.right-sidebar .list-group-item.disabled, .right-sidebar .list-group-item:disabled{
    background: transparent !important;
}

.right-sidebar .list-group-item.disabled{
    border-bottom: none;
    box-shadow: inset 0px 0px 19px 2px #21a7d0;
}

.right-sidebar .list-group-item{
    background: transparent !important;
    border-bottom: 1px solid #eee;
    line-height: 1.8rem;
}

.right-sidebar .list-group-item:nth-last-child(1) {
    border-bottom: none;
}

.right-sidebar .shadow-sm{
    box-shadow: none !important;
}

.list-group .list-group-item:hover a{
    text-decoration: none;
    opacity: .9;
}

.right-sidebar .list-group{
    position: relative;
    margin-top: 0px !important;
    border-bottom: 1px solid #eee;
}

.right-sidebar .list-group:before{
    /*content:'';*/
    position: absolute;
    width: 50px;
    height: 2px;
    background: #0059c3;
    top: -15px;
    left: 10px;
}

.right-sidebar h4{
    background: #000;
    font-weight: 600;
    padding: 10px;
    color: var(--white-color);
    border-radius: 4px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1.2rem;
}

.right-sidebar .list-des i{
    color: var(--primary-color);
    margin-top: 5px;
    transition: all .5s ease-out;
}

li.list-group-item.list-des{
    transition: all .5s ease-out;
}

li.list-group-item.list-des:hover{
    background: #21a7d00f !important;
}

li.list-group-item.list-des:hover .row{
    margin-left: 5px;
    transition: all .5s ease-out;
}

.c-border {
    /*border: 1px solid #dedede;*/
    padding: 15px 8px;
    border-radius: 10px;
    height: 155px;
    width: 100%;
    margin-bottom: 20px;
    /*box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%);*/
    transition: all .5s ease-out;
    background: var(--white);
    position: relative;
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

.c-border .icon.box{
    padding: 0px 5px;
    border-radius: 50%;
    box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
}

.services .icon-box{
    margin-bottom: 20px;    
}

.c-border .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}

.services .c-border .title:hover a{
    color: var(--text-color);
}

/*.services .c-border .title a{*/
/*    cursor: context-menu;*/
/*}*/

.services .c-border .title:hover a{
    /*color: var(--white-color) !important; */
    color: #000 !important;
}

.c-border .title a{
    font-size: 14px;
}

.c-border:hover {
    /*transform: scale(0.95);*/
    /*box-shadow: 1px 1px 3px #055ec7;*/
    /*background: var(--primary-gradient);*/
    /*box-shadow: 0px 1px 0px 0 #055ec7;*/
}

.c-border:hover .title a{
    /*color: var(--white-color);*/
    color: #000 !important;
    font-weight: 400;
}

.c-border:hover .icon.box{
    background: var(--white-color);
}

.c-border .icon.box svg {
    fill: var(--primary-color);
}

.c-border:hover svg{
    /*fill: var(--orange) !important;*/
    fill: var(--primary-color) !important;
}

.c-border .icon.box:hover svg {
    fill: var(--text-color);
}

.section-title{
    text-align: left;
}

.services .section-title .category_heading{
    font-size: 26px;
    color: #fff;
    text-align: left;
    font-weight: 700;
    background-image: -webkit-linear-gradient(left, #21a7d0, #21a7d073, #21a7d000);
    padding: 5px;
    margin-top: 0px;
}

.services .section-title p{
    font-size: 14px;
    margin: 0 auto 20px;
    opacity: .9;
    text-align: left;
}    

.nav_categories:hover::-webkit-scrollbar {
    height: 2px;
    background-color: transparent;
}
.nav_categories::-webkit-scrollbar {
    height: 2px;
    background-color: transparent;
}

.nav-underline .active:hover div {
    color: var(--primary-color);
}

.nav_categories:hover::-webkit-scrollbar-thumb{
    background-color: var(--primary-color);
}

.nav-icon{
    font-size: 14px;
}



.login-section .login-logo{
    font-size: 40px;
    color: #5ccffb;
    text-align: center;
    margin-bottom: 50px;
    
}

.login-section .text-primary{
    font-weight: 400;
    font-size: 16px;
    color: #000 !important;
}

.login-section{
    background: #fff !important;
    box-shadow: 1px 1px 5px gray;
    border-radius: 10px 10px 10px 10px;
}

.login-section .form-control{
    border: none;
    border-bottom: 1px solid #ccc;
}

.login-section .custom-control-label, .login-section .forget-pwd, .card-footer .dont-have a,
.login-section .text-dark{
    color: #000 !important;
    font-size: 14px !important;
    text-decoration: none;
    font-weight: 400!important;
}

.login-section .forget-pwd:hover, .login-section .custom-control-label:hover{
    opacity: .8;
}

.login .mdi-eye:before{
    position: absolute;
    right: 0;
    top: 14px;
}

.sm-f{
    font-size: 14px;
}

.sign-in{
    margin-top: 15px;
}

.sign-in button {
    border-radius: 20px;
    padding: 6px 40px;
    /*background: linear-gradient(108deg,#0059c3 0%,rgba(0,129,255,0.7) 100%);*/
    background: linear-gradient(90deg,#ff7f59 0%,#f7828e 100%);
    border-color: var(--orange);
}

.sign-in button:hover{
    /*background: linear-gradient(108deg,rgba(0,129,255,0.7) 0%,#0059c3 100%);*/
    background: linear-gradient(90deg,#f7828e 0%,#ff7f59 100%);
    border-color: var(--orange);
}

.divider {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    opacity: .7;
    position: relative;
}

.divider:before,.divider:after{
    content: '';
    width: 70px;
    height: 1px;
    position: absolute;
    background: gray;
    top: 14px;
    opacity: .7;
}

.divider:before{
    left: 95px;
}

.divider:after{
    right: 95px;
}

.g-sign img{
    margin-right: 10px;
}

.g-sign{
    border: 1px solid #ccc;
    justify-content: center;
    border-radius: 20px;
    width: 216px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 10px;
}

.g-sign:hover{
    opacity: .8;
}

.g-sign a{
    color: #000;
}

.dont-have {
    color: #000;
    font-size: 12px;
    opacity: .8;
    text-align: center;
    margin-top: 50px;
}

.dont-have a{
    color: #000;
    font-size: 12px;
}

.login-bg{
    background: linear-gradient(108deg,#0059c3 0%,rgba(0,129,255,0.7) 100%);
    height: 93.5%;
    border-radius: 10px 0px 0px 10px;
}

.sign-up .login-bg{
    height: 93%;
}

.r-logo-name{
    padding-left: 30px;
    padding-right: 8px;
    padding-top: 300px;
    padding-bottom: 300px;
}

.r-logo-name h2{
    color: #fff;
}

.r-logo-name p{
    color: #fff;
    opacity: .9;
}

.c-h-r{
    margin-left: -10px;
}

.container-login100{
    background-image: url(/assets/images/bgg.jpg);
    padding-top: 50px;
    height: auto;
}

.container-login100.forget{
    height: 100%;
}

.container-login100-form-btn{
    margin-top: 50px;
}

.single-category .bot-description{
    margin: 0 !important;
    margin-bottom: 10px !important;
    text-align: center;
}

.btn-primary-result {
    background-color: var(--primary-color) !important;
}

button.btn-primary-result:hover{
    opacity: .8;
}

#footer{
    background: #000000eb;
}

#footer .footer-top .footer-newsletter form input[type="submit"]{
    background: var(--primary-color);
    border-radius: 4px;
    font-size: 14px;
    padding: 0 8px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover{
    opacity: .8;
    background: var(--primary-color);
}

#footer .footer-top .footer-newsletter form input[type="email"]{
    width: calc(100% - 80px);
}

.page-item.disabled .page-link:hover{
    color: var(--main-hover-color);
}

.page-item.disabled .page-link{
    color: var(--primary-color);
}
.page-item.active .page-link{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

form#userForm{
    margin-top: 20px;
}

figure {
    position: relative;
    width: 100%;
    height: 155px;
    margin-top: 1em;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 155px;
    border-radius: 10px;
    background: var(--primary-color);
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
}

figcaption a{
    padding: 8px;
    text-decoration: none;
    color: var(--white);
    text-align: center;
    font-size: 16px;
    z-index: 1;
    font-weight: 700;
}

figcaption a:hover{
    /*text-decoration: none;*/
    color: var(--white);
}



figcaption span svg, figcaption span  {
    position: absolute;
    z-index: -1;
    opacity: .4;
    fill: #fff;
    display: flex;
    height: 100px;
    width: 100px;
    font-size: 120px;
    font-weight: bolder;
    align-items: center;
    justify-content: center;
}

.custom-dash {
    margin-bottom: 60px;
}

.heading-f h6.desc-question{
    
}

.content-f p, p.desc-para{
    text-align: justify;
}


select.form-control, input.form-control{
    border: 1px solid #ccc;
}

textarea.form-control{
    border: 1px solid #ced4da;
}

.ft h2, .ft h1, .ft h3{
    font-size: 18px;
    margin-top: 15px;
    font-family: 'nunito_sansregular' !important;
    font-weight: 600;
    color: var(--primary-color);
}

.ft .accordion{
    margin-top: 0;
    margin-bottom: 0;
}

.ft .accordion:after{
    content: none;
}

.ft .accordion .card{
    margin-bottom: 0 !important;
}

.ft .accordion .card .card-header{
    border-bottom: 1px solid #eee;
    padding: 15px;
}

.ft .accordion .card .card-header a:hover {
    color: transparent;
}

.ft .accordion .card-header div.justify-content-between h4{
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'nunito_sansregular' !important;
}

.ft .accordion .card-header div.justify-content-between{
    align-items: center
}

.ft .accordion .card-header div.justify-content-between i{
    color: #000;
}

.ft .desc-question, .ft h3.desc-para{
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

h4.border{
    border: solid 1px #ececec !important;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

mjx-container[jax="CHTML"][display="true"]{
    padding: 5px 10px;
}

.textarea_box .btn-outline-primary{
    border-radius: 4px!important;
}

.crp-img-lbl-reslt button.btn.btn-primary .docs-tooltip, .crp-img-lbl-reslt label.btn.btn-primary .docs-tooltip{
    padding: 0;
}

.crp-img-lbl-reslt button.btn.btn-primary, .crp-img-lbl-reslt label.btn.btn-primary{
    background: white !important;
    border: 1px solid #ccc !important;
    color: black !important;
    padding: 15px 25px !important;
}

.crp-img-lbl-reslt .docs-data .input-group-prepend .input-group-text{
    margin-right: 15px;
}

.crp-img-lbl-reslt .docs-data .input-group-prepend label:after{
    content: ':';
    position: absolute;
    left: 60px;
}

.crp-img-lbl-reslt .btn-group.btn-group-crop button.btn.btn-success{
    margin-right: 10px;
    border-radius: 4px;
}

.service-white a.btn.btn-primary-result{
    width: 100px;
    margin: 0 !important;
    padding: 10px !important;
    margin-top: 10px !important;
}

#actions.pb-5{
    padding-bottom: 60px !important;
    position: relative;
}

#actions .btn-group.btn-group-crop{
    padding: 8px 0px 9px 10px;
    background: #21a7d01f;
}

.img-info dt:after{
    content: ':';
    position: absolute;
    left: 80px;
}

.img-compress .col-form-label:after{
    content: ':';
    position: absolute;
    left: 110px;
}

input[type=checkbox], input[type=radio]{
    height: 8px;
}

.result{
    position: relative;
}

.result button{
    position: absolute;
    right: 25px;
    top: 40px;
    border: none;
}

.settings{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    background: #f9f9f9;
}

.settings .setting label{
    font-size: 14px;
    font-weight: 600;
    opacity: .8;
}

.service-white .mauto input{
    border-radius: 10px !important;
}

.service-white .in-st{
    position: relative;
}

.service-white .in-st .progress{
    position: absolute;
    bottom: -24px;
    left: 20px;
}

.service-white .in-st .progress .progress-bar{
    background-color: white;
    color: red;
    font-size: 12px;
    font-weight: 600;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.field-icon{
    top: 16px !important;
    font-size: 16px !important;
}

.dataTables_info{
    font-size: 14px;
}

#dtBasicExample_wrapper #dtBasicExample_length label,
#dtBasicExample_wrapper #dtBasicExample_filter label{
    display: flex;
}

#dtBasicExample_wrapper #dtBasicExample_length label select{
    width: 60px;
    margin-left: 10px;
    margin-right: 10px;
}

#dtBasicExample_wrapper #dtBasicExample_filter label input{
    width: 150px;
    margin-left: 10px;
}


hr.style14{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #8c8b8b, #f0f0f0, #f0f0f0);
    background-image: -moz-linear-gradient(left, #8c8b8b, #f0f0f0, #f0f0f0);
    background-image: -ms-linear-gradient(left, #8c8b8b, #f0f0f0, #f0f0f0);
    background-image: -o-linear-gradient(left, #8c8b8b, #f0f0f0, #f0f0f0);
}

li.nav-item.log-in a{
    background: var(--primary-color);
    color: white !important;
    border-radius: 4px;
    padding: 8px 15px !important;
}

li.nav-item.sign-up a{
    background: var(--primary);
    color: white !important;
    border-radius: 4px;
    padding: 8px 15px !important;
}

li.nav-item .hr{
    width: 2px;
    height: 100%;
    background: #ccc;
}

.social-l div{
    float: left;
    display: flex;
    color: white;
    background: #4267B2;
    border-radius: 100%;
    align-items: center;
    height: 34px;
    width: 36px;
    margin-right: 15px;
    justify-content: center;
    font-size: 16px;
}

div.d-f{
    background: #4267B2;
}

div.d-g{
    background: #db4a39;
}

div.d-t{
    background: #1DA1F2;
}

div.d-i{
    background: #cd486b;
}

@media (max-width: 991.98px){
.offcanvas-collapse {
        position: absolute !important;
        top: 62px !important;
        bottom: inherit !important;
        padding-bottom: 20px;
    }
}

@media (max-width: 1300px){
.jumbotron h2{
        font-size: 7vw;
        line-height: 1.2;
    }
}

@media (max-width: 1024px){
.jumbotron h2{
        font-size: 9vw;
    }
}

.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #fff;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

form#userForm .row:nth-child(3) h4.border {
    background: #21a7d00f !important;
    font-weight: 600;
}

.navbar .megamenu{ padding: 1rem; }


@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:-15px !important;  }

}	

@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px; 
  }
}

.navbar .megamenu .mx{
    margin-left: auto;
    margin-right: auto;
}

.navbar .megamenu h6.title{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    
}

.navbar .megamenu h3.title {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

.col-megamenu ul li a {
    color: #000;
    font-size: 14px;
}

.submegamenu{
    width: 200px;
}

.smegamenu{
    width: 100%;
    height: 100%;
    border: 1px solid;
    position: absolute;
    left: 200px;
    top: 0;
}



.dropdown-submenu {
    position:relative;
    width: calc(12vw - 0%);
}

.dropdown-submenu ul.dropdown-menu {
    width: calc(86vw - 0%);
    box-shadow: none;
}

.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

#word-counter .t-primary{
    background: #007bff0a;
    border: 1px solid #007bff1f;
}

#word-counter .t-warning{
    background: #ffc1070d;
    border: 1px solid #ffc10733;
}    
    
#word-counter .t-success{    
    background: #28a7450f;
    border: 1px solid #28a74538;
}
 /*image converter */
.img_one{
    margin: 0 !important;
}

.img_one .size {
    position: static;
    z-index: 0;
    backdrop-filter: saturate(180%) blur(10px);
    background-color: rgb(172 212 255);
    color: black;
    bottom: 0;
    left: 0;
    width: 54px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 2px;
}

.img_one .type {
    position: static;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: 0;
    display: block;
    min-width: 0;
    padding: 0;
    text-align: left;
    backdrop-filter: saturate(180%) blur(3px);
    background-color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

.img_one a{
    background: #f1f6ff;
    border-radius: 4px;
    color: rgb(42 125 240);
}

.img_one a i{
    padding: 7px 8px;
}
.custom_imgg{
    height: 100px;
    width: 100px;
}

.custom_imgg img{
    height: 100%;
    width: 100%;
}

.img_one_c .img_one{
    padding:  0;
    box-shadow: none;
}