
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6 !important;
}
table tbody tr td {
    vertical-align: middle !important;
    font-size: 15px;
}
.table thead th {
    vertical-align: middle !important;
    font-size: 17px;
}
table thead th {
    color: #033e76;
    font-weight: 600;
    text-align: center !important;
}


/* Side bar active  */
.side-bar-nav .nav-item .active-tab{
    border-left: 2px solid #fff !important;
  }
  .nav-height { height:80px; }



/* dashboard */
.rounded-6 img{
    border: 0px !important;
    }
.before_color{
    overflow: hidden;
    max-height: 200px !important;
    height: 100% !important;
}

.rounded-6{
    border-radius: 10px !important;
    /* background-color: #f1f1f1 !important; */
}



.text_clr{
    color: #031b76;
        font-weight: 700;
        font-size: 20px;
    }
.text_clr_p{
    color: #000000;
}

.date-text-clr{
font-weight: 500 !important;
font-size: 15px !important;
color: #7D7D7D !important;
}





#code-editor{
  border: 1px solid #d1d1d1;
  max-width: 700px;
  margin: 0px auto;
}
.editor-block-controls{
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
  padding: 5px;
  background: #fff;
}
.editor-block-controls > div > button.command{
  outline: none;
  background-color: none;
  background: transparent;
  color: black;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  transition: .2s;
  border-radius: 3px;
  padding:5px 10px;
}
.editor-block-controls > div > button.command:hover{
  color: lightblue;
}
#editor-block-content{
  max-width: 100%;
  min-height:150px;
  width: 100%;
  height: auto;
  padding: 12px;
  resize: vertical;
  overflow: auto;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  border: 2px solid #e1e1e1;
  border-radius: 0 0 3px 3px;
  background: #F2F4F6;
  outline: none;
}
#editor-block-content > blockquote{
  border-left: 2px solid black;
  padding: 5px;
  background: #1111;
  font-style: italic;

}
.wsy-command{
  padding: 3px;
  border-radius: 3px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  transition: .2s;
}

/******************** 13-02-23 Hari ***************/

/* .homepage_bg_image {
    background-image: url(../images/santa-d-apps.jpg) !important;
    background-size: cover;

} */
.h-log-reg{
    color: black !important;
    font-size: 18px;
}
.h-nav-hom_log {
    color: white;
    text-decoration: none;
    font-size: 20px !important;
    padding-right: 20px;
}
.h-page_next{
    float: right;
}
/* .h-card_list:hover span{
  color:rgb(5, 5, 5);
} */
.short-des{
    /* color: black !important; */
}
/* .santa-logo{
    width:50%;
} */
/**************************** D - apps page ************************************/
.h_banner_1{
    background-color: rgba(5,5,47,1);
    color:white;
    padding: 1vw 6vw;
}
.banner-image2{
    width: 100%;
}
.h_banner_1 h2{
   font-size: 40px;
}
.h_banner_1 h6{
    font-size: 22px;
 }

/**************************** Login page ************************************/

