        .modal .modal-header .close {
            padding: 10px !important;
        }

        .bonusContainer .bonusItem {
            color: #fff;
        }

        .bonusContainer .bonusItem .bonusHolder {
            cursor: pointer;
            position: relative;
        }

        .bonusContainer .bonusItem .bonusHolder .bonusContentDetail {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 30%;
            left: 35px;
        }

        .bonusContainer .bonusItem .bonusHolder .bonusContentDetail .bonus-triangle {
            position: absolute;
            top: 20px;
            left: -15px;
        }

        .bonusContainer .bonusItem .bonusHolder .bonusContentDetail .bonusAmount {
            font-size: 45px;
            font-weight: 800;
            margin-top: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .bonusContainer .bonusItem .bonusHolder .bonusContentDetail .Rw1 {
            margin-top: 30px;
            font-weight: bold;
            font-size: 23px;
            color: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .bonusContainer .bonusItem .bonusHolder .bonusContentDetail .Rw2 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 20px;
            color: #fff;
        }

        .bonusContainer .bonusItem .bonusHolderBottom .btn-bonus {
            display: block;
            font-weight: 500;
            font-size: 14px;
            color: #fff;
            padding: 15px 10px;
            border-radius: 0 0 6px 6px;
            padding: 0;
            background: #4c5262;
            border: none;
            text-align: left;
            position: relative;
        }

        .btn:not(:disabled):not(.disabled) {
            cursor: pointer;
        }

        .bonusContainer .bonusItem .bonusHolderBottom .btn-bonus span {
            display: inline-block;
        }

        .bonusContainer .bonusItem .bonusHolderBottom .btn-bonus .textSpan {
            padding: 14.5px 10px;
        }

        .bonusContainer .bonusItem .bonusHolderBottom .btn-bonus.btn-bonus-8 .btn-i {
            background: #3199e1;
        }

        .bonusContainer .bonusItem .bonusHolderBottom .btn-bonus .btn-i {
            position: absolute;
            right: 0;
            padding: 14.5px 19px;
            background: #4a4e5d;
            border-radius: 0 0 6px 0;
        }

        .img-zm {
            -webkit-animation: img-zm 2s ease-in-out infinite alternate;
            animation: img-zm 2s ease-in-out infinite alternate;
        }

        .img-zm:hover {
            -webkit-animation: img-zm 2s ease-in-out infinite alternate;
            animation: img-zm 2s ease-in-out infinite alternate;
        }

        @-webkit-keyframes img-zm {
            to {
                -webkit-transform: scale(1.05);
                transform: scale(1.05);
            }
        }

        @keyframes img-zm {
            to {
                -webkit-transform: scale(1.05);
                transform: scale(1.05);
            }
        }

        .grow {
            transition: all .2s ease-in-out;
        }

        .grow:hover {
            transform: scale(1.1);
        }

        .bonusMenu {
            flex: 1 1 auto;
            text-align: center;
            background: #323540;
            color: #fff;
        }

        .bonusMenu a {
            color: #fff;
            font-weight: 700;
        }

        .transform180deg {
            transform: rotate(180deg);
        }

        .liBonusMenu {
            flex: 1 1 auto;
            text-align: center;
            background: #323540;
            padding: 10px;
        }

        .bonusContainer .bonusMenu li a.active {
            color: #e12f53;
        }

        #promonew {
            background: url(https://cdnv2.klasseo.com/files/monobahis/bonuslar/assets/monobahis-bonus-bg.jpg) no-repeat top center #fff;
            background-repeat: no-repeat;
            background-attachment: fixed;
            overflow-x: hidden;
        }

        .modalDS {
            overflow-y: initial !important
        }

        /*
	.modalBS{
	height: 350px;
	overflow-y: auto;
	}
	*/
        /*
	::-webkit-scrollbar {
	width: 12px;
	border-radius: 10px;
	}
	::-webkit-scrollbar-track {
	background: #282b33;
	border-radius: 10px;
	}
	::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
	}
	::-webkit-scrollbar-thumb:hover {
	background: #555;
	border-radius: 10px;
	}
	*/
        .modal-header .close {
            padding: 0;
            margin-bottom: 5px;
        }

        body.mobile-page .modal-body {
            margin-bottom: 100px;
        }

        .bonusDesc {
            list-style-type: none;
            padding-left: 10px;
        }

        .bonusDesc li {
            margin-bottom: 10px;
        }

        .bonusTxt {}

        .bonusTxt:hover {}

        @-webkit-keyframes pulse-grow-on-hover {
            to {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }
        }

        @keyframes pulse-grow-on-hover {
            to {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }
        }

        .pulse-grow-on-hover {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        }

        .pulse-grow-on-hover:hover,
        .pulse-grow-on-hover:focus,
        .pulse-grow-on-hover:active {
            -webkit-animation-name: pulse-grow-on-hover;
            animation-name: pulse-grow-on-hover;
            -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: alternate;
            animation-direction: alternate;
        }
.description ul {
    list-style-type: none;
    padding-left: 10px;
}
.description ul li {
    margin-bottom: 10px;
}