@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.all-icons [class*="pe-"]{
    font-size: 40px;
}
.all-icons input{
    border: 0;
}
.all-icons .font-icon-detail{
    text-align: center;
    padding: 45px 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 15px 0;
}
.all-icons .font-icon-detail input{
    margin: 25px auto 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #aaa;
    font-size: 13px;
}

#map{
    position:relative;
    width:100%;
    height: calc(100% - 60px);
}

.places-buttons .btn{
    margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.sidebar .nav > li.active-pro a{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}


.select-list select {
   background: transparent;
   border: none;
   padding: 0px; 
}
.select-list{
    background: #fff  url(../img/icons/dropdown.jpg) no-repeat right 5px center;
    width: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #d8d8d8;
    height: 40px;
    outline: 0;
	overflow: hidden;
}
.select-list select {
   height:40px;
    width: 100%;
    padding-right: 38px;
    padding-left: 5px;
	vertical-align: bottom;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	border:0px;
	outline:0;
}
.select-list select option{
   color: #7a7a7a;
   font-size:12px;
}

.radio-list input[type=radio] + label{
	color:#202020;
}
.radio-list input[type=radio]{
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px;
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

.radio-list input[type=radio] + label{
  padding-left: 28px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:13px;
	color:#9a9a9a;
	vertical-align:middle;
	cursor:pointer;
	font-weight:normal;
}

.radio-list input[type=radio]:checked + label{
	background-position: 0 -22px;
}

.radio-list label{
	background-image: url(../img/icons/radio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-list  input[type="checkbox"] {
	-webkit-appearance: none;
    appearance: none;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding: 8px;
    background: #fff;
    cursor: pointer;
    outline: 0;
    margin-top: 2px;
    /* float: left; */
}

.checkbox-list input[type="checkbox"]:checked{
	background-color: #fff;
	border:1px solid #e5e5e5;
	box-shadow:none;
	background-position:center;
	background-image:url(../img/icons/check.png);
	outline:0;
}

.checkbox-list label{
	color:#747474 !important;
	font-weight:400 !important;
    cursor: pointer;
    margin-bottom: 0px;
    vertical-align: text-bottom;
	font-size:14px;
}

.datepicker{
    background: #fff url(../img/icons/calendar.png) no-repeat right 10px center;
}

.timepicker{
    background: #fff url(../img/icons/clock.png) no-repeat right 10px center;
}

.dashBX{
    border: 1px solid #eeeeef;
    display: block;
    padding: 30px 15px;
    border-radius: 3px;
    background: #f7f7f8;
    color: #464646;
    font-size: 22px;
    text-align: center;
    font-weight: 300;
}

.dashBX span{
	display:block;
	font-weight:400;
	color:#717171;
	font-size:28px;
}

span.p-quantity{
    font-size: 15px;
    font-weight: 300;
    margin: 8px 0px;
}

.store-menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.store-menu ul li{
	display:inline-block;
}

.store-menu ul li a{
    padding: 10px 15px;
    font-size: 16px;
    color: #8a8a8a;
    display: block;
    border: 1px solid #eaeaeb;
    border-radius: 5px;
    text-transform: uppercase;
}

.store-menu ul li a.active, .store-menu ul li a:hover{
	background:#f7f7f8;
}

table a{
	color:#888 !important;
}

table{
	color:#888;
}

.transfer-DD label{
    font-size: 15px;
    margin-right: 5px;
}

.transfer-DD .select-list{
	max-width: 250px;
    display: inline-block;
    vertical-align: middle;
}

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none;
	font-size:15px;
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid;
	color:#ececec;
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#202020;
    font-weight:400;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0;
	color:#ececec;
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#202020;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.tree li .t-update{
    font-size: 11px;
    margin-left: 8px;
	line-height:normal;
	display:none !important;
}

.tree li .t-update a i{
    color: #337ab7;
    vertical-align: text-top;
    margin: 1px 0px 0px 0px;
}

.tree li  .hover-update:hover .t-update{
	display:inline !important;
}

.bl-sheet p.title{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px 0px;
	color:#66F;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

.bl-sheet p{
	font-size:14px;
	margin-bottom: 15px;
	color:#909090;
}

.bl-sheet p span, .bl-sheet h5 span{
	float:right;
}

.bl-sheet p.s-title{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px 0px;
	color:#777;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

.padding-right0{
	padding-right:0px !important;
}

.n-con label.title{
    font-size: 16px;
    text-transform: none;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1%;
    width: 28%;
	background: none;
}



.n-con .form-control{
    display: inline-block;
    width: 70%;
}

.n-con .select-list{
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.loginBG{
	background:url(../img/loginBG.jpg) no-repeat top left;
	background-size:cover;
}

.loginBG .wrapper{
	background-color:transparent;
}

.pagination{
	margin-top:0px;
}

.pagination>li>a, .pagination>li>span {
    color: #627bae;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #ffffff;
    background-color: #627bae;
    border-color: #627bae;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #627bae;
    border-color: #627bae;
}

table img.listimage{
	height:25px;
	max-width:75px;
}

table img.listicon{
	height:25px;
	max-width:75px;
}

.tabbedMenu{
	padding:0px 15px;
}

.tabbedMenu .btn{
    background-color: #eaeaeb;
    border: 0px;
    width: 100px;
    padding: 7px 5px;
	border-radius: 5px 5px 0px 0px;
}

.tabbedMenu .active{
    background-color: #3b5a9a;
    color: #fff;    
}

/* ========= */
.sidebar .sidebar-wrapper, body > .navbar-collapse .sidebar-wrapper {
    background-color: #5f8699 !important;
}

.sidebar .nav li.dropdown ul.dropdown-menu {
    background-color: #7d9dad;
}

.sidebar .nav li:hover > a, body > .navbar-collapse .nav li:hover > a {
    background: #2C6FBB !important;
    opacity: 1;
    color: #fff;
    border-radius: 0;
}
/*
.sidebar .nav .dropdown:hover ul.dropdown-menu li a {
    color: #fff!important ;
}*/

.sidebar .nav li > a, body > .navbar-collapse .nav li > a {
    color: #fff!important ;
    opacity: 1;
}

/* ===== */
/*html,
body,
div,
span {
  height: auto;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}*/

.p-0 {
    padding: 0;
}

.fa-2x {
    font-size: 1.5em;
    width: auto;
}

.app {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    /*top: 19px;
    height: calc(100% - 38px);*/
    height:100%;
    margin: auto;
    padding: 0 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2);
  }
  
  .app-one {
    background-color: #f7f7f7;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2);*/
  }
  
  .side {
    padding: 0;
    margin: 0;
    height: 100%;
  }
  .side-one {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    display: block;
    top: 0;
  }
  
  .side-two {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0%;
    left: -100%;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  
  }
  
  .heading {
    padding: 10px 16px 10px 15px;
    margin: 0;
    height: 60px;
    width: 100%;
    background-color: #eee;
    z-index: 1000;
  }
  
  .heading-avatar {
    padding: 0;
    cursor: pointer;
  
  }
  
  .heading-avatar-icon img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }
  
  .heading-name {
    padding: 0 !important;
    cursor: pointer;
  }
  
  .heading-name-meta {
    font-weight: 700;
    font-size: 100%;
    padding: 5px;
    padding-bottom: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    display: block;
  }
  .heading-online {
    display: none;
    padding: 0 5px;
    font-size: 12px;
    color: #93918f;
  }
  .heading-compose {
    padding: 0;
  }
  
  .heading-compose i {
    text-align: center;
    padding: 5px;
    color: #93918f;
    cursor: pointer;
  }
  
  .heading-dot {
    padding: 0;
    margin-left: 10px;
  }
  
  .heading-dot i {
    text-align: right;
    padding: 5px;
    color: #93918f;
    cursor: pointer;
  }
  
  .searchBox {
    padding: 0 !important;
    margin: 0 !important;
    height: 60px;
    width: 100%;
  }
  
  .searchBox-inner {
    height: 100%;
    width: 100%;
    padding: 10px !important;
    background-color: #fbfbfb;
  }
  
  
  /*#searchBox-inner input {
    box-shadow: none;
  }*/
  
  .searchBox-inner input:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
  
  .sideBar {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff;
    overflow-y: auto;
    border: 1px solid #f7f7f7;
    height: calc(100% - 120px);
  }
  
  .sideBar-body {
    position: relative;
    padding: 10px !important;
    border-bottom: 1px solid #f7f7f7;
    height: 72px;
    margin: 0 !important;
    cursor: pointer;
  }
  
  .sideBar-body:hover {
    background-color: #f2f2f2;
  }
  
  .sideBar-avatar {
    text-align: center;
    padding: 0 !important;
  }
  
  .avatar-icon img {
    border-radius: 50%;
    height: 49px;
    width: 49px;
  }
  
  .sideBar-main {
    padding: 0 !important;
  }
  
  .sideBar-main .row {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .sideBar-name {
    padding: 10px !important;
  }
  
  .name-meta {
    font-size: 100%;
    padding: 1% !important;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
  }
  
  .sideBar-time {
    padding: 10px !important;
  }
  
  .time-meta {
    text-align: right;
    font-size: 12px;
    padding: 1% !important;
    color: rgba(0, 0, 0, .4);
    vertical-align: baseline;
  }
  
  /*New Message*/
  
  .newMessage {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    position: relative;
    left: -100%;
  }
  .newMessage-heading {
    padding: 10px 16px 10px 15px !important;
    margin: 0 !important;
    height: 70px;
    width: 100%;
    background-color: #00bfa5;
    z-index: 1001;
  }
  
  .newMessage-main {
    margin: 0 !important;
    height: 100%;
    width: 100%;
    z-index: 1001;
    color: #fff;
  }
  
  .newMessage-title {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 5px !important;
  }
  .newMessage-back {
    text-align: center;
    /* vertical-align: baseline; */
    padding: 12px 5px !important;
    display: block;
    cursor: pointer;
  }
  .newMessage-back i {
    margin: auto !important;
  }
  
  .composeBox {
    padding: 0 !important;
    margin: 0 !important;
    height: 60px;
    width: 100%;
  }
  
  .composeBox-inner {
    height: 100%;
    width: 100%;
    padding: 10px !important;
    background-color: #fbfbfb;
  }
  
  .composeBox-inner input:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
  
  .compose-sideBar {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff;
    overflow-y: auto;
    border: 1px solid #f7f7f7;
    height: calc(100% - 160px);
  }
  
  /*Conversation*/
  
  .conversation {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    /*width: 100%;*/
    border-left: 1px solid rgba(0, 0, 0, .08);
    /*overflow-y: auto;*/
  }

.massage-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

    .massage-box .heading-avatar-icon {
        max-width: 40px;
        width: 100%;
        overflow: visible;
    }

    .message {
        padding: 0 !important;
        margin: 0 !important;
        height: 580px;
        margin-bottom: 20px !important;
        min-height: 100%;
        position: relative;
        background-size: cover;
        overflow-y: auto;
        border: 1px solid #f7f7f7;
        /*height: calc(100% - 120px);*/
    }
  .message-previous {
    margin : 0 !important;
    padding: 0 !important;
    height: auto;
    width: 100%;
  }
  .previous {
    font-size: 15px;
    text-align: center;
    padding: 10px !important;
    cursor: pointer;
  }
  
  .previous a {
    text-decoration: none;
    font-weight: 700;
  }
  
  .message-body {
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
    height: auto;
    margin-bottom: 20px!important;
  }
  
  .message-main-receiver {
    /*padding: 10px 20px;*/
    max-width: 60%;
  }
  
  .message-main-sender {
    padding: 3px 20px !important;
    margin-left: 40% !important;
    max-width: 60%;
  }
  
  .message-text {
    margin: 0 !important;
    padding: 5px !important;
    word-wrap:break-word;
    font-weight: 200;
    font-size: 14px;
    padding-bottom: 0 !important;
  }
  
  .message-time {
    margin: 0 !important;
    margin-left: 50px !important;
    font-size: 12px;
    text-align: right;
    color: #9a9a9a;
  
  }
  
  .receiver {
    width: auto !important;
    padding: 4px 10px 7px !important;
    border-radius: 10px 10px 10px 0;
    background: #ffffff;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    word-wrap: break-word;
    display: inline-block;
  }

    .receiver span {
        display: block;
        margin-bottom: 5px;
    }

    .sender {
        float: right;
        text-align: right;
        width: auto !important;
        background: #dcf8c6;
        border-radius: 10px 10px 0 10px;
        padding: 4px 10px 7px !important;
        font-size: 12px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        display: block;
        word-wrap: break-word;
    }
  
  
  /*Reply*/
  
  .reply {
    height: 60px;
    width: 100%;
    background-color: #f5f1ee;
    padding: 10px 5px 10px 5px !important;
    /*margin: 0 !important;
    z-index: 2000;
    bottom: 0;
    position: absolute*/
  }

    .reply .row {
        display: flex;
        justify-content:flex-start;
        align-items: center;
    }

    .reply-emojis {
        padding: 5px !important;
    }
  
  .reply-emojis i {
    text-align: center;
    padding: 5px 5px 5px 5px !important;
    color: #93918f;
    cursor: pointer;
  }
  
  .reply-recording {
    padding: 5px !important;
  }
  
  .reply-recording i {
    text-align: center;
    padding: 5px !important;
    color: #93918f;
    cursor: pointer;
  }
  /*
  .reply-send {
    padding: 5px !important;
  }
  */
  .reply-send i {
     font-size: 20px;
    text-align: center;
    padding: 0px !important;
    color: #93918f;
    cursor: pointer;
  }
  
  .reply-main {
    padding: 2px 5px !important;
  }
  
  .reply-main textarea {
    width: 100%;
    resize: none;
    overflow: hidden;
    padding: 5px !important;
    outline: none;
    border: none;
    text-indent: 5px;
    box-shadow: none;
    height: 100%;
    font-size: 16px;
  }
  
  .reply-main textarea:focus {
    outline: none;
    border: none;
    text-indent: 5px;
    box-shadow: none;
  }

.navbar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-collapse.collapse {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
    @media screen and (max-width: 991px) {
        .navbar-collapse.collapse {
            display: block !important;
            width: auto;
        }

        .navbar .container-fluid {
            display: block;
        }
    }
  
  @media screen and (max-width: 767px) {
    .app {
      top: 0;
      height: 100%;
    }
    .heading {
      height: 70px;
      background-color: #009688;
    }
    .fa-2x {
      font-size: 20px !important;
    }
    .heading-avatar {
      padding: 0 !important;
    }
    .heading-avatar-icon img {
      height: 50px;
      width: 50px;
    }
    .heading-compose {
      padding: 5px !important;
    }
    .heading-compose i {
      color: #fff;
      cursor: pointer;
    }
    .heading-dot {
      padding: 5px !important;
      margin-left: 10px !important;
    }
    .heading-dot i {
      color: #fff;
      cursor: pointer;
    }
    .sideBar {
      height: calc(100% - 130px);
    }
    .sideBar-body {
      height: 65px;
    }
    .sideBar-avatar {
      text-align: left;
      padding: 0 8px !important;
    }
    .avatar-icon img {
      height: 40px;
      width: 40px;
    }
    .sideBar-main {
      padding: 0 !important;
    }
    .sideBar-main .row {
      padding: 0 !important;
      margin: 0 !important;
    }
    .sideBar-name {
      padding: 10px 5px !important;
    }
    .name-meta {
      font-size: 16px;
      padding: 5% !important;
    }
    .sideBar-time {
      padding: 10px !important;
    }
    .time-meta {
      text-align: right;
      font-size: 14px;
      padding: 4% !important;
      color: rgba(0, 0, 0, .4);
      vertical-align: baseline;
    }
    /*Conversation*/
    .conversation {
      padding: 0 !important;
      margin: 0 !important;
      height: 100%;
      /*width: 100%;*/
      border-left: 1px solid rgba(0, 0, 0, .08);
      /*overflow-y: auto;*/
    }
    .message {
      height: 150px;
    }
    .reply {
      height: 60px;
    }
    .reply-main {
      padding: 2px 8px !important;
    }
    .reply-main textarea {
      padding: 8px !important;
      font-size: 18px;
    }
    .reply-send {
      padding: 0px 0 !important;
    }
    .reply-send i {
      padding: 0 !important;
      font-size: 16px !important;
    }
  }
  @media screen and (max-width: 640px) {
    .conversation,
    .side {
        width: 100%;
    }
  }



.modal.fade.in {
    background:rgba(0, 0, 0, .5);
}

.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.notify-icon {
    background: green;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 0!important;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}

.search-table .avatar-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

    .search-table .avatar-icon span {
        padding: 0 !important;
        line-height: 1;
        font-size: 16px;
    }

.search-table tbody tr {
    background: #ccc;
    display:flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
}

/* === */

.top-right-heading {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.top-left-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}

.converstion-start {
  text-align: center;
  background-color: #f3f3f3;
  padding: 5px;
  color: #000;
  opacity: 1;
  max-width: 250px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
}

.converstion-end {
  text-align: center;
  background-color: #f2b705;
  padding: 5px;
  color: #000;
  opacity: 1;
  max-width: 250px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
}

/* ==== */
.cuby-search-section {
  padding: 60px 0;
}
.search-form,
.cuby-search-section .search-form {
  max-width: 500px;
  width: 100%;
  /*margin-left: 0;
  margin-bottom: 30px;*/
  margin: 0 auto 30px;
  box-shadow: 0px 0px 40px rgba(0, 20, 44, 0.12);
  padding: 20px;
}

.cuby-search-section .input-group-text {
  background: transparent;
  padding: 0;
  border: none;
  margin-right: 0;
}

.search-form .input-group,
.cuby-search-section .input-group {
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cuby-search-section button.submit-btn,
.cuby-search-section .add-new-btn {
  background-color: #f2b705;
  color: #000;
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
}

.cuby-search-section .submit-btn:hover {
  background-color: #000;
  color: #fff;
}

.add-modal .input-group-text .btn,
.cuby-search-section .input-group-text .btn {
  background-color: #f2b705;
  padding: 10px 20px;
  color: #000;
  margin-left: 0;
}

.cuby-search-section .right-sidebar {
  margin-top: 110px;
}

.cuby-search-section .form-control,
.add-modal .input-group .form-control,
.cuby-search-section .input-group .form-control {
  border-radius: 5px! important;
  padding: 10px 20px;
  height: auto;
  line-height: 1;
  font-size: 16px;
  border-right-width: 1px;
}

.add-modal.in {
  z-index: 2000;
}

.modal-backdrop.in {
  opacity: 0;
}

.modal-backdrop {
  z-index: 1;
}

.cuby-search-section .card-body {
  padding: 0;
}

.cuby-search-section .card-body button {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  padding: 15px 20px;
  background-color: #f2b705;
  color: #000;
}

.cuby-search-section .list-group-item {
    color: #000!important;
}
.add-modal .list-group-item:hover,
.add-modal .list-group-item.active,
.cuby-search-section .list-group-item:hover,
.cuby-search-section .list-group-item.active {
    background-color: #f2b705;
    color: #000 !important;
}


.cuby-search-section .btn-secondary:focus,
.cuby-search-section .dropdown a {
  width: 100%;
  background-color: transparent;
  color: #000;
  box-shadow: none;
}

.cuby-search-section .btn-secondary:hover {
  background-color: transparent;
  color: #000;
}

.cuby-search-section .section-title {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.cuby-search-section .right-form-box {
  margin-top: 30px;
}

.cuby-search-section .form-group {
  margin-bottom: 20px;
}

.cuby-search-section .form-group label,
.cuby-search-section .form-group p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.add-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.add-modal .btn-close {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 20px;
}

.add-modal .modal-title {
  font-size: 24px;
}

.top-search-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}