.bg_1{
    background: white;
}
 /* .h-log-form{
    padding-top: 12rem;
 } */
 .h-log-form .card-header{
    border-bottom: none;
    text-align: center;
    font-size: 32px;
    color: rgb(0, 0, 0);
    font-weight: 700;
 }
 .h-log-form .card{
    background: #fff;
        padding: 20px;
        border-radius: 10px;
 }
 .h-log-form .col-form-label{
    padding-left: 0;
    font-size: 17px;
    font-weight: 700 !important;
    color: rgb(0, 0, 0);
 }
 .h-log-form .form-control {
    /* border-radius: 20px; */
}
.h-log-form .form-check-label{
    color: rgb(0, 0, 0);
}
.h-log-form .btn .btn-link{
    color: white;
}
.h-log-form .h-email{
    padding-bottom: 15px;
}
.h-log-form .form-check{
    padding-left: 30px;
}
.h-log-form .card-body{
    /* padding: 25px; */
}
.h-log-form .form-control:focus{
    border: 2px solid #07286e7a !important;
}
.h-log-form .h-but-log{
    font-size: 22px;
    background: linear-gradient(360deg, #162969, #162969);
    border: none !important;
}
.login_left_bg{
    background-color: white;
}
/* .left_bg_image{
    width: 100%;
} */
.login_right_bg{
    background: linear-gradient(336deg, #ff0e04a6, #07286efc);
    height: 100%;
}
/***************************************** App installation page ************************************/

.app-list_head {
    font-size: 35px;
    font-weight: 700;
}
.app-para{
    margin-top: 20px;
    color: #ce4444;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
 .but-load{
      background-color: #ce4444 !important;
      border: none !important;
      padding: 8px 40px !important;
}
.but-load:hover{
    background-color: #ce4444 !important;
    border: none !important;
}
.but-load:active{
    background-color: #ce4444 !important;
    border: none !important;
}

.par_about{
    font-size: 24px;
    color: black;
    font-weight: 500;
}
.head-logo{
    border-radius: 40px;
}

.h-slider-img{
    margin: auto;
}
.h-arrow{
    background-color: #000000 !important;
    width: 25px !important;
    height: 30px !important;
}
.h-tag {
    font-size: 16px !important;
    padding: 8px 18px !important;
    border: 1px solid rgb(218,220,224);
    border-radius: 16px !important;
    background: transparent !important;
    color: rgb(95,99,104) !important;
}
.h-review-logo{
    width: 30px;
    height: 27px;
}
.h-dated{
    /* margin-left: 10px; */
}
.h-star{
    /* padding-left: 8px; */
    padding-top: 5px; 
}
.h-head_all {
    font-size: 22px !important;
    padding-left: 10px;
}
.h-table_hover{
    background-color: white !important;
}
.chat-box{
    float: unset !important;
}
.chat-box_body{
    box-shadow: unset !important;
    border: none !important;
}
.h-rate_bar{
    border-radius: 10px !important;
}
.h-back_btn::before{
    font-size: 24px;
    color: #ce4444;
}
.h-pending{
    border: 1px solid #ce4444 !important;
    color: #ce4444 !important;
}
#edit-btn{
    display:flex;
    margin:auto;
}
.h-rating_descript{
    text-align: justify;
}
.page-nation-right .page-item.active .page-link{
    background: linear-gradient(to left, #743ad5, #d53a9d) !important;
    border-color: #8d8d8d !important;
    color: white !important;
}
.page-nation-right .page-link{
    color: black !important;
}
.page-nation-right .page-link:focus{
   box-shadow: none !important;
}
/* dapplist-nav here to start */
.dapplist-nav .nav a
{
    border-color: #CECECE !important;
    border-style: solid;
    background: #fff;
    color: #333;
    text-shadow: 0 1px #f5f5f5;
    box-shadow: -2px 0px 2px -2px rgb(0 0 0 / 10%);
    border-width: 1px 1px 1px 1px;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 8px 20px;
    border-radius: 0px !important;
}

.dapplist-nav .nav a:first-child
{
border-right: 0px !important;
}
.dapplist-nav .nav a:nth-child(2)
{
border-right: 0px !important;
}

.dapplist-nav .nav a.active
{
  border-top: 3px solid #F44343!important;
  box-shadow: inset 0px 0px 1.143em 0px rgb(0 0 0 / 13%);
  background: #F3F3F3;
}
.page-nation-right nav ul
{
    justify-content: end;
    margin-bottom: 0px;
}
.a-tag{
    color: inherit;
}
.a-tag:hover, .a-tag:focus {
    
    color: linear-gradient(336deg, #ff0e04a6, #07286efc);
}
.to-text{
    position: relative;
    padding: 25px 14px !important;
    background: #e3e1e2ba !important;
}
.to-text .chat_user{
    position: absolute;
    top: 4px;
    font-size: 14px;
    color: #06b0e7;
}
.to-text .chat_date{
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 12px;
    color: #2020c9;
    font-weight: 600;
}
.to-text .chat_time{
    position: absolute;
    bottom: 6px;
    right: 13px;
    font-size: 12px;
    color: #704e13;
    font-weight: 600;
}

.from-text{
    position: relative;
    padding: 25px 14px !important;
    
}
.from-text .chat_user{
    position: absolute;
    top: 4px;
    font-size: 14px;
    color: #06b0e7;
}
.from-text .chat_date{
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 12px;
    color: #2020c9;
    font-weight: 600;
}
.from-text .chat_time{
    position: absolute;
    bottom: 6px;
    right: 10px;
    font-size: 12px;
    color: #704e13;
    font-weight: 600;
}

.chat_message {
    font-size: 16px;
}
.jconfirm-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.information::before{
    font-family: fontawesome;
    font-size: 20px;
}
/************************************* Edit category *******************************/
.h-input_choose::file-selector-button{
margin-right: 20px;
    border: none;
    background: #152d6e;
    padding: 8px 20px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    transition: .2s ease-in-out;
}
.space{
    height: 1000px;
}

/**************************************** Home page banner ********************************/
.homepage_bg_image {
    background-image: url(../images/santa-d-apps-bg.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.h-nav-hom_log {
    color: white !important;
    text-decoration: none !important;
    font-size: 20px !important;
    padding-right: 20px;
}
/* .santa-logo{
    width: 100%;
} */

.banner-santa{
    position: absolute;
}
.banner-santa {
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    left: 50%;
}

/************************************* Dashboard page *******************************/
.h-dash_head{
    color:#182d6e;
    font-size: 26px;
    font-weight: 700;
}
.h-back_1{
    background: linear-gradient(180deg, #bb164dd9, #be522de6 100%);
    box-shadow: 0 2px 10px rgb(22 62 175 / 30%) !important;
    color:white;
    border: none !important;
}

.h-card_head>h2{
    font-size: 24px;
}
.h-pop_down {
    color: #182d6e;
    font-size: 22px;
}
.h-table {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h-table td{
    padding: 10px 20px !important;
}
.h-table th{
    padding: 5px 20px !important;
}
.h-down_card{
    border: 1px solid #82828259 !important;
    box-shadow: 0px 0px 14px 1px #0000003d !important;
}
.h-down_card .card-header{
    border-bottom: 1px solid #182d6e30 !important;
}
.h-table .thumbnail-image-width{
    width: 50px !important;
    height: 50px !important;
}
.h-down-name{
    color: #182d6e;
    font-size: 18px;
}
.h-down-name1{
      color: #c45560;
    font-size: 18px;
    font-weight: 600;
}

.get_username{
    font-weight: 600;
    background: #cac6c85e !important;
    border-radius: 10px !important;
    font-size: 14px;
}
.notyf{
    height: 20% !important;
}
.backgr_show img {
    width: 100% !important;
    height: auto !important;
}
.side-bar a{
    display: flex;
    align-items: center;
}
.social_img{
    max-width: 28px;
    width: 100%;        
}
.border_right{
    position: relative;
}
.border_right::after{
    position: absolute;
    content: "";
    right: 0;
    width: 2px;
    height: 20px;
    top: 50%;
    bottom: 50%;
    background-color: #a0a0a0;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }