
 /*
 =========================================
  Defult Css Start
 =========================================
 */

 html{
    width: 100%;
    overflow-x: hidden;
 }

 h1{
    font-size: 40px;
    margin-bottom: 0;
}
h2{
    font-size: 35px;
    margin-bottom: 0;
}
h3{
    font-size: 30px;
    margin-bottom: 0;
}
h4{
    font-size: 25px;
    margin-bottom: 0;
}
h5{
    font-size: 20px;
    margin-bottom: 0;
}
h6{
    font-size: 16px;
    margin-bottom: 0;
}

p{
    font-size: 16px;
    margin-bottom: 0;
}


 ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0rem;
 }

a{

    text-decoration: none;
}

 a:hover{
  color: var(--main-color-blue);
 }


 :root{
    --main-color-blue:#4db2ec;
    --main-color-deepblue:#1b75ba;
    --main-color-red:#eb0000;
    --main-color-white:#ffffff;
    --main-color-ofwhite: #f2f2f2;
    --main-color-gray: #504d4d;
 }

 .sidebar ul > li > .nav-link{
    padding: 1rem 1rem;
 }

 .nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
}

 .form-control{
    height: calc(1.8rem + 2px);
    padding: 0.25rem 0.5rem;
}

.card-header{
    padding: 1.5rem 1.25rem;
    margin-bottom: 2rem;
}

.bootstrap-tagsinput{
    width: 100%;
}

.bootstrap-tagsinput .tag{
    background-color: #283a97;
    border-radius: 5px;
    padding: 1px 5px;
}

 .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
 .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused
{
    min-height: 400px;
}


canvas ,.old_imginput{
    height: 75px;
    width: 75px;
    margin-left: 20px;
    box-shadow: 0px 0px 5px 0px #c9c9c9;
    object-fit: cover;
  }

  .displaytableImg{
    width: 120px;
    height: 70px;
    object-fit: cover;
  }



  /*
 =========================================
  Defult Css End
 =========================================
 */


 @media only screen and (max-width: 600px) {
    p {
        font-size: 14px;
    }
  }
