@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
*, html{scroll-behavior: smooth;padding:0; margin:0;box-sizing:border-box;font-variant-ligatures: none;-webkit-font-variant-ligatures: none;text-rendering: optimizeLegibility;-moz-osx-font-smoothing: grayscale;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;}
body {font-family: 'Poppins', sans-serif;font-weight: normal;color: #333537;overflow-x:hidden;box-sizing:border-box;background-color: #F4F5F9;font-size: 16px}
a,a:hover,a:focus{color:inherit;text-decoration:none;outline:none;}
ul{list-style-type:none;margin:0;padding: 0;}
img{max-width: 100%;}

::-moz-selection{color: #ffffff;background: #110358}
::selection{color: #ffffff;background: #110358}

h1, .white-box h2{font-size: 24px;font-weight: 600;margin: 0;margin-right: auto;}

body.inner{padding-left: 230px;transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;}
body.menu-clicked{padding-left: 0}
.menu-clicked .sidebar{left: -100%}
.menu-clicked .header, .menu-clicked .footer{padding-left: 25px}
.menu-clicked .main-body .content{padding-left: 25px}
body.outer{padding-left: 50%;background-color: #ffffff;background-image: url(../images/login-bg1.svg);background-position: bottom -170px right -120px;background-repeat: no-repeat;background-size: 320px;}

.white-box{flex: 1 1 auto;width: 100%;background-color: #ffffff;border-radius: 8px;padding: 20px;min-height: 100%}
.light-box{flex: 1 1 auto;width: 100%;background-color: #F4F5F9;border-radius: 8px;padding: 20px;min-height: 100%}
.white-box-header{display: flex;align-items: center;flex-wrap: wrap;padding: 12px 16px;margin: -20px;border-bottom: 1px solid #E5E5E5;margin-bottom: 20px;}
.white-box-header h1{padding: 10px 0;}
.abt-head{text-align: right;}
.abt-head p{font-size: 12px;color: #333537;font-family: 'Messina Sans Book';text-transform: uppercase;margin-bottom: 0}
.abt-head h6{font-weight: normal;font-size: 18px;color: #110358;margin-bottom: 0}
.semi-bold{font-weight: 600;}
.c-pointer{cursor: pointer;}
.f-13{font-size: 13px;}
.op-70{opacity: 0.7}
.f-normal{font-weight: normal;}
.f-light{font-weight: 300;}
.color-1{color: #000000}
.mw-75{min-width: 75px;}
.text-danger{color: #E42C51!important}
.text-success{color: #4AB530!important}
.f-book{font-family: 'Messina Sans Book';}

.btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active{outline: none;box-shadow: none!important;opacity: .85}
.btn.mw105{min-width: 105px;text-align: center;}
.btn{padding: 7px 18px;border-radius: 5px;font-size: 16px;}
.btn.btn-outline-secondary {
	border: 2px solid #110358;
	color: #110358;
}

.sidebar ul li a{font-size:14px}
.btn.btn-outline-secondary:hover {
    background-color: #110358;
    color: #ffffff
}

.btn.btn-primary {
    border-color: #C4B80A;
    background-color: #FBEB00;
    color:#000 !important;
    box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important;
    border-radius: 5px;
}

.btnSaveProduct {
    border-radius: 0px !important; height:45px !important
}

.btn.btn-secondary {
    background-color: #CBC8C7;
    border-color: #CBC8C7;
    color: #333;
    box-shadow: 0 3px 6px rgba(188,188,188,0.16) !important
}
.btn.signout-btn{background-color: #EE8E22;border: 1px solid #EE8E22;color: #fff;border-radius: 4px;font-size: 14px;	padding: 9px 33px;margin-top: 10px;}
.btn.btn-ternary{background-color: #110358;border-color: #110358;color: #ffffff;padding: 5px 20px;font-size: 14px;box-shadow: 0 3px 6px rgba(188,188,188,0.16)!important}
.btn.btn-success{background-color: #4AB530;border-color: #4AB530;color: #ffffff;}
.btn.btn-danger{background-color: #E42C51;border-color: #E42C51;color: #ffffff;}
.btn.radius-btn{border-radius: 50px;padding: 4px 15px;}

form{width: 100%}
.form-control:focus, .form-select:focus{box-shadow: none;border-color: #110358}
.form-control, .form-select{height: 42px;border-radius: 5px;border: 1px solid #CDD9D7;font-size: 15px;padding: 8px 15px;}
.form-label {margin-bottom: 3px; font-weight: 600;}
.upload-btn{position: relative;}
.profile-pic-box{display: inline-block;text-align: center;}
.upload-btn{background-color: #F9F9F9;border: 1px solid #EBEBEB;font-size: 14px;color: #110358;padding: 8px 25px;border-radius: 5px;cursor: pointer;box-shadow: 0 3px 6px rgba(188,188,188,.16)}
.upload-btn input{position: absolute;left: 0;top: 0;height: 100%;width: 100%;opacity: 0;cursor: pointer;}
.profile-pic-box img{height: 98px;width: 98px;border-radius: 100%;object-fit: cover;margin-bottom: 17px;}
.form-control::placeholder, .form-control .placeholder{color: rgba(51,53,55,.63)}
.show-item .form-select{min-width: 75px;}
.serachbar{flex: 0 0 224px;max-width: 224px;}
.search-input{background-repeat: no-repeat;background-position: right 15px center;background-image: url('../images/search-icon.svg');padding-right: 40px;}
.outer-box .form-control{height: 52px;padding: 18px 22px;border: 1px solid #0D0653;border-radius: 5px;padding-left: 55px;background-repeat: no-repeat;color: #000000}
.outer-box .form-control::placeholder{color: rgba(0,0,0,0.5);font-size: 16px;}
.form-control.input-email{/*background-image: url('../images/input-email.svg')*/;background-position: left 22px center;}
.form-control.input-password{/*background-image: url('../images/input-password.svg')*/;background-position: left 20px center;}
.form-check-input[type=checkbox] {border-radius: 5px;height: 25px;width: 25px;margin-right: 10px;}
.form-check-input[type=checkbox]:checked {background-color: #ECECEC;border-color: #ECECEC;background-image: url('../images/check.svg')!important;background-repeat: no-repeat;background-position: center;background-size: 11px;}
.form-check-input[type=checkbox]:focus{box-shadow: none;border-color: #000000;}
textarea.form-control{height: 90px;resize: none;}
textarea.form-control.large{height: 115px;}
textarea.form-control.large-2{height: 122px;}
.form-control.upload-file{background-image: url('../images/attachments.svg');background-repeat: no-repeat;background-size: 18px;background-position: right 15px center;padding-right: 35px;position: relative;}
.form-control.upload-file input{opacity: 0;position: absolute;z-index: 9;height: 100%;width: 100%;left: 0;top: 0;cursor: pointer;}
.form-check-input[type=radio]{height: 21px;width: 21px;min-height: 21px;min-width: 21px;border: 1px solid #BBBBBB;margin-right: 10px;margin-top: 0}
.form-check-input[type=radio]:checked {background-color: transparent;border-color: #110358!important;background-image: url('../images/checkedradio.svg');background-position: center;background-repeat: no-repeat;background-size: 13px;box-shadow: none;}
select, option{font-family: 'Messina Sans', sans-serif;}
.form-control:disabled, .form-control[readonly] {background-color: #F4F5F9;}
.form-control.date-icon{background-repeat: no-repeat;background-position: right 15px center;background-size: 21px auto;background-image: url('../images/date-icon.svg');padding-right: 50px;}
.form-check.custom input[type=checkbox]{border-radius: 0;border: 1px solid #707070;}
.form-check.custom input[type=checkbox]:checked{background-color: #ffffff}
.form-check-input[type=checkbox]{margin-top: 0}

.checkbox-example {position: relative;width: 106px;height: 28px;cursor: pointer;}
input[type="checkbox"].checkbox-toggle {position: absolute;left: -9999px;visibility: hidden;}
label.checkbox-toggle-label span.on {position: absolute;top: 3px;right: auto;left: 8px;color: #ffffff;display: none;cursor: pointer;}
label.checkbox-toggle-label span.off {position: absolute;top: 3px;right: 8px;display: inline-block;color: #ffffff;cursor: pointer;}
label.checkbox-toggle-label:before {cursor: pointer; content: '';background: #BB2121;width: 100%;height: 100%;position: absolute;top: 0;border-radius: 60px;}
label.checkbox-toggle-label:after {cursor: pointer; content: '';position: absolute;top: 0;width: 19px;height: 19px;background: #ffffff;transition: 0.1s ease-in;border-radius: 100%;left: 6px;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);}
input.checkbox-toggle {visibility: hidden;}
input.checkbox-toggle:checked + label.checkbox-toggle-label:after {opacity: 1;background: #ffffff;left: auto;right: 20px;}
input.checkbox-toggle:checked + label.checkbox-toggle-label:before {background: #06A20B;border: 0;width: 91px;}
input.checkbox-toggle:checked + label.checkbox-toggle-label span.on {display: inline-block;}
input.checkbox-toggle:checked + label.checkbox-toggle-label span.off {display: none;}

.header{background-color: #ffffff;position: sticky;top: 0;left: 0;width: 100%;padding: 7px 25px 7px 30px;font-size: 15px;z-index: 999}
.header .dropdown-toggle:after{border: 0;display: inline-block;width: 10px;height: 6px;background-repeat: no-repeat;background-position: center;background-size: 9px;background-image: url('../images/dropdown-arrow.svg');vertical-align: middle;}
.header .menu-btn{display: inline-block;cursor: pointer;}
.header .menu-btn img{display: block;}
.header .profile-img{height: 36px;width: 36px;border-radius: 100%;object-fit: cover;margin-right: 8px;display: inline-block;}
.header .dropdown-menu{transform: none!important;top: 100%!important;margin-top: 15px!important;left: auto!important;right: -15px!important;    min-width: 240px;border-radius: 6px;border: 0;box-shadow: 0 17px 22px rgb(0 0 0 / 11%);padding: 15px 10px 25px 10px}
.header .dropdown-menu h5{font-size: 18px;font-weight: 300;color: #000000;margin-bottom: 15px;}
.header .dropdown-menu ul li a{border-radius: 4px;padding: 8px 10px;display: flex;align-items: center;padding-left: 37px;position: relative;font-size: 16px;font-weight: 300;color: #333537}
.header .dropdown-menu ul li.active a{background-color: #5C5D5E;color: #ffffff}
.header .dropdown-menu ul li a svg{position: absolute;left: 10px;}
.header .dropdown-menu:before{content: '';height: 12px;width: 12px;display: inline-block;background-color: #ffffff;border-radius: 3px;position: absolute;top: -5px;transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);right: 12px;}

.breadcrumb{margin-bottom: 12px;}
.breadcrumb-item+.breadcrumb-item:before {float: none;padding-right: 0;transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);display: inline-block;position: absolute;left: 14px;opacity: 0.6}
.breadcrumb-item{font-size: 14px;color: #2C2C2C!important;font-weight: 300}
.breadcrumb-item+.breadcrumb-item{padding-left: 35px;position: relative;}

.sidebar {
    z-index: 9999;
    overflow: auto;
    position: fixed;
    width: 100%;
    max-width: 230px;
    min-width: 230px;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#2A266B;
    padding: 23px 20px;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.sidebar .logo{display: inline-block;margin: 0 auto;margin-bottom: 40px;}
.sidebar h3{font-size: 14px;color: #ffffff;opacity: .25;margin-bottom: 15px;}
.sidebar ul{display: block;width: 100%;}
.sidebar ul li{width: 100%;opacity: .6;padding: 10px 0}
.sidebar ul li a{display: block;position: relative;padding-left: 28px;color: #ffffff;display: flex;align-items: center;}
.sidebar ul li a img{position: absolute;left: 0;width: 17px}
.sidebar ul li:hover, .sidebar ul li.active{opacity: 1}
.sidebar-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 50%;
    max-width: 50%;
    height: 100%;
    background-color: #2A266B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-body{width: 100%;display: flex;flex-wrap: wrap;flex-direction: column;}
.main-body .content{display: flex;flex-wrap: wrap;flex-direction: column;width: 100%;padding: 13px 25px 5px 30px;}
body.outer .main-body .content{padding: 30px}
body.outer .footer{padding: 15px 30px}

.table-searchbar{padding-bottom: 10px;}
.table{font-size: 14px;}
.table tr td{color: #333537;background-color: #ffffff;box-shadow: none;}
.table tbody tr:nth-child(2n + 2) td{background-color: #F4F5F9;}
.table th, .table td{padding: 11px 8px;vertical-align: middle;}
.table tbody tr td:first-child, .table thead tr th:first-child{padding:10px 10px;}
.table th{background-color: #333537;color: #ffffff}
.numbers-pag{font-size: 14px;opacity: .63;padding: 15px 0;}
.pagination .page-link {
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: #110358;
    border-color: #110358;
}
.pagination .page-link:focus{box-shadow: none;}
.pagination .page-item{padding: 0 2px;}
.pagination .page-item:first-child{margin-right: 14px;}
.pagination .page-item:first-child .page-link{padding: 8px 20px;border: 1px solid #D2D2D2;background-color: #ffffff}
.pagination .page-item:last-child{margin-left: 14px;}
.pagination .page-item:last-child .page-link{padding: 8px 20px;border: 1px solid #D2D2D2;background-color: #ffffff}
.pagination .page-item[aria-current="page"] a, .pagination .page-item.active a{background-color: #110358;color: #ffffff; border-color: #110358}
.table>:not(caption)>*>*{border-bottom-width: 0px;}
.td-v-top td{vertical-align: top;}
.table .btn{font-size: 14px;}

.outer-box{margin: auto;width: 100%;max-width: 400px;color: #000000}
.outer-box h1{font-size: 28px;margin-bottom: 0;padding-bottom: 15px;}
.outer-box h1 span{font-size: 22px;display: block;margin-bottom: 10px;}
.outer-box-header{margin-bottom: 45px;}
.outer-box-header p{font-size: 16px;color: #333537;opacity: .86;margin-bottom: 0;font-family: 'Messina Sans Book';}
.outer-box .btn{font-weight: bold;font-size: 18px;padding: 13px 25px;border-radius: 5px;color: #000000}

.modal{z-index: 9999}
.modal .btn:not(.normal){font-weight: bold;font-size: 18px;padding: 13px 35px;border-radius: 5px;color: #000000}
.modal-small .modal-body{padding: 40px 20px;}
.modal-small .modal-footer{padding: 10px 20px 40px;}
.modal-small h3{font-size: 24px;color: #000000}
.modal-small .modal-icon{margin-bottom: 40px;}
.modal-small p{opacity: .68;font-size: 18px;}
.modal-small .modal-dialog{max-width: 420px;}
.modal .modal-content{border-radius: 0;border: 0;}
.modal-header{border: 0;background: #F4F5F9;padding: 18px 30px;}
.modal-header h5{color: #110358;font-size: 20px;}
.modal-dialog{max-width: 600px}
.medium-modal .modal-body{padding: 20px 30px 40px;}
.popover{z-index: 999999}
.medium-modal.custom .modal-dialog{max-width: 550px}

.view-list{display: block;margin-bottom: 20px;}
.view-list li{width: 100%;padding: 20px 0;border-bottom: 1px solid #F1F1F1;color: #000000;font-size: 16px;}
.view-list li:first-child{padding-top: 0}

.video-mini{min-width: 34px;min-height: 34px;height: 34px;width: 34px;position: relative;overflow: hidden;border-radius: 5px;}
.video-mini img{height: 100%;width: 100%;object-fit: cover;}
.video-mini .playbtn{padding: 0;background-color: transparent;border: 0;position: absolute;left: 50%;top: 50%;transform: translate(-50% , -50%);-ms-transform: translate(-50% , -50%);-moz-transform: translate(-50% , -50%);-webkit-transform: translate(-50% , -50%);z-index: 9}
.video-mini:after{content: '';position: absolute;height: 100%;width: 100%;background-color: #110358;opacity: 0.36;z-index: 8;left: 0;top: 0;}

.white-box .nav-tabs{margin: 0 -20px;}
.nav-tabs {border-bottom: 1px solid #333537;padding: 0 20px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {border-color: #333537 #333537 #ffffff;color: #110358}
.nav-tabs .nav-link {border-top-left-radius: 8px;border-top-right-radius: 8px;background: #333537;color: #ffffff;margin-right: 7px;padding: 8px 35px;border: 1px solid #333537;}
.nav-tabs .nav-link:not(.active):focus, .nav-tabs .nav-link:not(.active):hover{border: 1px solid #333537;}
.tab-content{padding: 15px 0}

.ui-datepicker .ui-widget-header {border: 1px solid #110358;background: #110358;color: #ffffff;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {filter: invert(1);}
.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active, .ui-datepicker a.ui-button:active, .ui-datepicker .ui-button:active, .ui-datepicker .ui-button.ui-state-active:hover {border: 1px solid #f0cc26;background: #f0cc26;}

.footer{padding: 15px 25px 15px 30px;width: 100%;text-align: center;font-size: 12px;color: #000000}
.footer p{margin-bottom: 0;font-weight: 300;}
.footer p + p{margin-top: 5px;}

/*03-09-2021*/
.abt-head-list{display: flex;align-items: center;flex-wrap: wrap;margin: 0 -30px}
.abt-head-list li{border-right: 1px solid #E3E3E3;padding: 5px 30px}
.abt-head-list li:last-child{border-right: 0}
.form-control.mini-inp{min-width: 52px;width: 52px;}
.cose_country{display: block; margin-bottom: 10px; position: relative; }

.cose_country.closeoption{ position: relative;}
.thiscloseoption{ width: 25px; height: 25px; cursor: pointer; font-size: 14px; font-weight: 600; float: right; border-radius: 50px; background: #ddd; text-align: center; line-height: 25px; margin-top:9px; }


/* 10-09-2021 */
.ml-4.editprofile{ margin-left: 30px; }
.fields_box strong{ display: block; clear: both; padding-bottom: 14px; border-bottom: solid 1px #eee; }
.reniew{ margin-left: auto; margin-right: 0; float: right; margin-bottom: -30px; position: relative; z-index: 1; }
.reniew + ul{ clear: both; }
.modal-lg-large.modal-small .modal-dialog{ max-width: 600px; }
.modal-lg-large.modal-small .modal-dialog p{ font-size: 18px; color: #000; font-weight: 400; opacity: 0.8; }
.modal-lg-large.modal-small .modal-dialog p strong{ font-size: 20px; }


/* 13-09-2021 */
.video_cells{ border-right: solid 1px #ddd; padding-right: 40px; }
.cost_cells{ padding-left: 40px; }
.videoupload_box{  }
.videoupload_row{ display: flex; width: 100%; align-items: flex-start; position: relative; margin-bottom: 10px;}
.videoupload_row [class*="cell"]{ flex-grow: 1; }
.cell_1{ width: 60%; }
.cell_2{ margin-left: 1rem;  }
.closeThisRow{ display: block;
    position: absolute;
    right: -21px;
    top: 12px;
    width: 18px;
    height: 18px;
    background: #EB8D8D url(../../assets/images/close.svg) 5px 5px no-repeat;
    border-radius: 50px;
    margin-left: 4px;
    cursor: pointer;}
.closeThisRow:hover{ background-color: #CF5757; }
.cose_country .closeThisRow{ margin-top: 15px; }
.addbtnlink{ float: right; color: #F0CC26; margin-top: 4px; font-size: 14px; }
.cose_country__outer{ padding-right: 40px; display: block; width: 100%;}

.videoupload_row select,
.cose_country select{ padding-right: 30px; }

.borderRadius{ border-radius:10px !important;}





.white-box-header{
background: rgb(221,217,241); 
background: -moz-linear-gradient(top,  rgba(221,217,241,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(221,217,241,1) 0%,rgba(255,255,255,1) 100%); 
background: linear-gradient(to bottom,  rgba(221,217,241,1) 0%,rgba(255,255,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd9f1', endColorstr='#ffffff',GradientType=0 ); 
border-radius: 8px 8px 0 0;
}

.white-box{ 
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 48%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%); 
background: linear-gradient(to bottom,  rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );

 }

 body{ background-image: url(../images/admin_bg1.svg); background-position: right bottom; background-repeat: no-repeat; background-size: contain; }

 

/* Dashboard Start*/

.overviewlinks .card {position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border-radius: 12px; border: 0; background: #fff; box-shadow: 0 10px 10px rgb(0 0 0 / 2%); border: solid 1px rgba(0, 0, 0, 0.1); }
.overviewlinks .card:hover{ box-shadow: 0 10px 10px rgb(0 0 0 / 3%); border: solid 1px #F0CC26; }
.overviewlinks .card-body {-ms-flex: 1 1 auto; flex: 1 1 auto; padding: 25px; }
.overviewlinks .card-body-icon {float: left; font-size: 28px; width: 70px; height: 70px; background: #000; border-radius: 14px; text-align: center; line-height: 70px; color: #fff; margin-right: 20px; } 

.overviewlinks [class*='col-']:nth-of-type(1) .card-body-icon{ background:#9694ff; }
.overviewlinks [class*='col-']:nth-of-type(2) .card-body-icon{ background:#57caeb; }
.overviewlinks [class*='col-']:nth-of-type(3) .card-body-icon{ background:#5ddab4; }
.overviewlinks [class*='col-']:nth-of-type(4) .card-body-icon{ background:#ff7976; }

.overviewlinks [class*='col-']:nth-of-type(5) .card-body-icon{ background:#d194ff; }
.overviewlinks [class*='col-']:nth-of-type(6) .card-body-icon{ background:#57eb92; }
.overviewlinks [class*='col-']:nth-of-type(7) .card-body-icon{ background:#c9db64; }
.overviewlinks [class*='col-']:nth-of-type(8) .card-body-icon{ background:#ffd576; }

.overviewlinks [class*='col-']:nth-of-type(9) .card-body-icon{ background:#ff94d4; }
.overviewlinks [class*='col-']:nth-of-type(10) .card-body-icon{ background:#7b79eb; }
.overviewlinks [class*='col-']:nth-of-type(11) .card-body-icon{ background:#6c9ee9; }
.overviewlinks [class*='col-']:nth-of-type(12) .card-body-icon{ background:#5ae6ed; }

.overviewlinks .d-heading {display: block; color: #888; font-size: 16px; line-height: normal; padding-top: 5px; }
.overviewlinks .d-heading span {display: block; font-size: 30px; font-weight: 700; color: #222; margin-top: 5px; }
.overviewlinks .h-100 {height: 100%!important; }

@media screen and (max-width: 1400px)
{
	.overviewlinks .card-body-icon{ width: 60px; height: 60px; line-height: 60px; }
	.overviewlinks .d-heading{ padding-top: 0; }
	.overviewlinks .d-heading span{ margin-top: 2px; }
}


/* Dashboard End*/



.filterBtn {
    background: #110358 !important;
    padding: 10px 12px;
    border-radius: 5px;
    border: none !important; margin-right:10px
}

.resetBtn {
    background: #99989f !important;
    padding: 10px 12px;
    border-radius: 5px;
    border: none !important;
    margin-right: 10px
}

ul.pagination.right.mt-3 {
    margin-top: 0 !important;
}

.pagination .page-item:first-child .page-link {
     color: #000;
}

.pagination .page-item {
    margin: 0 !important;
}

.serachbar {
    margin-left: auto;
}

.list-icons{width:100px}
.listIcon {
    width: 28px
}
.posRel {
    position: relative;
}

.iconsInput {
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 99;
}


#loader {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(100, 100, 100, 0.1) url(../images/loader.gif) no-repeat center center; /*rgba(0,0,0,0.75)*/
    z-index: 10000;
}

.pagination .page-item[aria-current="page"] a, .pagination .page-item.active a {
    background-color: #2A266B !important;
    color: #ffffff !important;
    border-color: #2A266B !important;
}

.pagination .page-link {
    font-size: 14px;
    color: #000 !important;
    padding: 8px 15px;
    border-radius: 4px;
  background-color: #fff !important;
   border-color: #110358 !important;
}
.wordBrack {
    word-break: break-all
}